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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
apt-xapian-index (0.16) unstable; urgency=low
* Create /var/lib/apt-xapian-index/ in a way that is free of race
conditions. Closes: #506766.
* Fix cron job to be quiet if the package is removed but not purged.
Closes: #502607.
* Simplified searchcloud example.
-- Enrico Zini <enrico@debian.org> Sat, 24 Jan 2009 10:45:05 +0000
apt-xapian-index (0.15) unstable; urgency=low
* Properly implement detection of concurrent updates
* If a concurrent update is detected, its status will be printed
* Use a xapian stub database instead of a symlink
-- Enrico Zini <enrico@debian.org> Thu, 07 Aug 2008 12:28:41 +0200
apt-xapian-index (0.14) unstable; urgency=low
* Added --batch-mode to produce machine-readable output, to use for GUI
feedback in package managers. Thanks to Petr Rockai.
* Reformatted debian/copyright
* Shortened short description
-- Enrico Zini <enrico@debian.org> Thu, 31 Jul 2008 14:57:32 +0200
apt-xapian-index (0.13) unstable; urgency=low
* Upload properly.
-- Enrico Zini <enrico@debian.org> Sun, 20 Jul 2008 07:55:50 +0100
apt-xapian-index (0.12) unstable; urgency=low
* Added axi-searchcloud.py example
* Fix some lintian warnings
* In postinst, build the index in background if it has never been done
before
-- Enrico Zini <enrico@debian.org> Sat, 19 Jul 2008 21:24:16 +0100
apt-xapian-index (0.11) unstable; urgency=low
* Use -f when removing data on purge, to avoid complaining if it is missing.
-- Enrico Zini <enrico@debian.org> Sun, 06 Jul 2008 17:48:18 +0200
apt-xapian-index (0.10) unstable; urgency=low
* Applied patch from Michael Vogt. Closes: #487677.
-- Enrico Zini <enrico@debian.org> Sun, 06 Jul 2008 16:58:20 +0200
apt-xapian-index (0.9) unstable; urgency=low
* Remove the index on remove as well as on purge.
* Properly unquote language names from translation files, and ignore
translation records with strange Description fields. Closes: #472953
-- Enrico Zini <enrico@debian.org> Fri, 20 Jun 2008 09:49:48 +0100
apt-xapian-index (0.8) unstable; urgency=low
* Fixed translations plugin to handle when there are no translations in the
system. Closes: #471957
-- Enrico Zini <enrico@debian.org> Fri, 21 Mar 2008 19:22:09 +0800
apt-xapian-index (0.7) unstable; urgency=low
* Remove *.pyc from the plugin directory on remove or purge.
Closes: #467193
* Added plugin to index sections
* Added plugin to index translated descriptions
-- Enrico Zini <enrico@debian.org> Mon, 17 Mar 2008 13:02:42 +0000
apt-xapian-index (0.6) unstable; urgency=low
* Added --pkgfile option to index arbitrary Package files instead of the APT
cache.
-- Enrico Zini <enrico@debian.org> Tue, 19 Feb 2008 11:19:08 +0000
apt-xapian-index (0.5) unstable; urgency=low
* Updated XS-Vcs* fields to the new location in git under collab-maint
* Cron job does not fail if the package is removed. Closes: #461571
* Fixed apttags.py plugin
-- Enrico Zini <enrico@debian.org> Thu, 07 Feb 2008 11:28:14 +0000
apt-xapian-index (0.4) unstable; urgency=low
* Added versioned dependency on python-xapian. Closes: #447382.
* Added examples from my blog posts
-- Enrico Zini <enrico@debian.org> Mon, 22 Oct 2007 15:34:38 +0100
apt-xapian-index (0.3) experimental; urgency=low
* Install the examples properly
-- Enrico Zini <enrico@debian.org> Tue, 16 Oct 2007 22:47:04 +0100
apt-xapian-index (0.2) experimental; urgency=low
* Added license headers
* Added examples
-- Enrico Zini <enrico@debian.org> Tue, 16 Oct 2007 22:39:27 +0100
apt-xapian-index (0.1) experimental; urgency=low
* Initial release.
* This package will replace ept-cache reindex for the task of maintaining a
system-wide index of Debian package metadata.
-- Enrico Zini <enrico@debian.org> Tue, 16 Oct 2007 12:20:43 +0100
|