1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
2012-04-05: libzeitgeist 0.3.18
* Added missing Result Type constant (*CurrentUri and *EventOrigin)
* Now async functions fail instead of lingering indefinitely if Zeitgeist
isn't available
2012-03-20: libzeitgeist 0.3.16
* Updated MIME-type mapping with several new additions
2012-02-13: libzeitgeist 0.3.14
* Added new zeitgeist_log_get_default, zeitgeist_log_get_version and
zeitgeist_index_search_with_relevancies methods
* Updated ontology and mimetype mapping
* Added new origin property to ZeitgeistEvent and current_uri property
to ZeitgeistSubject
* Make sure Zeitgeist is restarted after it disappears from the bus and
a ZeitgeistLog method is called
2010-08-05: libzeitgeist 0.2.4 "Hemlock"
* New ResultTypes to sort by subject origin as supported by Zeitgeist 0.5.0
* Fix nasty bug lp:559350 causing an integer overflow in Zeitgeist
(Michal Hruby)
2010-07-29: libzeitgeist 0.2.3 "Delphinium"
* New API to talk to the Data Source Registry extension of Zeitgeist
(Michal Hruby)
* A new "connected" property on ZeitgeistLog telling you whether or
not the Zeitgeist daemon is running (Michal Hruby)
* Fix a crasher when finalizing a ZeitgeistLog with active monitors
installed (Michal Hruby)
2010-06-23: libzeitgeist 0.2.2 "Deadly Nightshade"
* New API: zeitgeist_timestamp_prev_midnight() and
zeitgeist_timestamp_next_midnight().
* API refinement: The functions zeitgeist_timestamp_from_date() and
zeitgeist_timestamp_from_dmy() now returns timestamps rounded off to
the midnight of the given date
2010-06-18: libzeitgeist 0.2.1
* Fix nasty truncation/overflow of timestamps used in ZeitgeistTimeRange's
constructors casued by a missing include of zeitgeist-timestamp.h in
zeitgeist-timerange.c making all function return types default to int for
unknown symbols
2010-06-17: libzeitgeist 0.2.0
* New suite of convenience functions in zeitgeist_timestamp_* and in the
Zeitgeist.Timestamp namespace if you are using Vala.
* The macros ZEITGEIST_TIMESTAMP_TO_GTIMEVAL and ZEITGEIST_GTIMEVAL_TO_TIMESTAMP
has been removed in favour of the new timestamp API
* Vala: Zeitgeist.ResultSet supports foreach now
2010-06-10: libzeitgeist 0.1.1
* Doh. Rename tarball to libzeitgeist-$VERSION.at.gz to avoid
name clashes with the actual Zeitgeist project :-)
2010-06-10: libzeitgeist 0.1.0
* Initial release
|