Skip to content

Debian Changelog apt-listbugs (0.0.69)

2006

apt-listbugs (0.0.69) unstable; urgency=low

   * Bug fix: "apt-listbugs: minor correction in wording", thanks to
     rrs@researchut.com (Closes: #399504).
   * README.Debian: Document bug 399706.

 -- Junichi Uekawa <dancer@debian.org>  Thu, 23 Nov 2006 00:10:10 +0900

apt-listbugs (0.0.68) unstable; urgency=low

   * Bug fix: "apt-listbugs: French translation update", thanks to Frederic
     Bothamy (Closes: #398722).
   * README.Debian: document source version / binary version problem

 -- Junichi Uekawa <dancer@debian.org>  Wed, 15 Nov 2006 21:38:24 +0900

apt-listbugs (0.0.67) unstable; urgency=low

   * make http_proxy/HTTP_PROXY/soap_use_proxy sanity check a warning
     rather than an error. This is in response to 396304.
   * update-po
   * Bug fix: "breaks when unrelated per-host proxy setting exists in
     apt.conf", thanks to Zoran Dzelajlija (Closes: #396697).
     Work around a corner case in apt-config dump, which gives a broken
     proxy value of '' when there is unrelated proxy configuration.

 -- Junichi Uekawa <dancer@debian.org>  Fri, 3 Nov 2006 11:23:54 +0900

apt-listbugs (0.0.66) unstable; urgency=low

   * Depend on recent enough libruby, and http-access. Sarge versions lack
     critical features required by this version of apt-listbugs
     (Closes: #395562).

 -- Junichi Uekawa <dancer@debian.org>  Sat, 28 Oct 2006 21:30:06 +0900

apt-listbugs (0.0.65) unstable; urgency=low

   * README.Debian: add a note about 378868, apt-setup setting proxy to 'false'
   * Fixed a bug introduced by optimization in 0.0.64 for web interface.

 -- Junichi Uekawa <dancer@debian.org>  Wed, 25 Oct 2006 06:26:44 +0900

apt-listbugs (0.0.64) unstable; urgency=low

   * Error-check on www-browser invocation. (closes: #367622)
   * Support -H and -p options for SOAP access. Uses the same values as for
     initial HTTP.
   * i18n: "apt-listbugs: French translation update", thanks to Fre'de'ric
     Bothamy (Closes: #393298).
   * Merge bug-processing speed improvement patch from Kouhei Sutou
     <kou@cozmixng.org>

 -- Junichi Uekawa <dancer@debian.org>  Tue, 24 Oct 2006 07:25:35 +0900

apt-listbugs (0.0.63) unstable; urgency=low

   * try to avoid 'no block given' bug in error-handling for bug-fetching.
   * update testsuite to test for handling 378868 case.

 -- Junichi Uekawa <dancer@debian.org>  Wed, 11 Oct 2006 07:25:52 +0900

apt-listbugs (0.0.62) unstable; urgency=low

   * try to get a better message than 'no block given' for network errors.
   * On SOAP failure, ask and retry 10 times before bailing out. This was
     the behavior before SOAP re-implementation.
   * add sanity-check for http_proxy, and soap_use_proxy=on variables.

 -- Junichi Uekawa <dancer@debian.org>  Mon, 9 Oct 2006 16:30:13 +0900

apt-listbugs (0.0.61) unstable; urgency=low

   * handle error message when ignore file cannot be written to.
   * deprecate and remove CGI backend code
   - deprecate -I, --index option, since CGI isn't used and index is always
     used, it does not mean anything.
   * apply "support http user auth" patch from James Westby (partially
     address #207754).  still waiting for fix on
     http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/202603
   * i18n
   - "apt-listbugs: [INTL:sv] Swedish translation updated", thanks
     to Daniel Nylander (Closes: #391537).

 -- Junichi Uekawa <dancer@debian.org>  Sun, 8 Oct 2006 19:31:45 +0900

apt-listbugs (0.0.60) unstable; urgency=low

   * really support apt.conf proxy configuration for SOAP (closes: #389681)
   - delay 'require' of btssoap module until it's really required, and
     allow initialisation of env-vars to happen before it.
   - support acquire::http::proxy::bugs.debian.org, for specifying proxy
     used for apt-listbugs only. Also support DIRECT as a keyword for no
     HTTP Proxy (closes: #193524, 332768)
   - add testsuite 008_test_proxy to test proxy configuration.
   * update-po
   * update documentation to note down that latest apt-listbugs is
     available in git.debian.org repository.

 -- Junichi Uekawa <dancer@debian.org>  Sat, 7 Oct 2006 11:03:32 +0900

apt-listbugs (0.0.59) unstable; urgency=low

   * README.Debian: add notes on filing bugs on apt-listbugs, and running
     apt-listbugs with debugging mode.
   * set timeout time to 999 seconds instead of 30 seconds.
   - Bug fix: "apt-listbugs times out while doing SOAP.", reported by David
     Baron (Closes: #391180).

 -- Junichi Uekawa <dancer@debian.org>  Fri, 6 Oct 2006 08:18:17 +0900

apt-listbugs (0.0.58) unstable; urgency=low

   * users need to set SOAP_USE_PROXY=on to use HTTP_PROXY for SOAP.
     Document it. A pretty stupid way to handle security hole, but that's
     life.
     SOAP_USE_PROXY is set if apt.conf has the proxy configuration.
   - Bug fix: "apt-listbugs: Reports undefined variable and fails"
     (Closes: #389681).

 -- Junichi Uekawa <dancer@debian.org>  Tue, 3 Oct 2006 23:30:11 +0900

apt-listbugs (0.0.57) unstable; urgency=low

   * do not use Regexp.quote to pass package names to Debian::Packages.new
     It's already doubly escaped over there.
   - Bug fix: "apt-listbugs: Fails to pin packages that contain the '-'
     character in the name.", thanks to Stuart Freeman (Closes: #389588).
   * update po files.
   * quote $tmp in cron script.
   * update README.Debian
   * update manpage AUTHORS to list myself.
   * add testsuite, and fix things as they are broken.
   * examples:
   - remove listbugs.rb, and add listbugs-soap.rb
   - update deblistbugs
   - update rc2rss
   * hard-coded rate-limit to obtain 200 bugs per SOAP request; 200 bugs
     takes around 100 MB on SOAP4R.
   * Make 'apt-listbugs list' use current package versions as comparison
     target for Fixed/Found.

 -- Junichi Uekawa <dancer@debian.org>  Sun, 1 Oct 2006 20:24:40 +0900

apt-listbugs (0.0.56) unstable; urgency=low

   * change default severity to RC: critical, grave, serious
   * change stats to: "forwarded", "done", "pending", instead of original
     [outstanding,pending upload,resolved,done,open,]
     (where did it come from?)
   * output wiredump of XML SOAP data if given -d option, for easier
     debugging.
   * remove --showless, --showgreater options that are deprecated due to
     disabled CGI access. (closes: #344397) we already have access to
     Fixed_Version information through SOAP interface, we don't need CGI
     access anymore.
   * Use Fixed_Version information to find relevant bugs.
     (closes: #323626, #334697, #342513, #370400)
   - show progress when parsing fixed version info.
   - TODO: bugs need to be checked against source, not binary package,
     since bugs are closed by source packages
   * remove parsing of changelog for finding closed bugs.
   * update po files, please update translations.
   * Bug fix: "should check whether connected to terminal, fall back to
     other output", thanks to martin f krafft (Closes: #383752).
     Will assume '-n' if stdout is not a terminal.
   * fix manpage, remove reference to ~dancer/apt-listbugs, it's now
     /indices/ on bugs.debian.org.
   * make apt-listbugs version useful, by embedding the real package
     version to apt-listbugs source instead of old stale CVS tag.

 -- Junichi Uekawa <dancer@debian.org>  Sat, 30 Sep 2006 20:08:05 +0900

apt-listbugs (0.0.55) unstable; urgency=low

   * Update README.Debian, remove transition text.
   * Fix handling the case of when package has no bug
   - Bug fix: "apt-listbugs: Reports undefined variable and fails", thanks
     to Jean-Luc Coulon (f5ibh) (Closes: #389681).

 -- Junichi Uekawa <dancer@debian.org>  Thu, 28 Sep 2006 22:02:57 +0900

apt-listbugs (0.0.54) unstable; urgency=low

   * use SOAP interface from http://bugs.debian.org/cgi-bin/soap.cgi
   * use indices from http://bugs.debian.org instead of
     http://merkel.debian.org
   * remove unsupported and unmaintained reference to release-critical
   * remove unsupported and unmaintained reference to LDIF
   * update po files, please update translations.
   * handle HTTP redirect in Debian::BTS::HTTP.
   * Depend on libhttp-access2-ruby1.8 for SOAP redirect

 -- Junichi Uekawa <dancer@debian.org>  Tue, 26 Sep 2006 23:57:12 +0900

apt-listbugs (0.0.53) unstable; urgency=low

   * point to merkel.debian.org, instead of osdn.debian.org
     (closes: #349402, #307263)
   - continue service from merkel.debian.org/~dancer/ instead of osdn.debian.or.jp/~taru/.
   * Updated update-index.db source taken from merkel.debian.org:~dancer/bin
   * removed support for security bugs, since it's been broken since 2004.
   * removed support for LDAP backend, which has been broken forever.
   * updated README.Debian, noting down the current plans and roadmaps.
   * update ja.po

 -- Junichi Uekawa <dancer@debian.org>  Sun, 24 Sep 2006 10:32:36 +0900

apt-listbugs (0.0.52) unstable; urgency=low

   * Bug fix: "apt-listbugs: translation error in french version", thanks
     to Guillaume Allegre (Closes: #356094).
   * Assume --quiet if stdout is not a terminal. (Closes: #355700)
   * Bug fix: "please allow disabling apt-listbugs from the environment",
     thanks to Marc Haber (Closes: #355420).

 -- Junichi Uekawa <dancer@debian.org>  Fri, 22 Sep 2006 08:17:30 +0900

apt-listbugs (0.0.51) unstable; urgency=low

   * New maintainer. (closes: #374104)
   - README.Debian, copyright: update.
 
   * Standards-Version: 3.7.2
   * Bug fix: "apt-listbugs: bad control file parsing; sends the long
     description to dpkg --compare-versions", thanks to James Westby
     (Closes: #362671).
   * Bug fix: "apt-listbugs: fails with not in gzip format errors", thanks
     to James Westby  (Closes: #245232).
 
     tested with
     echo ../apt-listbugs_0.0.50_all.deb |  /usr/sbin/apt-listbugs apt
 
   * Remove absolute paths of programs from maintainer scripts.
     (Closes: #341148)
   * Bug fix: "[PATCH] grammar error in apt-listbugs", thanks to Thierry
     Moisan (Closes: #341844).
   * Bug fix: "apt-listbugs: suggests reportbug but silently does nothing
     if it is not installed", thanks to Ian Campbell (Closes: #253812).
   * Pass -q to savelog in the cron script to prevent mails being sent to
     system administrator if all goes well. (Closes: #284434)
   * Bug fix: "apt-listbugs: Correction for HTML output: &gt ->
     &gt;", thanks to Frederic Bothamy (Closes: #304471).
   * Adjust Description in debian/control to have consistent line lengths.
     (Closes: #341150)
   * Remove empty debian/docs.
   * Bug fix: "apt-listbugs: [manual page] list all severities in options
     -t (bug type)", thanks to Jari Aalto (Closes: #349469).
   * Bump Build-Depends on debhelper to 5.0.0
   * fix copyright file to have the new FSF address

 -- Junichi Uekawa <dancer@debian.org>  Mon, 18 Sep 2006 13:20:04 +0900

apt-listbugs (0.0.50) unstable; urgency=low

   * QA upload.
   * Set maintainer to Debian QA Group.
   * Updated French translation (Closes: #279579).
   * Don't keep a static list of translations.
   * New Italian translation, thanks to Luca Monducci (Closes: #289924).
   * Updated Norwegian Bokmal translation (Closes: #323931).
   * New Swedish translation, thanks to Daniel Nylander (Closes: #332570).
   * New Czech translation, thanks to Miroslav Kure (Closes: #361606).

 -- Luk Claes <luk@debian.org>  Sat, 16 Sep 2006 17:04:48 +0200

2005

apt-listbugs (0.0.49) unstable; urgency=low

   * Write ignore bug informations in /var/lib/apt-listbugs/ignore_bugs.
     /etc/apt/listbugs/ignore_bugs is only read as user settings.
      - (closes: #311482).
   * Applied the patch provided by Adam Majer <adamm@zombino.com>
      - Doesn't use chomp! (closes: #289361).
   * Put -f option before -O in tar. tar seems to stop parsing
     the flags after the first pathname. Thanks to
     Torsten Hilbrich <torsten.hilbrich@gmx.net> (closes: #310179)

 -- Masato Taruishi <taru@debian.org>  Thu, 2 Jun 2005 12:21:13 +0900

apt-listbugs (0.0.48) unstable; urgency=high

   * Urgency=high because the previous version has a critical bug
     and removed from sarge.
   * Fixed symlink-case problem of prefernces file handling (closes: #301671).
     - Use existing preferences file and remove cp -a permission keep hack.
     - Backup /etc/apt/preferneces by cp -aH under /var/backups/.
     - Use savelog for files in /var/backups/.
     - Thanks paddy <paddy@panici.net> for his work to fix this problem.
   * Added Depends: libruby1.8 (>= 1.8.1) because rss/maker is available
     from this version (closes: #301005).

 -- Masato Taruishi <taru@debian.org>  Wed, 13 Apr 2005 03:12:09 +0900

apt-listbugs (0.0.47) unstable; urgency=low

   * Updated Danish translation (Claus Hindsgaul) (closes: #284299).
   * Use rss/maker.

 -- Masato Taruishi <taru@valinux.co.jp>  Thu, 3 Mar 2005 19:49:52 +0900

2004

apt-listbugs (0.0.46) unstable; urgency=high

   * Duplicates command line argument strings value because it's frozen
     since ruby-1.8.2pre3 ( closes: #281329, #282937 )
   * Urgency=high because the version of ruby-1.8 has a high urgency
     which makes the previous version of apt-listbugs break.

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 26 Nov 2004 15:44:12 +0900

apt-listbugs (0.0.45) unstable; urgency=low

   * Fixed mutex control bug (closes: #276766).
      - Maybe it makes fix this problem. If not, reopen the bug again.
   * Don't call security rss generator from cron script.
      (closes: #281478)
   * Remove sudo call of security.rss. (closes: #281396)
   * Handle comment lines of preferences file correctly
      (closes: #274174)
   * Don't overwrite preferences because of possibilities of
     its corruptness.

 -- Masato Taruishi <taru@valinux.co.jp>  Tue, 16 Nov 2004 20:50:27 +0900

apt-listbugs (0.0.44) unstable; urgency=low

   * Added --force-yes/no option whici make non-interactive installation
     possible (closes: #270445, #274149).
   * Added security.rss generator (experimental).
     - Now you can track security issues of packages which you install
       by any kind of RSS viewer.
     - Register /var/cache/apt-listbugs/security.rss to you viewer.
     - Note that it's experimental.

 -- Masato Taruishi <taru@valinux.co.jp>  Sun, 14 Nov 2004 17:45:26 +0900

apt-listbugs (0.0.43) unstable; urgency=low

   * Added filtering by tag.
      - You can specify tags to handle. For example, -T woody,security
        shows only bugs of security issue in woody.
        ( closes: #236683 )
      - -T option was to specify title, but changed it for tag because
        tag is frequently used than it.
   * Disabling Proxy configuration when apt-listbugs doesn't support it.
      - This makes it possible to use apt-listbugs even in such case
        though it's not the best solution.
   * This is because ruby interface was changed. Use the latest version
     of apt-listbugs ( closes: #255988 ).
   * Don't edit apt_preferences when every packages are ignored from pininng.
     (closes: #276601)
   * This is not a bug, but a correct action. apt-listbugs crashes
     by itself to stop these frontend (closes: #238751, #277109)
   * Replaced the extended description. Thanks to many people :)
      (closes: #191619, #258072, #278338 )
   * Fixed typo. Thanks to Bothamy <frederic.bothamy@free.fr>.
      (close: #259578)

 -- Masato Taruishi <taru@valinux.co.jp>  Sun, 14 Nov 2004 12:06:54 +0900

apt-listbugs (0.0.42) unstable; urgency=low

   * Added french translation (closes: #257792).
   * Fixed aptcleanup error (closes: #271190, #270572)

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 13 Sep 2004 14:23:32 +0900

apt-listbugs (0.0.41) unstable; urgency=low

   * Fixed bad English suggested by Branden (closes: #264464).
   * Fixed typo in control (closes: #266215).
   * Added aptcleanup to remove the pin when the package has no longer
     critical bugs (closes: #261804).

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 20 Aug 2004 13:12:52 +0900

apt-listbugs (0.0.40) unstable; urgency=low

   * Updated Danish program translation (po/da.po), Claus Hindsgaul
   * Depends on ruby1.8 (closes: #237633, #253281)
      - This causes not to satisfy dependencies for woody.
   * HtmlTempfile to create tempfiles with .html suffix.
      (closes: #255775, #255792)
   * Fixed a message mistake: (closes: #251201)

 -- Masato Taruishi <taru@valinux.co.jp>  Thu, 24 Jun 2004 14:03:33 +0900

apt-listbugs (0.0.39) unstable; urgency=low

   * Uses $HOME/.apt-listbugs/cache for normal user's cache (closes: #200057)
   * Added -T <title>, -S <stats> and -q options.
   * Refined rss output.
   * Don't call system() in order to modify /etc/apt/preferences
      (closes: #245734).
   * Changed default cache expire time to 1 hour.
   * Parses tags in index.db.
   * Added deblistbugs example.

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 7 May 2004 12:21:33 +0900

apt-listbugs (0.0.38) unstable; urgency=low

   * Fixed Pinning failure (closes: #245734, #245958, #246489).

 -- Masato Taruishi <taru@debian.org>  Thu, 29 Apr 2004 20:01:37 +0900

apt-listbugs (0.0.37) unstable; urgency=low

   * Added danish translation.
   * Support new version of cgi output: CGI Parser
   * Fixed mutex problem in Index parser (closes: #238799)

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 19 Mar 2004 17:23:00 +0900

apt-listbugs (0.0.36) unstable; urgency=low

   * Support both ruby1.8 and ruby1.6 (closes: #214516).
   * Moved BTS libraries under /usr/share/apt-listbugs/debian/
   * Bumped Standards Version to 3.6.1
   * Installed mo files as -m644.
   * Reallocate stdin for browser (closes: #216361). Thanks to
         Michal Politowski <mpol@charybda.icm.edu.pl>
         Jeff King <peff-debbug@peff.net>
   * Wrote bug description in pinning explanation (closes: #215669).

 -- Masato Taruishi <taru@valinux.co.jp>  Wed, 7 Jan 2004 15:20:33 +0900

2003

apt-listbugs (0.0.35) unstable; urgency=low

   * Remove redundant arguments in 10apt-listbugs.
   * Change default server to osdn.debian.or.jp.
   * Re-enable exit status checker in 10apt-listbugs.
       - Most of errors are now bugs while apt-listbugs used to
         exit with error in case of network connection error etc
         when I considered this disabling. By now, these errors
         are rescued and processed correctly in apt-listbugs itself.
       - As a still, it causes apt to ignore apt-listbugs error status.
         Therefore, warning message are diplayed in error so that
         administrators can notice the error. They can stop it forcibely
         by sending signal.

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 26 Dec 2003 11:42:16 +0900

apt-listbugs (0.0.34) unstable; urgency=low

   * Fixed 10apt-listbugs to run apt-listbugs in any request state.
      (closes: #212129)
   * Sorry. Long out-standing grave bug is now fixed.
      Add Depends: libdpkg-ruby1.6
      (closes: #216094, #216240, #216036)
   * It shouldn't be happened normally. If this error is reproduced
     please reopen the bug (closes: #215057)
   * Added BUild-Depends-Indep: ruby1.6

 -- Masato Taruishi <taru@valinux.co.jp>  Wed, 5 Nov 2003 22:26:50 +0900

apt-listbugs (0.0.33) unstable; urgency=low

   * Use -f - in tar to get changelog.
      See "http://rwiki.jin.gr.jp/cgi-bin/rw-cgi.rb?cmd=view&name=%A4%A2%A4%E9%A4%A4";

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 19 Sep 2003 14:10:42 +0900

apt-listbugs (0.0.32) unstable; urgency=low

   * Use recent rdtool (closes: #207933, #201404)
   * Use cdbs.
   * Add experimental ruby cdbs module.

 -- Masato Taruishi <taru@valinux.co.jp>  Wed, 17 Sep 2003 12:11:19 +0900

apt-listbugs (0.0.31) unstable; urgency=low

   * Make misato default host.
   * Make Index.db default.
   * Disabled CGI access.
      (closes: #211172, #207541)

 -- Masato Taruishi <taru@valinux.co.jp>  Tue, 16 Sep 2003 19:40:38 +0900

apt-listbugs (0.0.30) unstable; urgency=low

   * Read Acquire::http:;Proxy from apt configuration framework.
      (closes: #194127)
   * Add -C option to specify another apt.conf.
   * Better handling of Index parser.

 -- Masato Taruishi <taru@valinux.co.jp>  Wed, 10 Sep 2003 20:56:54 +0900

apt-listbugs (0.0.29) unstable; urgency=low

   * Oops, don't ask for warning when no error occured.

 -- Masato Taruishi <taru@valinux.co.jp>  Tue, 9 Sep 2003 16:07:06 +0900

apt-listbugs (0.0.28) unstable; urgency=low

   * Followed the libzlib-ruby's transition.
   * Check the exception from bug's parser and continue its execution until
     error count limit.
      (closes: #202583, #203495, #184427, #206276)
   * Cleanup help output.

 -- Masato Taruishi <taru@valinux.co.jp>  Tue, 9 Sep 2003 15:58:04 +0900

apt-listbugs (0.0.27) unstable; urgency=low

   * Support simple gettext message translation.
      Added Japanese message catalogue.

 -- Masato Taruishi <taru@debian.org>  Sat, 6 Sep 2003 14:48:43 +0900

apt-listbugs (0.0.26) unstable; urgency=low

   * Transition to the new ruby policy.
       - Depends: ruby1.6
          + dpkg-ruby is available only for 1.6.
          + not test on 1.8.

 -- Masato Taruishi <taru@debian.org>  Sat, 6 Sep 2003 01:09:13 +0900

apt-listbugs (0.0.25) unstable; urgency=low

   * Use sensible-browser if it's found on path.
   * Put .html extension to the tempfile (closes: #201038, #205594)

 -- Masato Taruishi <taru@valinux.co.jp>  Thu, 4 Sep 2003 11:36:52 +0900

apt-listbugs (0.0.24) unstable; urgency=low

   * Fixed typo of unknown (Thanks to Jim Cheetham <jim.cheetham@ecosm.com>)
      (closes: #208472)
   * Fixed Pinning failure (closes: #208279)

 -- Masato Taruishi <taru@valinux.co.jp>  Wed, 3 Sep 2003 14:13:09 +0900

apt-listbugs (0.0.23) unstable; urgency=low

   * Added a new option: --pin-priority to specify Pin-Priority value.
   * Oops, Pin-Priority: -1 is no meaning. default is 1000 now.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 1 Sep 2003 17:09:40 +0900

apt-listbugs (0.0.22) unstable; urgency=low

   * Fixed output of retrieving status (thanks to x_otero@terra.es)
      (closes: #201456)
   * Don't start interactive viewer if no bugs displayed.
      (closes: #200445)
   * Remove all warnings via ruby -d
   * Added Pin-Priority: -1 to be maxmum priority (closes: #199075)
   * Re-activated on hold feature (closes: #205161)
   * Check if @tty.gets returns string (closes: #205706)
   * Check whether specified package is newly installation package
       (closes: #201402).

 -- Masato Taruishi <taru@debian.org>  Sat, 30 Aug 2003 16:46:12 +0900

apt-listbugs (0.0.21.1) unstable; urgency=low

   * Changed a site to fetch bugs database in Dpkg::Pre-Install-Pkgs time.
        -- from bugs.debian.org to misato.debian.or.jp.
     This is a temporal solution. Recently, bugs.debian.org, or master,
     is increacing load. I don't know that apt-listbugs is attacking
     to it, but have to check this problem anyway.

 -- Masato Taruishi <taru@debian.org>  Wed, 27 Aug 2003 21:46:09 +0900

apt-listbugs (0.0.21) unstable; urgency=low

   * Uses Pin of APT instead of hold of dpkg.
   * Checks apt-listbugs exexutable file before invoking (closes: #197753)
   * Uses www-browser alternatives instead of w3m.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 23 Jun 2003 14:38:39 +0900

apt-listbugs (0.0.20) unstable; urgency=low

   * Fixed regexp of closes format in changelog (closes: #195897).

 -- Masato Taruishi <taru@debian.org>  Wed, 4 Jun 2003 00:32:22 +0900

apt-listbugs (0.0.19) unstable; urgency=low

   * Removed obsolete cron configuraiton if it's not modified
     in postinst (closes: #194241).

 -- Masato Taruishi <taru@valinux.co.jp>  Thu, 22 May 2003 11:34:55 +0900

apt-listbugs (0.0.18) unstable; urgency=low

   * Moved cache-update to example.
   * Check <bug_number>.status strictly.

 -- Masato Taruishi <taru@valinux.co.jp>  Thu, 22 May 2003 01:55:32 +0900

apt-listbugs (0.0.17) unstable; urgency=low

   * Sends User-Agent.
   * Added update-index.db example.

 -- Masato Taruishi <taru@valinux.co.jp>  Wed, 21 May 2003 23:31:45 +0900

apt-listbugs (0.0.16) unstable; urgency=low

   * Added mutex control of cache read.

 -- Masato Taruishi <taru@valinux.co.jp>  Tue, 20 May 2003 15:00:11 +0900

apt-listbugs (0.0.15) unstable; urgency=low

   * Handle debbugs <bug_number>.status.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 19 May 2003 17:42:25 +0900

apt-listbugs (0.0.14) unstable; urgency=low

   * Fixed typo of configuration :(

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 19 May 2003 16:30:06 +0900

apt-listbugs (0.0.13) unstable; urgency=low

   * Added Depends: libzlib-ruby

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 19 May 2003 16:06:43 +0900

apt-listbugs (0.0.12) unstable; urgency=low

   * Used separated index.dbs.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 19 May 2003 16:03:54 +0900

apt-listbugs (0.0.11) unstable; urgency=low

   * Added new index.db parser.
   * Disabled hanzubon.debian.gr.jp proxy.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 19 May 2003 12:23:05 +0900

apt-listbugs (0.0.10) unstable; urgency=low

   * Changed this cache-update algorithm.

 -- Masato Taruishi <taru@debian.org>  Sat, 17 May 2003 16:03:27 +0900

apt-listbugs (0.0.9) unstable; urgency=low

   * Added cron.d.

 -- Masato Taruishi <taru@debian.org>  Sat, 17 May 2003 12:54:31 +0900

apt-listbugs (0.0.8) unstable; urgency=low

   * Fixed submit_version parser.
   * Progress bar of status factory.

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 16 May 2003 19:51:43 +0900

apt-listbugs (0.0.7) unstable; urgency=low

   * New command 'rss'.
   * Print progress informations to stderr.
   * Fixed bugs of release-critical bugs handling.
   * Fixed default expire timer.
   * Allowed the permission error to write cache.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 12 May 2003 17:55:03 +0900

apt-listbugs (0.0.6) unstable; urgency=low

   * Fixed to display packages which don't have bugs.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 12 May 2003 13:45:53 +0900

apt-listbugs (0.0.5) unstable; urgency=low

   * Changed the bug summary to display bug number based on packages.
   * Register ignored bugs only at the command 'apt'.
   * Fixed typo (closes: #192413).

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 12 May 2003 11:28:34 +0900

apt-listbugs (0.0.4) unstable; urgency=low

   * Fixed description errors.
      Suggested by Andreas Rottmann <rotty@debian.org> (closes: #191619)
   * Included examples how to set up proxy servers for apt-listbugs.
      (closes: #191924)

 -- Masato Taruishi <taru@valinux.co.jp>  Tue, 6 May 2003 14:17:19 +0900

apt-listbugs (0.0.3) unstable; urgency=low

   * Handles http_proxy environment variable (closes: #191563).

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 2 May 2003 12:23:28 +0900

apt-listbugs (0.0.2) unstable; urgency=low

   * Install ignore_bugs from /usr/share/apt-listbugs/ (closes: #189760)
   * Some fixes
      - progress bar
      - pararell bug acquire
      - handle C-c
      - ignore_bugs handling
      - doesn't invoke compare_versions when the version string
        includes white-spaces
   * Display bugs statistics infomation in display_bugs

 -- Masato Taruishi <taru@debian.org>  Wed, 30 Apr 2003 12:46:24 +0900

2002

apt-listbugs (0.0.1hanzubon7) experimental; urgency=low

   * Retrieve bug reports pararell.

 -- Masato Taruishi <taru@debian.org>  Wed, 25 Dec 2002 11:10:42 +0900

apt-listbugs (0.0.1hanzubon6) experimental; urgency=low

   * Fixed that no bugs displayed for newly installed packages.

 -- Masato Taruishi <taru@debian.org>  Wed, 18 Dec 2002 11:06:59 +0900

apt-listbugs (0.0.1hanzubon5) experimental; urgency=low

   * Mark all packages that you review as ignored on normal exit.

 -- Masato Taruishi <taru@debian.org>  Mon, 9 Dec 2002 11:38:47 +0900

apt-listbugs (0.0.1hanzubon4) unstable; urgency=low

   * Collects merged bugs when displaying bug summary.

 -- Masato Taruishi <taru@valinux.co.jp>  Mon, 2 Dec 2002 01:08:09 +0900

apt-listbugs (0.0.1hanzubon3) unstable; urgency=low

   * Exit with error code 10 when a user wants to stop the installation.
   * Delete same version as the current installed version for lesser
     threshold.
   * Exit immediately when no package will be installed.

 -- Masato Taruishi <taru@debian.org>  Sun, 1 Dec 2002 16:02:54 +0900

apt-listbugs (0.0.1hanzubon2) unstable; urgency=low

   * more cleanup

 -- Masato Taruishi <taru@valinux.co.jp>  Fri, 29 Nov 2002 12:38:07 +0900

apt-listbugs (0.0.1hanzubon1) unstable; urgency=low

   * Fixed typo.

 -- Masato Taruishi <taru@debian.org>  Mon, 25 Nov 2002 01:58:46 +0900

apt-listbugs (0.0.1hanzubon) unstable; urgency=low

   * Use an experimental bts mirror  (thanks to hanzubon.debian.gr.jp)

 -- Masato Taruishi <taru@debian.org>  Fri, 22 Nov 2002 17:40:02 +0900

apt-listbugs (0.0.1) unstable; urgency=low

   * Initial Release.

 -- Masato Taruishi <taru@debian.org>  Sun, 17 Nov 2002 00:59:03 +0900