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

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

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

Local variables:
mode: debian-changelog
End:
