Accepted apt-listbugs 0.0.69 (source)

Ubuntu Installer archive at ubuntu.com
Mon Dec 11 11:53:05 GMT 2006


Accepted:
 OK: apt-listbugs_0.0.69.tar.gz
 OK: apt-listbugs_0.0.69.dsc
     -> Component: universe Section: admin

Origin: Debian/unstable
Format: 1.7
Date: Mon,  11 Dec 2006 10:48:21 +0000
Source: apt-listbugs
Binary: apt-listbugs
Architecture: source
Version: 0.0.69
Distribution: feisty
Urgency: low
Maintainer: Junichi Uekawa <dancer at debian.org>
Changed-By: Soren Hansen <sh at linux2go.dk>
Description: 
 apt-listbugs - Lists critical bugs before each apt installation
Closes: 193524 245232 253812 279579 284434 289924 304471 307263 323626 323931 332570 332768 334697 341148 341150 341844 342513 344397 349402 349469 355420 355700 356094 361606 362671 367622 370400 374104 383752 389588 389681 389681 389681 391180 391537 393298 395562 396697 398722 399504
Changes: 
 apt-listbugs (0.0.69) unstable; urgency=low
 .
   * Bug fix: "apt-listbugs: minor correction in wording", thanks to
     rrs at researchut.com (Closes: #399504).
   * README.Debian: Document bug 399706.
 .
 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
 .
 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.
 .
 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).
 .
 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.
 .
 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 at cozmixng.org>
 .
 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.
 .
 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.
 .
 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).
 .
 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.
 .
 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).
 .
 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).
 .
 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.
 .
 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.
 .
 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).
 .
 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
 .
 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
 .
 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).
 .
 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
 .
 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).
Files: 
 af694eea024870b5cbe66ee4040014aa 410620 admin optional apt-listbugs_0.0.69.tar.gz
 0d917e0e25f42ea0c1c0b6bac675a6e6 561 admin optional apt-listbugs_0.0.69.dsc





More information about the feisty-changes mailing list