lp:ubuntu/natty/zeitgeist
- Get this branch:
- bzr branch lp:ubuntu/natty/zeitgeist
Branch information
- Owner:
- Ubuntu branches
- Status:
- Mature
Recent revisions
- 13. By Siegfried Gevatter
-
* New upstream release. Some of the changes are:
- Expose property information through D-Bus instrospection.
- Expose DataSourceRegistry's enabled status in a callback.
- Python API: Reinstall all active callbacks upon daemon restart.
- Fix a (harmless) race condition requesting the bus name (LP: #732015).
- Added new event interpretations (AcceptEvent, DenyEvent, ExpireEvent).
- Compatibility with future 0.8 release. - 12. By Siegfried Gevatter
-
* New upstream release. Some of the changes are:
- Various performance improvements (speed, reduced I/O, etc).
- Enhancements to the extensions system (eg. feature to ask which
extensions are active).
- Various bug fixes (eg. fixed find_event_for_template Python API method).
- Added new mimetype mappings.
* Updated debian/copyright and debian/zeitgeist- core.install. - 11. By Didier Roche-Tolomelli
-
* New upstream release:
- Added a workaround so that events concerning OpenOffice.org are logged
correctly (LP: #646724). - 9. By Didier Roche-Tolomelli
-
* New upstream release. "Atomic Flounder"
+ Engine:
- FindEvent*: Event subjects are now joined by a logical AND instead of OR
(LP: #592599).
- Extensions found in the extensions directory are now automatically loaded.
- Install a .pc file so out of tree extensions can figure out the install
path.
- Load extensions found in ~/.local/share/zeitgeist /extensions.
- Let the GtkRecentlyUsed data-source ignore any exceptions while trying to
parse .desktop files (LP: #523761).
- Fix return value of the SetDataSourceEnabled D-Bus method.
- Extensions: Hooks have been renamed and most of them now have pre and post
variants (LP: #592599, #604747).
- Add new ResultTypes for sorting by subject origin
- Change the hooks API for the Extension class to use pre_* and post* hooks
to make it clearer when they are run. This change also brings in a few
new hooks.
+ Python API:
- ZeitgeistDBusInterface. get_extension is no longer a classmethod (in fact,
it never really was).
- ZeitgeistDBusInterface. get_extension now has a third optional parameter to
change the bus name.
+ Overall:
- Build system fixes (LP: #595577).
- Manpage updates.
- Translation updates.
* remove debian/patches/ 01_zeitgeist- hardwire- fts-extension. patch:
- no more needed
* debian/control.in:
- recommends zeitgeist-fts-extension
- bump Standards-Version to latest - 8. By Didier Roche-Tolomelli
-
* New upstream release for dx team
* debian/rules:
- add simple-patchsys.mk
- add autoreconf.mk to take the following patch into account
* debian/patches/ 01_zeitgeist- hardwire- fts-extension. patch:
- add temporarly FTS to zg
* debian/control.in:
- bump Standards-Version to latest
- build-dep on libgconf2-dev and dh-autoreconf for running autoreconf at
build time
- build-dep on raptor-utils - 7. By Siegfried Gevatter
-
The "let's backport fixes" release.
* zeitgeist/
datamodel. py:
- Fixes the display name for Interpretation.SOURCECODE.
* zeitgeist/client. py:
- Fix find_events_for_values (LP: #510804).
- Fix find_events_for_template, was returning event IDs only.
* _zeitgeist/engine/ main.py:
- Ensure event deletions get committed and ignore deletion requests with no
valid IDs (LP: #566173, #566184).
- Fix insertion of events with a payloads (LP: #557708).
* _zeitgeist/engine/ remote. py:
- Fix wrong docstrings (FindEvent mentioned the return type of FindEventIds,
and the other way around).
* _zeitgeist/loggers/ datasources/ recent. py:
- Recognize additional mime-types (LP: #510761).
- Fix crash trying to access a broken symlink (LP: #523761, #549567).
- Fix crash when GtkRecentManager doesn't have a display-friendly version
of a URI (LP: #531793).
- Fix crash parsing malformed .desktop files (LP: #526357).
- Prepend "application://" to the actor name.
* _zeitgeist/engine/ sql.py:
- Update event_view to lookup the payload's value instead of returning its
rowid.
* _zeitgeist/engine/ extension. py:
- Make ExtensionsCollection iterable.
* doc/zeitgeist-daemon. 1:
- Update information in the "Environment variables" section.
* debian/control:
- Version zeitgeist-datahub's zeitgeist-daemon dependency to 0.3.2 or later. - 6. By Siegfried Gevatter
-
* New upstream release:
- Add FindEvents, optimized shorthand for GetEvents(FindEventIds( ...)).
- Fix DeleteEvents and make it ignore bad requests.
- Fix GetEvents not to raise an exception when called with an empty list.
- ZeitgeistClient.get_version( ) now returns a Python list.
- Some code refactoring, documentation changes and other little fixes.
* Delete debian/zeitgeist- daemon. bash_completion , as it's now in the tarball,
and update debian/rules to reflect this change.
* debian/control.in:
- Change Homepage field to zeitgeist-project. com. - 5. By Siegfried Gevatter
-
* First upload to enter Debian (Closes: #529067).
* debian/copyright:
- Mention that some copyright headers in the tarball are wrong. - 4. By Siegfried Gevatter
-
* debian/
control{ ,.in}:
- Degraded python-storm from Depends to Suggests, as since 0.2.1
Storm is no longer used by default.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/oneiric/zeitgeist