Change logs for apt-listbugs source package in Wheezy

  • apt-listbugs (0.1.8+deb7u1) stable; urgency=low
    
    
      * adopted standard Ruby library Tempfile for HTML bug lists too, thus
        dropping the ad-hoc HtmlTempfile (CVE-2013-6049)
    
     -- Francesco Poli (wintermute) <email address hidden>  Mon, 11 Nov 2013 23:00:16 +0100
  • apt-listbugs (0.1.8) unstable; urgency=low
    
    
      * improved internationalization
      * fixed ""non-interactive failure mode" message is unclear": clarified
        which README.Debian should be consulted (Closes: #681037)
      * improved English texts, thanks to Justin B Rye!
      * fixed "remove html from translations": thanks to Ryan for starting this
        effort and for storing the initial patch on the BTS! (Closes: #553694)
      * dropped another dependency on a transitional package (libgettext-ruby1.8
        replaced by ruby-gettext)
      * updated Danish translation, thanks to Joe Hansen! (Closes: #684207)
      * updated Portuguese translation, thanks to Miguel Figueiredo!
        (Closes: #684780)
      * added Spanish translation, thanks to Omar Campagne! (Closes: #685294)
      * updated Italian translation, thanks to Luca Monducci! (Closes: #686382)
      * updated Basque translation, thanks to Iñaki Larrañaga Murgoitio!
        (Closes: #686419)
      * updated French translation, thanks to Jean-Baka Domelevo Entfellner!
        (Closes: #686745)
      * updated German translation, thanks to Thomas Müller! (Closes: #686915)
      * clarified the man page, thanks to the significant contribution by
        Justin B Rye
    
     -- Francesco Poli (wintermute) <email address hidden>  Wed, 26 Sep 2012 22:39:39 +0200
  • apt-listbugs (0.1.7) unstable; urgency=low
    
    
      * dropped one more dependency on a transitional package (libdpkg-ruby1.8
        replaced by ruby-debian)
      * bumped Standards-Version to 3.9.3: no changes needed
      * fixed "aptitude shows apt-listbugs has no homepage URL in the
        description" by adding a Homepage field to debian/control pointing
        to the alioth project page (Closes: #663143)
      * fixed "Possible weakness in preferences parsing.": aptcleanup is now
        able to handle pinning stanzas which do not reference any bug(s) in their
        explanation fields; such a pinning will be removed by the cron.daily
        job, when the package candidate version is no longer affected
        by any bug of high severity (Closes: #664496)
      * worked around "'W: Failed to invoke browser.' when run under sudo":
        when invoking a browser, do not switch to another user, not even
        when apt-listbugs is run under sudo (Closes: #662865)
      * worked around "When called by aptitude, apt-listbugs crash and precludes
        the package upgrade": default to non-interactive failure mode, if the
        command is "apt" and /dev/tty cannot be opened; explain why in
        README.Debian (Closes: #662983)
    
     -- Francesco Poli (wintermute) <email address hidden>  Fri, 18 May 2012 23:28:44 +0200
  • apt-listbugs (0.1.6) unstable; urgency=low
    
    
      * modified shebangs in order to force the use of ruby1.8, until the package
        supports ruby1.9.x
      * fixed "Depends on a few of transitional packages", trying to be as
        backport-friendly as possible (Closes: #639972)
      * moved the first test suite to Make check target, disabled the second
        test suite (which is outdated), changed build-dependencies accordingly
      * fixed the first test suite so that it actually works
      * changed the Pin-Priority used to prevent the installation of any version
        of a package from -40 to -30000, in order to work better with Cupt
      * modified the querybts invocation to force the text interface,
        when querying a given bug report (apt-listbugs should be able to
        work without access to any X display)
      * updated README.Debian file: added an explanation of why apt-listbugs
        currently ignores the "affects" BTS field
      * added more assertions to the first test suite
      * enhanced the (theoretical) correctness of the code to check whether a
        bug is present in a package version
      * enhanced robustness: if an ignore_bugs file is not readable, do not exit
        with error, issue a warning instead, and go on without taking that file
        into account
    
     -- Francesco Poli (wintermute) <email address hidden>  Sun, 25 Dec 2011 17:56:13 +0100
  • apt-listbugs (0.1.5) unstable; urgency=low
      * modified the git-tag.sh internal script  * bumped Standards-Version to 3.9.2: no changes needed  * fixed "E: private method `chomp!' called for nil:NilClass": applied the    little patch by Jonathan Nieder (thanks a lot!) to enhance input    validation for the "apt-listbugs apt" command (Closes: #626937)  * reduced the use of libdpkg-ruby1.8 to improve efficiency  * fixed logic in the bug-relevance checks -- Francesco Poli (wintermute) <email address hidden>  Thu, 14 Jul 2011 23:07:03 +0200
  • apt-listbugs (0.1.4) unstable; urgency=low
      [ Francesco Poli (wintermute) ]  * fixed "po-debconf: usage text - options v, p and P have not dot at the    end" (Closes: #569214)  * fixed "crashes after requesting a web browser listing": use    Locale.charset instead of Locale.codeset to adapt for a libgettext-ruby    change (Closes: #572192)  * fixed "Should not depends on transitional libhttp-access2-ruby1.8    package" (Closes: #574075)  * fixed and clarified man page about proxy configuration  * switched to dpkg-source 3.0 (native) format  * dropped the requirement for the user to set soap_use_proxy environment    variable (this ruby module interface should not be exposed to application    users: see also bug #399706)  * dropped the obsolete /usr/share/doc/apt-listbugs/examples/proxy/ directory  * changed exit status for errors encountered when reading bug reports: the    right exit status is 1 ("something is wrong", as documented in the man    page), not 10 (which is reserved for warning APT not to proceed)  * added minimal handling of errors encountered when reading package fields  * bumped Standards-Version to 3.9.1: no changes needed  * enhanced stylistic consistency in questions to user  * fixed "please enhance safety in case of network problems, when stdout    is not a terminal": do not ask if the user wants to abort in case of    network problems, ask if the user wants to continue anyway, instead    (Closes: #598076)  * dropped Ryan from the Maintainer field, since he will no longer be    involved in apt-listbugs maintenance  * fixed "scary message on interruption": enhanced SIGINT trapping in    early stages of runtime (Closes: #605039)  * fixed "leaves problematic apt configuration fragment if in config-    files status and unpack fails": added code for the abort-install case    to the postrm script (Closes: #611913)  * changed my e-mail address  * re-added (a slightly modified version of) the git-tag.sh internal script  * credit for a new co-maintainer: welcome on board, Thomas Mueller!    (Closes: #600879)  [ Ryan Niebur ]  * updated German translation, thanks Thomas Mueller! (Closes: #578305)  * flush stdin after running the web browser (Closes: #578299)  [ Thomas Mueller ]  * added myself to the Uploaders field -- Francesco Poli (wintermute) <email address hidden>  Fri, 25 Mar 2011 18:52:25 +0100
  • apt-listbugs (0.1.3) unstable; urgency=low
    
    
      [ Francesco Poli (t1000) ]
      * fixed logic: apt-listbugs now uses a more correct way to pin uninstalled
      packages (thanks to Eugene V. Lyubimkin for making me realize that the
      previously used method was not really correct)
      * bumped Standards-Version to 3.8.4: no changes needed
      * fixed "time outs when using a proxy from apt.conf": don't require
      soap/soap in logic.rb, or otherwise proxy settings will be ignored
      for the SOAP connection (Closes: #567474)
    
      [ Ryan Niebur ]
      * update French translation, thanks to Jean-Baka Domelevo-Entfellner
        (Closes: #567452)
    
     -- Ryan Niebur <email address hidden>  Sun, 31 Jan 2010 13:10:52 -0800