~ubuntu-branches/ubuntu/quantal/zeitgeist/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2011-01-22 14:15:38 UTC
  • mfrom: (1.1.7 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110122141538-8poh0211pn8uv1xc
Tags: 0.7-1
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
zeitgeist (0.5.2-0ubuntu1) maverick; urgency=low
2
 
 
3
 
  * New upstream release:
4
 
    - Added a workaround so that events concerning OpenOffice.org are logged
5
 
      correctly (LP: #646724).
6
 
 
7
 
 -- Didier Roche <didrocks@ubuntu.com>  Mon, 27 Sep 2010 16:51:11 +0200
8
 
 
9
 
zeitgeist (0.5.0-0ubuntu2) maverick; urgency=low
10
 
 
 
1
zeitgeist (0.7-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release. Some of the changes are:
 
4
     - Various performance improvements (speed, reduced I/O, etc).
 
5
     - Enhancements to the extensions system (eg. feature to ask which
 
6
       extensions are active).
 
7
     - Various bug fixes (eg. fixed find_event_for_template Python API method).
 
8
     - Added new mimetype mappings.
 
9
  * Updated debian/copyright and debian/zeitgeist-core.install.
 
10
 
 
11
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Sat, 22 Jan 2011 14:15:38 +0100
 
12
 
 
13
zeitgeist (0.6-1) ppa; urgency=low
 
14
 
 
15
  * New upstream release. Some of the changes are:
 
16
     - Speed improvements for several queries, mainly through SQL optimization.
 
17
     - Several new ResultTypes: *SubjectInterpretation and *Mimetype.
 
18
     - FindRelatedUris uses a new algorithm.
 
19
  * Removed zeitgeist-datahub, it is now a separate project (and tarball).
 
20
 
 
21
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Fri, 03 Dec 2010 17:52:57 +0100
 
22
 
 
23
zeitgeist (0.5.2-1) ppa; urgency=low
 
24
 
 
25
  * New upstream release. Some relevant changes are:
 
26
     - Initialize ZeitgeistEngine after RemoteInterface, so that --replace
 
27
       does its job before the main engine and extensions start (LP: #614315).
 
28
     - Extensions and the database connection are now shutdown gracefully when
 
29
       the Zeitgeist daemon is asked to stop over D-Bus or receives a SIGHUP.
 
30
     - Catch any exceptions trying to notify a monitor of changes and redirect
 
31
       them to the error log.
 
32
     - Fixed the LeastRecentActor sorting type and introduced OldestActor to
 
33
       replace what it did before (LP: #641968, #646124).
 
34
     - Added a new helper module to the Python API: zeitgeist.mimetypes
 
35
       (LP: #586524):
 
36
     - Fixed zeitgeist-datahub to log events from OpenOffice.org (LP: #646724).
 
37
     - Several performance fixes and improvements.
 
38
 
 
39
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Mon, 26 Sep 2010 14:22:56 +0200
 
40
 
 
41
zeitgeist (0.5.0-1) experimental; urgency=low
 
42
 
 
43
  [ Siegfried-Angel Gevatter Pujals ]
 
44
  * New upstream release. Some of the changes are:
 
45
     - Event subjects are now joined by logical AND instead of OR (LP: #59299).
 
46
     - Extensions: hooks have bene renamed and some new ones have been added
 
47
       (LP: #592599, #604747).
 
48
     - There are two new ResultTypes: MostRecentOrigin and MostPopularOrigin.
 
49
  * debian/control:
 
50
     - Add Vcs- fields.
 
51
  * debian/copyright:
 
52
     - Update copyright information.
 
53
  * debian/source/format:
 
54
     - Switch package format to 3.0 (quilt).
 
55
 
 
56
  [ Didier Roche ]
 
57
  * debian/control:
 
58
     - Bump Standards-Version to 3.9.0.
11
59
  * debian/zeitgeist-core.install:
12
 
    - distribute .pc file as well
13
 
 
14
 
 -- Didier Roche <didrocks@ubuntu.com>  Fri, 13 Aug 2010 13:58:30 +0200
15
 
 
16
 
zeitgeist (0.5.0-0ubuntu1) maverick; urgency=low
17
 
 
18
 
  * New upstream release.  "Atomic Flounder"
19
 
  + Engine:
20
 
    - FindEvent*: Event subjects are now joined by a logical AND instead of OR
21
 
      (LP: #592599).
22
 
    - Extensions found in the extensions directory are now automatically loaded.
23
 
    - Install a .pc file so out of tree extensions can figure out the install
24
 
      path.
25
 
    - Load extensions found in ~/.local/share/zeitgeist/extensions.
26
 
    - Let the GtkRecentlyUsed data-source ignore any exceptions while trying to
27
 
      parse .desktop files (LP: #523761).
28
 
    - Fix return value of the SetDataSourceEnabled D-Bus method.
29
 
    - Extensions: Hooks have been renamed and most of them now have pre and post
30
 
      variants (LP: #592599, #604747).
31
 
    - Add new ResultTypes for sorting by subject origin
32
 
    - Change the hooks API for the Extension class to use pre_* and post* hooks
33
 
      to make it clearer when they are run. This change also brings in a few
34
 
      new hooks.
35
 
  + Python API:
36
 
    - ZeitgeistDBusInterface.get_extension is no longer a classmethod (in fact,
37
 
      it never really was).
38
 
    - ZeitgeistDBusInterface.get_extension now has a third optional parameter to
39
 
      change the bus name.
40
 
  + Overall:
41
 
    - Build system fixes (LP: #595577).
42
 
    - Manpage updates.
43
 
    - Translation updates.
44
 
  * remove debian/patches/01_zeitgeist-hardwire-fts-extension.patch:
45
 
    - no more needed
46
 
  * debian/control.in:
47
 
    - recommends zeitgeist-fts-extension
48
 
    - bump Standards-Version to latest
49
 
 
50
 
 -- Didier Roche <didrocks@ubuntu.com>  Thu, 05 Aug 2010 17:43:20 +0200
51
 
 
52
 
zeitgeist (0.4.0-0ubuntu1) maverick; urgency=low
53
 
 
54
 
  * New upstream release for dx team
55
 
  * debian/rules:
56
 
    - add simple-patchsys.mk
57
 
    - add autoreconf.mk to take the following patch into account
58
 
  * debian/patches/01_zeitgeist-hardwire-fts-extension.patch:
59
 
    - add temporarly FTS to zg
60
 
  * debian/control.in:
61
 
    - bump Standards-Version to latest
62
 
    - build-dep on libgconf2-dev and dh-autoreconf for running autoreconf at
63
 
      build time
64
 
    - build-dep on raptor-utils
65
 
 
66
 
 -- Didier Roche <didrocks@ubuntu.com>  Fri, 18 Jun 2010 15:58:20 +0200
67
 
 
68
 
zeitgeist (0.3.2-1ubuntu1) lucid; urgency=low
69
 
 
70
 
  The "let's backport fixes" release.
71
 
 
72
 
  * zeitgeist/datamodel.py:
73
 
     - Fixes the display name for Interpretation.SOURCECODE.
74
 
  * zeitgeist/client.py:
75
 
     - Fix find_events_for_values (LP: #510804).
76
 
     - Fix find_events_for_template, was returning event IDs only.
77
 
  * _zeitgeist/engine/main.py:
78
 
     - Ensure event deletions get committed and ignore deletion requests with no
79
 
       valid IDs (LP: #566173, #566184).
80
 
     - Fix insertion of events with a payloads (LP: #557708).
81
 
  * _zeitgeist/engine/remote.py:
82
 
     - Fix wrong docstrings (FindEvent mentioned the return type of FindEventIds,
83
 
       and the other way around).
84
 
  * _zeitgeist/loggers/datasources/recent.py:
85
 
     - Recognize additional mime-types (LP: #510761).
86
 
     - Fix crash trying to access a broken symlink (LP: #523761, #549567).
87
 
     - Fix crash when GtkRecentManager doesn't have a display-friendly version
88
 
       of a URI (LP: #531793).
89
 
     - Fix crash parsing malformed .desktop files (LP: #526357).
90
 
     - Prepend "application://" to the actor name.
91
 
  * _zeitgeist/engine/sql.py:
92
 
     - Update event_view to lookup the payload's value instead of returning its
93
 
       rowid.
94
 
  * _zeitgeist/engine/extension.py:
95
 
     - Make ExtensionsCollection iterable.
96
 
  * doc/zeitgeist-daemon.1:
97
 
     - Update information in the "Environment variables" section.
98
 
  * debian/control:
99
 
     - Version zeitgeist-datahub's zeitgeist-daemon dependency to 0.3.2 or later.
100
 
 
101
 
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Fri, 23 Apr 2010 16:46:07 +0200
 
60
     - Distribute the .pc file as well.
 
61
 
 
62
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Mon, 06 Sep 2010 00:16:13 +0200
 
63
 
 
64
zeitgeist (0.4.0+bzr20100718-1) unstable; urgency=low
 
65
 
 
66
  * New upstream release:
 
67
     - Added support for negation ("!<text>") and right wildcards ("<text>*")
 
68
       to many query fields. Also added type expansion (eg.: Image matches
 
69
       VectorImage and RasterImage).
 
70
     - Fixed DeleteEvents to work with arbitrarily huge amounts of IDs.
 
71
     - Several ontology changes (renamed interpretation values). Support for
 
72
       automatic database format upgrades.
 
73
     - Other fixes, improvements, new API functionalities and translations.
 
74
  * Notable changes backported from bzr:
 
75
     - Extensions found in the extensions directory are now automatically loaded.
 
76
     - Let the GtkRecentlyUsed data-source ignore any exceptions while trying to
 
77
       parse .desktop files (LP: #523761).
 
78
  * Update debian/control (add raptor-utils and python-rdflib to the build
 
79
    dependencies) and debian/zeitgeist-core.install.
 
80
 
 
81
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Fri, 18 Jun 2010 22:15:38 +0200
 
82
 
 
83
zeitgeist (0.3.3.1-1) unstable; urgency=low
 
84
 
 
85
  * New upstream release:
 
86
     - Added new ReturnTypes ({Most,Least}{PopularActor,RecentActor}).
 
87
     - Added DataSourceRegistry extension and support for extensions
 
88
       identifying callers (when methods are executed through D-Bus).
 
89
     - Overhauled FindRelatedUris for better results and improved performance.
 
90
     - Several other changes and bug fixes (LP: #549567, #531793).
 
91
  * debian/control, debian/rules:
 
92
     - Get ride of CDBS (switch to dh7).
 
93
     - Bump Standards-Version to 3.8.4.
 
94
  * Add debian/source/format file with content "1.0".
 
95
 
 
96
 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Tue, 20 Apr 2010 14:38:53 +0200
102
97
 
103
98
zeitgeist (0.3.2-1) unstable; urgency=low
104
99