2009
apt-listchanges (2.83+nmu1) unstable; urgency=low
* Non-maintainer upload with maintainer's agreement
(he likes living dangerously)
[ Pierre Habouzit ]
* Apt-listchanges moves to collab-maint.
[ Christian Perrier ]
* Catalan (Jordi Mallach). Closes: #548654
* Fix pending l10n issues. Program translations:
- Simplified Chinese. Closes: #501042
- Brazilian Portuguese. Closes: #501637
* Fix pending l10n issues. Debconf translations:
- Brazilian Portuguese (Felipe Augusto van de Wiel (faw)).
Closes: #501639
* Add ${misc:Depends} to dependencies to properly
deal with dependencies implied by some debhelper
utilities. As a consequence, drop the dependency on
debconf.
-- Christian Perrier <bubulle@debian.org> Tue, 29 Sep 2009 23:16:26 +0200
2008
apt-listchanges (2.83) unstable; urgency=low
[ Christian Perrier ]
* Fix extra space before exclamation mark in an error
message. Translations unfuzied.
* Fix extra question mark in one string. Translations
unfuzzied and fixed when they had two question marks too.
* Programs translation updates:
- French. Closes: #469248
- Estonian. Closes: #500979
- Basque. Closes: #501010
- Traditional Chinese. Closes: #501034
- Simplified Chinese. Closes: #501039
- Swedish. Closes: #501051
- Japanese. Closes: #501530
- Czech. Closes: #501212
- Italian. Closes: #501238
- German. Closes: #501265
- Russian. Closes: #501469
- Portuguese. Closes: #501494
- Polish. Closes: #501496
- Dutch. Closes: #501621
* Debconf translations:
- Swedish. Closes: #492092
- Simplified Chinese. Closes: #501039
- Polish. Closes: #501296
* Russian. Closes: #501469
[ Pierre Habouzit ]
* Fix the Vcs-* header to add the missing "apps/" in it.
* Thanks a lot to Christian for his invaluable help and the 23 patches he
sent me.
-- Pierre Habouzit <madcoder@debian.org> Thu, 09 Oct 2008 11:29:41 +0200
apt-listchanges (2.82) unstable; urgency=high
* fix a potential security issue in apt-listchanges import paths, thanks for
Felipe Sateler for the heads up.
* update de.po thanks to Helge Kreutzmann (Closes: 456238).
-- Pierre Habouzit <madcoder@debian.org> Mon, 14 Jan 2008 09:39:05 +0100
apt-listchanges (2.81) unstable; urgency=low
* debian/control: Bump priority to standard, as discussed on debian-devel,
and don't recommend python-{glade,gtk} because of that (Closes: 459258).
* Check for the .glade file existence before passing it to glade, to avoid
spurious error messages (Closes: 454161).
* Update po/eu.po from Piarres Beobide (Closes: 419673 for real this time).
-- Pierre Habouzit <madcoder@debian.org> Tue, 08 Jan 2008 23:48:11 +0100
apt-listchanges (2.80) unstable; urgency=low
[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
English team as part of the Smith review project. Closes: #455772
* [Debconf translation updates]
* Japanese. Closes: #455864
* Basque. Closes: #455885
* Galician. Closes: #455984
* German. Closes: #456238
* Portuguese. Closes: #456364
* Norwegian Bokmål. Closes: #456397
* Spanish. Closes: #456412
* Italian. Closes: #456511
* Vietnamese. Closes: #457310
* Czech. Closes: #457676
* Finnish. Closes: #457779
* Russian. Closes: #457874
* Dutch; Flemish. Closes: #458310
* French. Closes: #458513
* Japanese. Closes: #455864
-- Pierre Habouzit <madcoder@debian.org> Sun, 06 Jan 2008 11:44:16 +0100
2007
apt-listchanges (2.79) unstable; urgency=medium
* Force locale to C if python does not groks the locale at all
(Closes: 455811)
* Force unicode for subject (Closes: 455704).
-- Pierre Habouzit <madcoder@debian.org> Wed, 12 Dec 2007 11:33:34 +0100
apt-listchanges (2.78) unstable; urgency=medium
* Stupid typo in the apt_listchanges module, for the mail front-end.
(Closes: 455474).
-- Pierre Habouzit <madcoder@debian.org> Mon, 10 Dec 2007 17:45:36 +0100
apt-listchanges (2.77) unstable; urgency=low
* Clean up debian/preinst: removing the pyo/pyc was needed for sarge -> etch
upgrades only.
* Bump Standards-Version to 3.7.3, no changes required.
* Fix the email header encoding issue, it's not a python bug after all
(Closes: 391014).
* Document the gtk frontend in the manpage (Closes: 452500).
* Fix the postrm that checked for ucf presence the wrong way
(Closes: 440384).
-- Pierre Habouzit <madcoder@debian.org> Sun, 09 Dec 2007 18:03:50 +0100
apt-listchanges (2.76) unstable; urgency=low
* Add patch from Michael Vogt to support launchpad bug numbers
(Closes: 451995, 454581).
* Add patch from Felipe Sateler to have a better title to html output
(Closes: 431501).
* Add po/eu.po from Piarres Beobide (Closes: 419673).
* Update debian/po/fr.po thanks to Christian Perrier (Closes: 452482).
* Update debian/po/nl.po thanks to Frans Pop (Closes: 453932).
-- Pierre Habouzit <madcoder@debian.org> Thu, 06 Dec 2007 14:54:58 +0100
apt-listchanges (2.75) unstable; urgency=low
* Recode po files in utf-8 (Closes: 391014).
* Fail gracefully if the database cannot be loaded (Closes: 444478).
* Fail gracefully if on Ubuntu with braindead locales (Closes: 431364).
* apt-listchanges on Debian gains a new gtk front-end (Closes: 451845),
thanks to Michael Vogt.
* debian/control: add the vcs-* headers so that noone can pretend he cannot
send patches.
* fix wrong path in the .es documentation (good eyes lintian !).
-- Pierre Habouzit <madcoder@debian.org> Sun, 18 Nov 2007 23:40:24 +0100
apt-listchanges (2.74) unstable; urgency=low
* binNMUs were not shown because we tracked source packages versions, and
not binary package ones (Closes: 423371).
* Document apt-listchanges internals (Closes: 411075).
-- Pierre Habouzit <madcoder@debian.org> Mon, 18 Jun 2007 15:22:43 +0100
apt-listchanges (2.73.3) unstable; urgency=low
* It seems that even if present, /dev/tty cannot always be opened, fall back
to a brute force try/except block (Closes: 311919).
-- Pierre Habouzit <madcoder@debian.org> Fri, 11 May 2007 23:12:05 +0200
apt-listchanges (2.73.2) unstable; urgency=low
* Only open /dev/tty if present (Closes: 311919), properly this time.
-- Pierre Habouzit <madcoder@debian.org> Thu, 19 Apr 2007 23:42:19 +0200
apt-listchanges (2.73.1) unstable; urgency=low
* Only open /dev/tty if present (Closes: 311919).
-- Pierre Habouzit <madcoder@debian.org> Thu, 19 Apr 2007 12:07:47 +0200
apt-listchanges (2.73) unstable; urgency=low
* Fix a problem in how configuration file is handled with ucf, thanks to
Franck Küster (Closes: 393470, 393886, 412925).
* Fix a problem with applications running in a terminal, thanks to Justin
Pryzby (Closes: 343423).
* Fix buggy man pages wrongly stating that --which=both was default whereas
it's --which=news (Closes: 417931):
+ [es] update thanks to Martin Ferrari.
+ [it] update thanks to Francesco Pedrini.
-- Pierre Habouzit <madcoder@debian.org> Wed, 11 Apr 2007 01:34:18 +0200
apt-listchanges (2.72.5) unstable; urgency=low
* Fix a typo in the preinst: .pyo -> .pyc, thanks to Marc Brockschmidt.
-- Pierre Habouzit <madcoder@debian.org> Sun, 18 Feb 2007 23:39:32 +0100
apt-listchanges (2.72.4) unstable; urgency=low
* Big l10n upload, thanks to many contributors, especially Christian
Perrier, Frans Pop and Jens Seidel. (Closes: 411340, 410544).
* preinst: rm -f ... || true is useless.
-- Pierre Habouzit <madcoder@debian.org> Sun, 18 Feb 2007 21:18:02 +0100
apt-listchanges (2.72.2) unstable; urgency=low
* Remove useless pt_PT.po (Closes: 408880). * Update nl.po thans to Frans Pop (Closes: 410544). * Remove old .pyo/.pyc from quite older packages (Closes: 397107).
-- Pierre Habouzit <madcoder@debian.org> Tue, 13 Feb 2007 10:43:11 +0100
apt-listchanges (2.72.1) unstable; urgency=low
* Add Czech debconf messages thanks to Miroslav Kure (Closes: 407827).
-- Pierre Habouzit <madcoder@debian.org> Sun, 21 Jan 2007 21:09:00 +0100
2006
apt-listchanges (2.72) unstable; urgency=high
* Fix missing import in DebianFiles.py, thanks to Julián Hernández Gómez.
(Closes: 400744).
-- Pierre Habouzit <madcoder@debian.org> Tue, 28 Nov 2006 15:41:16 +0100
apt-listchanges (2.71) unstable; urgency=low
[ Fixes ]
* Hack function _(x) so that it works even with LANGUAGE set and LC_CTYPE
set to C (Closes: #397108). It can lead to curious half translated
messages, but say that to python locale handling that is completely
braindead.
* Update program's fr.po thanks to Christian Perrier (Closes: 393621).
* Update portuguese debconf template translations thanks to Rui Branco
(Closes: 396643).
[ Packaging ]
* Simplify debian/config from old cruft from 1.x series.
* Update debian/copyright.
[ Library ]
* DebianControl* classes are renamed into Control*.
* Move Packages, Changes classes (and Control* ones) into DebianFiles.py.
* Move Config to ALCConfig.py.
* Add copyright statements in .py's.
-- Pierre Habouzit <madcoder@debian.org> Tue, 28 Nov 2006 00:21:20 +0100
apt-listchanges (2.70) unstable; urgency=low
[ Damien Laniel ]
* Fixed the postrm script to remove /etc/apt/listchanges.conf on purge
and rewrote the test for ucf existence (was using "which" which isn't
essential)
* Fixed the postinst script not to use ucf if /etc/apt/listchanges.conf
doesn't exist, ie was purged
[ Pierre Habouzit ]
* Use Damien's patch that also should fix the `code 10 ` postinst problem.
(Closes: 391628, 390997)
-- Pierre Habouzit <madcoder@debian.org> Sat, 7 Oct 2006 22:00:54 +0200
apt-listchanges (2.69) unstable; urgency=low
* Final upload targetting etch, the l10n upload:
+ fr.po thanks to Christian Perrier (Closes: 390979),
+ es.po thanks to Javier Fernández-Sanguino Peña (Closes: 391114).
-- Pierre Habouzit <madcoder@debian.org> Sat, 7 Oct 2006 17:39:53 +0200
apt-listchanges (2.68) unstable; urgency=low
* Fix the mail instantiation, thanks to Daniel Lublin (Closes: 391016).
-- Pierre Habouzit <madcoder@debian.org> Wed, 4 Oct 2006 12:06:34 +0200
apt-listchanges (2.67) unstable; urgency=low
* Fix confirm behaviour, broken in 2.65 upload (Closes: 390784).
-- Pierre Habouzit <madcoder@debian.org> Tue, 3 Oct 2006 10:01:27 +0200
apt-listchanges (2.66) unstable; urgency=low
* Remove cruft in postinst for versions older than sarge ones.
* Remove /var/lib/apt/listchanges.db at purge (Closes: 319603).
* Use 8bit encoding for the mails, so that they are greppable again
(Closes: 211714)
* If we are hit by a signal, abort with exit 10, making the upgrade fail.
(Closes: 338717, 301604)
-- Pierre Habouzit <madcoder@debian.org> Mon, 2 Oct 2006 23:09:47 +0200
apt-listchanges (2.65) unstable; urgency=low
* Change confirm semantics: negative value means confirmation cannot be run.
Assume we don't want to save our state in that case, and proceed as usual
(Closes: 311919, 355399).
* Use more clever regexps (even sub regexps!) to recognize Closes: 316531
correctly (the recursion is a courtesy of Christoph Berg).
-- Pierre Habouzit <madcoder@debian.org> Thu, 28 Sep 2006 14:21:41 +0200
apt-listchanges (2.64) unstable; urgency=low
* Be less strict on rfc822-like parse, accept continuation lines starting
with \t (Closes: 388861).
* Italian translations thanks to Luca Monducci (Closes: 384805):
+ man page,
+ debconf template,
+ program translations.
* French translations thanks to Christian Perrier
(Closes: 386808, 386807, 387223).
-- Pierre Habouzit <madcoder@debian.org> Sun, 24 Sep 2006 16:15:59 +0200
apt-listchanges (2.63) unstable; urgency=low
* When run in locale 'C', the code fails because getlocale()[1] is None.
default to 'ascii' in that case, that is the sole sane choice, user has to
set his locale if that does not suits him. (Closes: #384413, #384574).
-- Pierre Habouzit <madcoder@debian.org> Sat, 26 Aug 2006 03:45:58 +0200
apt-listchanges (2.62) unstable; urgency=low
* templates translations:
+ update gl.po thanks to Jacobo Tarrio.
+ update ca.po thanks to Jordi Mallach (Closes: #383980).
+ update pt.po thanks to Rui Pedro.
+ update nl.po thanks to Bart Cornelis.
+ update fr.po thanks to Denis Barbier.
* More python simplifications.
* Fix bug in html generation (generated html was obviously invalid).
* Only Recommend a MTA as it's not needed using pager. (Closes: #384165)
-- Pierre Habouzit <madcoder@debian.org> Wed, 23 Aug 2006 13:11:59 +0200
apt-listchanges (2.62~experimental1) experimental; urgency=low
* Experimental upload as there is quite many changes, and that I'm waiting
for more translations to come in.
* debian/templates, use Christian Perrier's patch to make templates more
compliant to usual practices (Closes: #346053).
+ update sv.po thanks to Daniel Nylander.
+ add pt.po thanks to Rui Pedro.
+ update fi.po thanks to Tommi Vainikainen.
+ update da.po thanks to Claus Hindsgaul (Closes: #382537).
+ update ja.po thanks to Kenshi Muto (Closes: #382600).
+ update vi.po thanks to Clytie Siddall.
+ update de.po thanks to Helge Kreutzmann.
+ update es.po thanks to Ricardo Mones.
+ update zh_TW.po thanks to Asho Yeh.
* Encoding problems:
+ Switch to python2.4 to use lgettext instead of gettext
(Closes: #238203, #309470, #318581).
+ Use current locale to display the changelogs, based on a patch from
Michael Piefel (Closes: #199318, #215045).
+ Specify encoding for the html generation (from the same patch).
+ Deal with badly encoded changelogs (assume latin1).
* Be sure that seen_new is always defined (Closes: #294420).
* Ignore when README.Debian/changelog.gz is a directory, just print a
warning (Closes: #362896).
* Don't exit because quiet level is '2', use mail instead (Closes: #309262).
* Various code simplifications (using python2.4-isms).
* Make apt-listchanges modules private, move things to apt-listchanges
instead of apt_listchanges directory.
-- Pierre Habouzit <madcoder@debian.org> Sun, 20 Aug 2006 19:10:25 +0200
apt-listchanges (2.61) unstable; urgency=low
* Packaging:
+ add a dependency on mail-transport-agent (Closes: #280892, #327590).
+ update depends upon debconf (Closes: #331748).
+ move apt-listchanges away if uninstalled, reinstate it in postinst
(Closes: #237334, #262682)
* l10n:
+ update de.po, thanks to Jens Seidel (Closes: #313665).
+ Fix error in french manpage PAGER -> BROWSER (Closes: #367624).
* Features:
+ use /usr/bin/hostname instead of gethostname that uses uname, so that
different chroots have different names (Closes: #257734).
-- Pierre Habouzit <madcoder@debian.org> Thu, 10 Aug 2006 21:28:36 +0200
apt-listchanges (2.60) unstable; urgency=low
* Change of maintainer (and upstream):
+ put myself as maintainer.
+ put Matt into Uploaders (thanks for all your work on this package !).
+ ack NMUs (Closes: #251084, 259171, 260295, 260534, 262603, 280323,
283357, 285440, 292739, 293594, 293594, 294948, 375300, 375953, 375956,
380759)
+ update debian/copyright accordingly.
* Python policy last touch:
+ do not use dh_python anymore.
+ .pyc are handled correctly (Closes: #133306).
* Bump DH_COMPAT to 5.
* Ensure ucf is here before purging in postrm (Closes: #315174).
* apt-listchanges new translations:
+ Traditional Chinese thanks to Kanru Chen (Closes: #297242).
+ Czech thanks to Miroslav Kure (Closes: #327508).
* apt-listchanges templates po:
+ Portuguese templates thanks to Miguel Figueiredo (Closes: #330195).
+ Swedish update thanks to Daniel Nylander (Closes: #332443, 375748).
+ Japanese update thanks to Junichi Uekawa (Closes: #318499).
+ Vietnamese thanks to Clytie Siddall (Closes: #308744).
* BTS Patches:
+ Make more strings translateable thanks to Junichi too (Closes: #318496).
+ Fix pot file generation (Closes: #318498, 302548).
+ Fix frontend=none behaviour thanks to Colin Watson (Closes: #341845).
-- Pierre Habouzit <madcoder@debian.org> Thu, 10 Aug 2006 18:25:39 +0200
apt-listchanges (2.59-0.4) unstable; urgency=low
* Non-maintainer upload with maintainer permission. * Update package to the new Python policy (Closes: #380759). * Bumping standards version to 3.7.2. * Put all the modules into an apt_listchange semi-public module.
-- Pierre Habouzit <madcoder@debian.org> Thu, 3 Aug 2006 08:31:17 +0200
apt-listchanges (2.59-0.3) unstable; urgency=low
* Non-maintainer upload. * add --wildcards to tar call (Closes: #375300, 375953, 375956). * Fix B-D-I/B-D wrt clean: target. * Fix old FSF address.
-- Pierre Habouzit <madcoder@debian.org> Sun, 2 Jul 2006 16:51:25 +0200
2005
apt-listchanges (2.59-0.2) unstable; urgency=medium
* Non-maintainer upload for fixing l10n issues. Made
with maintainer's agreement
* Debconf translations:
- Italian really added
- Catalan updated. Closes: #292739
- Galician updated. Closes: #294948
- Polish updated.
- Spanish updated.
* Program translations:
- Corrections to Spanish. Closes: #280323
- One fuzzy strong corrected in Catalan
- Remove Brazilian which was indeed a debconf translation
- Moved Russian to debconf translation. It was in the programs translation
directory by mistake
-- Christian Perrier <bubulle@debian.org> Sun, 13 Feb 2005 21:36:18 +0100
apt-listchanges (2.59-0.1) unstable; urgency=low
* Non-maintainer upload for fixing l10n issues. Made
with maintainer's agreement
* Program translations:
- The French mess is now sorted out. Closes: #285440, #260534
- Fix the headers of the Finnish and Brazilian translations
- German corrected. Closes: #293594
* Debconf translations:
- Brazilian Portuguese fixed. Closes: #262603
- Czech updated. Closes: #259171
- Dutch updated. Closes: #260295
- Danish updated. Closes: #251084
- Simplified Chinese updated
- Traditional Chinese added
- Italian added
- German corrected. Closes: #293594
* Documentation translations:
- French added. Closes: #283357
* Fix wrong UTF-8 encoding in the 1.25 changelog entry
-- Christian Perrier <bubulle@debian.org> Sat, 29 Jan 2005 09:46:43 +0100
apt-listchanges (2.59) unstable; urgency=low
* Updated French translation from Christian Perrier (Closes: #260534)
-- Matt Zimmerman <mdz@debian.org> Thu, 20 Jan 2005 10:09:09 -0800
apt-listchanges (2.58) unstable; urgency=low
* Correctly treat the quiet value from apt as an integer (Closes: #284982) * Updated fr.po from Loic Le Loarer (Closes: #285440, #260534)
-- Matt Zimmerman <mdz@debian.org> Mon, 10 Jan 2005 18:03:37 -0800
2004
apt-listchanges (2.57) unstable; urgency=low
* Fix typo in French translation of continuation prompt (Closes: #259465) * Honor the meaning of APT's quiet variable when its value is >1 (suppress all ouptut)
-- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:32:11 -0800
apt-listchanges (2.56) unstable; urgency=low
* Another Danish debconf translation update from Claus Hindsgaul <claus_h@image.dk> (Closes: #246863) * Updated Japanese translation of debconf templates from Kenshi Muto <kmuto@debian.org> (Closes: #244684) * Updated French translation of debconf templates from Denis Barbier <barbier@debian.org> (Closes: #248523) * Updated German translation of debconf templates from Helge Kreutzmann <kreutzm@itp.uni-hannover.de> (Closes: #252051) * Updated French translation of message catalog from Christian Perrier <bubulle@debian.org> (Closes: #254819)
-- Matt Zimmerman <mdz@debian.org> Sun, 27 Jun 2004 18:10:01 -0700
apt-listchanges (2.55) unstable; urgency=low
* Corrected Danish translation of debconf templates from Claus Hindsgaul
<claus_h@image.dk>
* Updated German translation of debconf templates from Florian Ernst <florian@uni-hd.de>
(Closes: #244132)
* Depends: debianutils (>= 2.0.2) because that is when sensible-browser
was added, and sensible-browser is used by the browser frontend
(Closes: #246508)
* Run debconf-updatepo
-- Matt Zimmerman <mdz@debian.org> Thu, 29 Apr 2004 20:33:33 -0700
apt-listchanges (2.54) unstable; urgency=low
* Spanish man page update from Ruben Porras <nahoo82@telefonica.net> (Closes: #239909) * Danish translation of message catalog from Claus Hindsgaul <claus_h@image.dk> * Move Danish translation of debconf templates into the correct place (Closes: #239201)
-- Matt Zimmerman <mdz@debian.org> Mon, 5 Apr 2004 08:41:19 -0700
apt-listchanges (2.53) unstable; urgency=low
* Don't bother twiddling the 'seen' flag (Closes: #240915)
-- Matt Zimmerman <mdz@debian.org> Mon, 29 Mar 2004 16:32:35 -0800
apt-listchanges (2.52) unstable; urgency=low
* Danish translation of debconf templates from Claus Hindsgaul <claus_h@image.dk> (Closes: #239201) * Update description to reflect news capabilities (Closes: #240786) * When upgrading from 2.51 or earlier, seed the apt-listchanges/which debconf question to "both", rather than the new default of "news", so that users upgrading from older versions get the old default, while new users get the new default
-- Matt Zimmerman <mdz@debian.org> Mon, 29 Mar 2004 10:00:23 -0800
apt-listchanges (2.51) unstable; urgency=low
* Restore lost built-in default for frontend; this broke command-line
invocation (Closes: #237879)
-- Matt Zimmerman <mdz@debian.org> Sat, 13 Mar 2004 16:05:59 -0800
apt-listchanges (2.50) unstable; urgency=low
* Update debhelper compatibility level to 4 and remove debian/conffiles
* Use debian/compat rather than DH_COMPAT
* Standards-Version: 3.6.1 (no changes needed)
* Add new debconf question to ask whether to display news, changelogs or
both. Ask it at low priority, and default to news (Closes: #222362)
* Adjust priorities and defaults of debconf questions to be less
intrusive, and oriented towards a wider range of users:
- Reduce priority of apt-listchanges/save-seen to low (almost
everybody seems to want the default)
- Reduce priority of apt-listchanges/email-address to low
(still mails root by default; scream if you think this should remain
medium)
- Reduce priority of apt-listchanges/confirm to low, and change the
default to false (no confirmation prompt)
- End result: an installation at priority medium or higher will
ask only one question (apt-listchanges/frontend), and display only
NEWS.Debian items to the user on upgrades, with no confirmation
prompt. Feedback welcome.
* Minor clarifications to some templates based on display of news as
well as changelogs. Mostly s/changelogs/changes/
* With these changes, I think apt-listchanges would be suitable for
priority: standard
-- Matt Zimmerman <mdz@debian.org> Sat, 13 Mar 2004 15:38:29 -0800
apt-listchanges (2.49) unstable; urgency=low
* Remove ugly ucf/debconf workaround, use ucf --debconf-ok and depend on
ucf >= 0.28 (Closes: #237181)
-- Matt Zimmerman <mdz@debian.org> Wed, 10 Mar 2004 08:16:41 -0800
apt-listchanges (2.48) unstable; urgency=low
* Updated pt_BR debconf translations from Andre Luis Lopes <andrelop@debian.org> (Closes: #235383) * Display news and changes in separate frontend invocations, and in separate email messages (Closes: #204175)
-- Matt Zimmerman <mdz@debian.org> Mon, 8 Mar 2004 20:45:00 -0800
apt-listchanges (2.47) unstable; urgency=low
* Fix the progress meter not to blow up if nothing was displayed
-- Matt Zimmerman <mdz@debian.org> Fri, 27 Feb 2004 13:36:44 -0800
apt-listchanges (2.46) unstable; urgency=low
* Implement a --profile= command line option to select between different
profiles in /etc/apt/listchanges.conf (Closes: #203395)
* Get rid of the --version command line option; I always forgot to
update it and am too lazy to make it automatic
* Updated Finnish translation of debconf templates from Tommi
Vainikainen <thv+debian@iki.fi> (Closes: #226851)
* Simplified Chinese translation of debconf templates and message
catalog from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
(Closes: #230814)
* Make the frontends more customizable by passing in data from the
config file. You can specify a pager for the pager frontend, a
terminal emulator for the xterm frontend, a web browser for the
browser frontend (Closes: #206811), or an email address to mail
changelogs to (Closes: #203395)
* Print a brief message letting the user know what's going on when
aborting based on the confirmation prompt (Closes: #202210)
* Handle the KeyboardInterrupt exception (Closes: #139265)
* Don't send empty email if there are no changes and --which=news is
specified
* Spanish man page update from Ruben Porras <nahoo82@telefonica.net>
(Closes: #231582)
* Run debconf-updatepo
-- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 23:01:49 -0800
apt-listchanges (2.45) unstable; urgency=low
* Oops, only exit if we actually forked a child
-- Matt Zimmerman <mdz@debian.org> Thu, 8 Jan 2004 12:25:33 -0800
apt-listchanges (2.44) unstable; urgency=low
* Don't forget to have the child exit after it's finished, when running
a command in the background (Closes: #226631)
-- Matt Zimmerman <mdz@debian.org> Wed, 7 Jan 2004 16:34:42 -0800
apt-listchanges (2.43) unstable; urgency=low
* Clean up a bunch of pending stuff so that some new development can begin
* Fix the documentation to reflect the removal of support for
apt-listchanges-specific BROWSER environment variables; this is all
done in the usual way now, using sensible-browser.
* Updated Polish translation of debconf templates from Bartosz
Zapalowski <bartek@klepisko.eu.org> (Closes: #208956)
* Fix --which option to actually work, and to match the documentation
(Closes: #215369)
* Russian translation of gettext catalog from Ilgiz Kalmetev <translator@ilgiz.pp.ru>
(Closes: #214383)
* Update copyright years
* Updated Spanish translation of man page from Ruben Porras <nahoo82@telefonica.net>
(Closes: #218742)
-- Matt Zimmerman <mdz@debian.org> Wed, 7 Jan 2004 09:25:09 -0800
2003
apt-listchanges (2.42) unstable; urgency=low
* Fix the mail frontend, broken in 2.40 (Closes: #205925)
-- Matt Zimmerman <mdz@debian.org> Sun, 17 Aug 2003 12:04:01 -0400
apt-listchanges (2.41) unstable; urgency=low
* Don't print headers for packages where there are no changes to display
(Closes: #205858)
-- Matt Zimmerman <mdz@debian.org> Sun, 17 Aug 2003 00:54:23 -0400
apt-listchanges (2.40) unstable; urgency=low
* Updated Spanish translation of debconf templates from Carlos Valdivia
Yag?e <valyag@dat.etsit.upm.es> (Closes: #203993)
* Updated Dutch translation of debconf templates from cobaco
<cobaco@linux.be> (Closes: #204700)
* Updated Spanish man page from cvs.d.o/manpages/spanish
(Closes: #203763)
* Python 2.3 now provides secure temporary files with names. This means
that we don't need to do any more pipe tricks to pass things into
xterm, and we can get rid of the browser-pipe script. Depends: python
(>= 2.3)
- This also happens to fix some problems with non-xterm terminal
emulators such as rxvt, which closed our pipe fd on use
(Closes: #205323)
-- Matt Zimmerman <mdz@debian.org> Fri, 15 Aug 2003 21:41:02 -0400
apt-listchanges (2.39) unstable; urgency=low
* Ignore changelog files which don't look like Debian changelogs. This
will provide a nicer failure condition for situations like #161325,
where changelog data is not actually available (but we previously
thought it was)
* Don't display NEWS headers in the case where a NEWS.Debian was present
but contained no news (Closes: #202143)
-- Matt Zimmerman <mdz@debian.org> Tue, 29 Jul 2003 19:42:46 -0400
apt-listchanges (2.38) unstable; urgency=low
* Add Spanish man page from Ruben Porras <nahoo82@telefonica.net> (Closes: #195445) * Handle the case where a package contains multiple changelogs in different subdirectories of /usr/share/doc(!). e2fsprogs does this: it Provides: libcomerr2 and libss2 and contains /usr/share/doc/{libcomerr2,libss2}/changelog.Debian.gz. I have no idea why it does this, but there could be others, and it is easy enough to work around. Take the first one which we can open successfully (Closes: #201152)
-- Matt Zimmerman <mdz@debian.org> Sun, 13 Jul 2003 18:45:30 -0400
apt-listchanges (2.37) unstable; urgency=low
* Fix urgency sorting (forgot to commit this for 2.36)
* Fix a few small buglets (--which option and headers mode) from 2.36's
reorg, spotted by Joe Drew
* Add a bit about NEWS.Debian to the man page, courtesy of Joe Drew
* Update man page to reflect /usr/share/doc as the standard location for
the changelog
* Move browser-pipe into /usr/share/apt-listchanges
-- Matt Zimmerman <mdz@debian.org> Mon, 7 Jul 2003 19:12:02 -0400
apt-listchanges (2.36) unstable; urgency=low
* Refactor lots of code, with many tangible benefits
- Make only a single pass through the deb, extracting all files we
might be interested in, no matter how many different files we are
interested in. This makes searching for NEWS.Debian free, and speeds
up processing of packages with only native changelogs (no
changelog.Debian
- OOPify several interfaces
- Use the gzip module rather than forking zcat (faster and cleaner)
* Add 'which' option to specify whether news, changelogs or both should
be displayed. This is still very primitive and everything is
concatenated together.
* Simplify urgency sorting
* Remove import from __future__ which is unnecessary now that we require
python 2.2 anyway
-- Matt Zimmerman <mdz@debian.org> Mon, 7 Jul 2003 01:31:03 -0400
apt-listchanges (2.35) unstable; urgency=low
* Experimental NEWS.Debian support, based on a patch from Joe Drew.
NEWS.Debian has the same format as changelog. Currently the only
difference is that the NEWS.Debian entries for all packages are
displayed ahead of any changelog entries. In the future, there will
likely be an option to display only NEWS entries and skip changelogs,
and different frontends will be able to display the news differently
(Closes: #192089)
-- Matt Zimmerman <mdz@debian.org> Wed, 2 Jul 2003 23:44:39 -0400
apt-listchanges (2.34) unstable; urgency=low
* "Abort abort abort!"
* Give up trying to properly encode the character set of the subjects of
emails we send out. Pretend everything is OK. (Closes: #180823)
* This reopens #159122 (Subject is not encoded properly), but since it's
archived, we'll call it #199318 now.
* Make sure we overwrite the entire progress message when finished
(Closes: #199268)
* Use cStringIO to build up the big string for the HTML frontend. This
should make it much faster with large strings (Closes: #186561)
-- Matt Zimmerman <mdz@debian.org> Sun, 29 Jun 2003 21:55:41 -0400
apt-listchanges (2.33) unstable; urgency=low
* Remove obsolete debconf template
* Updated Catalan translation of debconf templates and message catalog from
Jordi Mallach <jordi@debian.org>
* Japanese translation of debconf templates from Kenshi Muto
<kmuto@debian.org> (Closes: #193708)
* Try to solve the locale problems in a simpler way, by falling back to UTF-8 or
US-ASCII (Closes: #185786)
* If the browser doesn't understand pipes, give it /dev/tty as stdin
when viewing a file: URL (Closes: #196282)
-- Matt Zimmerman <mdz@debian.org> Sat, 21 Jun 2003 18:51:21 -0400
apt-listchanges (2.32) unstable; urgency=low
* The "make joeyh happy" release
* Use ucf rather than debconf to handle prompting about changes to the
configuration file (Closes: #144510)
* Updated pt_BR translation of debconf templates from
Andre Luis Lopes <andrelop@ig.com.br> (Closes: #183311)
-- Matt Zimmerman <mdz@debian.org> Fri, 2 May 2003 21:26:33 -0400
apt-listchanges (2.31) unstable; urgency=low
* Really include updated Polish translation (Closes: #179071) * Depend on python >= 2.2 (Closes: #181062)
-- Matt Zimmerman <mdz@debian.org> Sat, 15 Feb 2003 00:22:28 -0500
apt-listchanges (2.30) unstable; urgency=low
* Updated French translation of debconf templates from Denis Barbier
<barbier@debian.org> (Closes: #179969)
* Updated Polish translation of message catalogs from Michal Politowski
<mpol@charybda.icm.edu.pl> (Closes: #179071)
* Don't specify the encoding for the subject if no locale is set; many
MUAs don't deal with this correctly (Closes: #179947)
-- Matt Zimmerman <mdz@debian.org> Thu, 6 Feb 2003 21:30:40 -0500
apt-listchanges (2.29) unstable; urgency=low
* Resurrect the space between binary package names with --headers
(Closes: #179856)
-- Matt Zimmerman <mdz@debian.org> Tue, 4 Feb 2003 20:32:30 -0500
apt-listchanges (2.28) unstable; urgency=low
* Use a shell variable named something other than BROWSER in the
browser-pipe script, so that it doesn't clobber a BROWSER environment
variable and cause sensible-browser to call itself recursively.
Isn't the bourne shell wonderful?
(Closes: #179366)
* Use the current locale's character set to encode the Subject header of
email messages. Hopefully this matches the character set used by
gettext, because gettext doesn't seem to want to tell me what it's
using
(Closes: #159122)
-- Matt Zimmerman <mdz@debian.org> Sat, 1 Feb 2003 16:57:00 -0500
apt-listchanges (2.27) unstable; urgency=low
* Updated Brazilian Portuguese translation of message catalog from Andre Luis Lopes
<andrelop@ig.com.br> (Closes: #177216)
* Updated Catalan translations of debconf templates and message catalog
from Jordi Mallach <jordi@debian.org> (Closes: #167284)
I converted this to po-debconf, let me know if it did not turn out OK
-- Matt Zimmerman <mdz@debian.org> Wed, 29 Jan 2003 21:55:50 -0500
apt-listchanges (2.26) unstable; urgency=low
* Add call to locale.setlocale(), which really Closes: #153760 (which I called #174635 in the last version)
-- Matt Zimmerman <mdz@debian.org> Wed, 29 Jan 2003 21:13:00 -0500
apt-listchanges (2.25) unstable; urgency=low
* Use sensible-browser from debianutils in the browser frontends if it
is available
* Add Danish translation of message catalog from Morten Brix Pedersen
<morten@wtf.dk> (Closes: #174074)
* Use locale.YESEXPR to localize the confirmation prompt
(Closes: #174635)
* Use python's email module to build the email message, which should
MIMEify things correctly (Closes: #159122)
-- Matt Zimmerman <mdz@debian.org> Wed, 29 Jan 2003 19:16:02 -0500
2002
apt-listchanges (2.24) unstable; urgency=low
* Updated Catalan templates and catalog from Jordi Mallach
<jordi@debian.org>
* Switch to po-debconf. I hope this works... (Closes: #167287)
* Add a note about multiple address specification in the email-address
template (Closes: #149478)
-- Matt Zimmerman <mdz@debian.org> Sun, 17 Nov 2002 00:32:11 -0500
apt-listchanges (2.23) unstable; urgency=low
* Fix Polish translation of confirmation prompt (Closes: #153758) * Add Japanese translation of message catalog, thanks to Junichi Uekawa <dancer@netfort.gr.jp> (Closes: #161477)
-- Matt Zimmerman <mdz@debian.org> Sat, 21 Sep 2002 19:14:34 -0400
apt-listchanges (2.22) unstable; urgency=low
* Fix confirmation prompt to be more conservative, and more like apt's
(Closes: #153476)
* Polish translation of debconf templates, thanks to Michal Politowski
<mpol@charybda.icm.edu.pl> (Closes: #153486)
* Polish translation of message catalogs, thanks to Michal Politowski
<mpol@charybda.icm.edu.pl> (Closes: #153487)
-- Matt Zimmerman <mdz@debian.org> Fri, 19 Jul 2002 20:55:15 -0400
apt-listchanges (2.21) unstable; urgency=low
* Fix a bug which caused an ugly error when running on a .deb which was
not installed, instead of just skipping it (Closes: #148348)
* Add a newline to the "Didn't find any valid .deb archives" error
message
-- Matt Zimmerman <mdz@debian.org> Wed, 29 May 2002 23:23:49 -0400
apt-listchanges (2.20) unstable; urgency=low
* Properly document use of the mail frontend (Closes: #147896) * Updated Estonian translation of message catalogs from Ivar Smolin <okul@linux.ee> * Updated Spanish translation of message catalogs from David Martinez Moreno <ender@debian.org> (Closes: #147568)
-- Matt Zimmerman <mdz@debian.org> Thu, 23 May 2002 22:36:14 -0400
apt-listchanges (2.19) unstable; urgency=low
* Updated Catalan translation of debconf templates from Antoni Bella
<bella5@teleline.es> (Closes: #142783)
* Catch broken pipe errors when closing the pipe, as well as when
writing to it (Closes: #143103)
* Treat urgency as case-insensitive (Closes: #144049)
* Handle 'emergency' and 'critical' urgencies explicitly
-- Matt Zimmerman <mdz@debian.org> Mon, 22 Apr 2002 21:05:11 -0400
apt-listchanges (2.18) unstable; urgency=medium
* Use x-terminal-emulator instead of plain xterm (Closes: #142684) * Updated French translation of debconf templates from Denis Barbier <barbier@debian.org> (Closes: #142589)
-- Matt Zimmerman <mdz@debian.org> Sat, 13 Apr 2002 15:34:41 -0400
apt-listchanges (2.17) unstable; urgency=low
* Oops, forgot to include the updated debconf templates for the w3m ->
browser change. (Closes: #142260)
-- Matt Zimmerman <mdz@debian.org> Wed, 10 Apr 2002 19:25:10 -0400
apt-listchanges (2.16) unstable; urgency=low
* Make the bug regex more useful. It should now match a superset of the
closes: syntax, while also trying to pick out plain-language bug
references. (Closes: #141461)
* Based on feedback about the w3m frontend, it seems a lot of folks
prefer lynx. Added a quick and dirty script which allows the user to
specify a browser via the environment, or searches the path for some
common browsers (Closes: #141457)
* Use #!/usr/bin/python instead of #!/usr/bin/env python
(Closes: #141701)
* Suggest xterm, www-browser and debianutils
-- Matt Zimmerman <mdz@debian.org> Tue, 9 Apr 2002 00:08:44 -0400
apt-listchanges (2.15) unstable; urgency=low
* The "I never forget a wishlist bug" release.
* Add w3m frontend which creates HTML output with hyperlinks for bugs
and email addresses, and a corresponding xterm-w3m frontend which does
the same thing in an xterm in the background. (Closes: #82360)
* Only works with w3m for now, because that is the only browser that I
am aware of which accepts input from a pipe. Perhaps eventually, I
will find a way to securely create temporary files for this purpose in
Python, and any browser can be supported
-- Matt Zimmerman <mdz@debian.org> Wed, 3 Apr 2002 23:35:05 -0500
apt-listchanges (2.14) unstable; urgency=low
* Fix the confirm prompt so that it defaults to yes
again (oops)
(Closes: #139413)
* Force apt-listchanges/confirm to false for 'none' ond 'mail' frontends
(Closes: #139393)
-- Matt Zimmerman <mdz@debian.org> Thu, 21 Mar 2002 22:03:21 -0500
apt-listchanges (2.13) unstable; urgency=low
* Minor cosmetic changes to the progress indicators to make them more
uniform and closer to apt's (Closes: #137736)
* Be more conservative about the user's answer to the confirmation
question (Closes: #137804)
-- Matt Zimmerman <mdz@debian.org> Wed, 20 Mar 2002 23:07:07 -0500
apt-listchanges (2.12) unstable; urgency=low
* Updated Spanish translation from David Martinez Moreno
<ender@debian.org>
* Skip the question about confirmation if the 'mail' or 'none' frontend
is chosen (Closes: #137241)
-- Matt Zimmerman <mdz@debian.org> Thu, 7 Mar 2002 22:04:35 -0500
apt-listchanges (2.11) unstable; urgency=low
* Skip packages which are being removed (Closes: #135166) * Print newline to stderr instead of stdout in the text frontend (Closes: #136381)
-- Matt Zimmerman <mdz@debian.org> Fri, 1 Mar 2002 20:27:44 -0500
apt-listchanges (2.10) unstable; urgency=low
* Fix a reversed urgency test which caused incorrect sorting when
multiple versions with different urgencies were included in the same
changelog display (Closes: #134345)
-- Matt Zimmerman <mdz@debian.org> Sun, 17 Feb 2002 00:16:27 -0500
apt-listchanges (2.9) unstable; urgency=low
* Don't show a harmless error message when the config file does not
exist (Closes: #134218)
* Remove .pyc files in prerm (part of #133306)
* Don't save the seen database until the user confirms the changes and
mail has been sent (Closes: #108718)
-- Matt Zimmerman <mdz@debian.org> Sat, 16 Feb 2002 13:37:50 -0500
apt-listchanges (2.8) unstable; urgency=low
* Fix a bug which broke xterm-pager which was introduced when
reorganizing the frontends (Closes: #133068)
-- Matt Zimmerman <mdz@debian.org> Sat, 9 Feb 2002 13:36:27 -0500
apt-listchanges (2.7) unstable; urgency=low
* Updated Finnish translations of debconf templates and message catalogs
from Jaakko Kangasharju <ashar@iki.fi>
* Added German translations of message catalogs, and updated
translations of debconf templates, from Leonard Michlmayr
<Leonard.Michlmayr@ap.univie.ac.at>
* Fix APT::quiet handling (Closes: #132501)
* Fix --all (Closes: #132393)
* Fix the mail frontend (Closes: #132428)
* Remove duplicate FILES section from the man page (Closes: #132490)
* Updated French translations of debconf templates from Denis Barbier
<barbier@debian.org> (Closes: #132384)
-- Matt Zimmerman <mdz@debian.org> Wed, 6 Feb 2002 20:34:58 -0500
apt-listchanges (2.6) unstable; urgency=low
* Fix code which, in trying to filter out errors from tar while
extracting the deb, mangled the changelog for the tar package
(Closes: #132046)
* Updated Spanish and Catalan translations of debconf templates and
message catalogs from Jordi Mallach <jordi@debian.org>
-- Matt Zimmerman <mdz@debian.org> Sun, 3 Feb 2002 14:45:10 -0500
apt-listchanges (2.5) unstable; urgency=low
* Start using python-apt (only version comparisons so far). This gives
a significant performance improvement, around 10%
* Send mail after displaying changelogs, rather than before
* Fix some funny business with the progress indicator
* More translation updates, though things still aren't up to date
* Reference /usr/sbin/sendmail instead of /usr/lib/sendmail
(Closes: #132028)
-- Matt Zimmerman <mdz@debian.org> Sun, 3 Feb 2002 03:40:55 -0500
apt-listchanges (2.4) unstable; urgency=low
* Add back the 'mail' frontend, so that 'none' can continue to mean
"don't even look for changelogs". (Closes: #129991, #129794)
* Add an error message for an unknown frontend (Closes: #129993)
* Fix --help, usage() was lost when moving code to the module
(Closes: #129992)
* Get rid of the hackish 'run' configuration option, since frontend=none
accomplishes the same purpose
* Update the debconf templates to reflect several minor configuration
differences
-- Matt Zimmerman <mdz@debian.org> Sat, 19 Jan 2002 17:09:16 -0500
apt-listchanges (2.3) unstable; urgency=low
* Add 'none' option to apt-listchanges/frontend template
(Closes: #129325)
* Added back some things that shouldn't have been removed from po/Makefile
* Regenerate po/*.po and po/apt-listchanges.pot to make translators'
lives easier
-- Matt Zimmerman <mdz@debian.org> Tue, 15 Jan 2002 19:20:19 -0500
apt-listchanges (2.2) unstable; urgency=low
* Clean up po/Makefile a bit
* gettextize some messages that were overlooked, and update Catalan
templates, both thanks to Jordi Mallach <jordi@debian.org>
* Fix instantiation of gettext classes (Closes: #129123)
* Update Estonian translations of message catalogs, thanks to Ivar
Smolin <okul@linux.ee>
* Do what the documentation says we should do when email_address ==
'none'. (Closes: #129150)
-- Matt Zimmerman <mdz@debian.org> Mon, 14 Jan 2002 03:58:39 -0500
apt-listchanges (2.1) unstable; urgency=low
* On upgrade, remove /var/lib/apt/listchanges.db instead of truncating
it
* Fix a problem with parsing the APT configuration data in the pipeline
(Closes: #129088)
-- Matt Zimmerman <mdz@debian.org> Sun, 13 Jan 2002 20:37:28 -0500
apt-listchanges (2.0) unstable; urgency=low
* The Python release
* Complete rewrite in python, and lots of code cleanup
* ATTENTION: The configuration file format has changed, it now uses
python's ConfigParser. Folks configuring based on the debconf
questions should be migrated automagically. Others will need to RTFM.
* The newt frontend is gone, and good riddance. Try the pager frontend,
fix newt, or send me a patch for something better.
(Closes: #78814, #94572, #126055)
* Mail can now be sent in addition to running one of the usual
frontends, using --email-address=me@there. If this option is not
specified, no mail is sent. An argument of 'none' overrides a
configured default. (Closes: #78448)
* --nosaveseen is gone. --saveseen now accepts an argument, which is
the database file to use, so you can use different databases for
different tasks. --saveseen=none will act like the old --nosaveseen.
* Get rid of the automake cruft and just do it by hand. Automake was
starting to do way too much unnecessary work
* Document the config file format
* Since this was as much a redesign as a rewrite, it is possible that an
old bug or two may have crept back in; some of the logic is fragile
due to lax standardization of certain aspects of Debian packaging. I
have squashed a few already as I have noticed them. Send in those bug
reports for ones that I may have missed.
-- Matt Zimmerman <mdz@debian.org> Sun, 13 Jan 2002 03:17:16 -0500
2001
apt-listchanges (1.61) unstable; urgency=low
* Remove a stray debugging statement (Closes: #125586)
-- Matt Zimmerman <mdz@debian.org> Mon, 17 Dec 2001 20:24:04 -0500
apt-listchanges (1.60) unstable; urgency=low
* Added a --debug option to help with debugging future problems
* Work around tar's ridiculous globbing, so that we don't pick up things
that look like changelogs but are in a subdirectory of .../doc
(Closes: #118382)
-- Matt Zimmerman <mdz@debian.org> Thu, 13 Dec 2001 04:20:30 -0500
apt-listchanges (1.59) unstable; urgency=low
* Fix formatting in man page, thanks to Andras BALI <bali@debian.org> (part of bug #111013)
-- Matt Zimmerman <mdz@debian.org> Mon, 12 Nov 2001 22:32:47 -0500
apt-listchanges (1.58) unstable; urgency=low
* Be sure to return a true value from the xterm-pager initialization
routine, thanks to Charles C.Fu <ccwf@bacchus.com> (Closes: #114245)
* Updated Catalan translation from Jordi Mallach <jordi@debian.org>
-- Matt Zimmerman <mdz@debian.org> Wed, 17 Oct 2001 15:59:26 -0400
apt-listchanges (1.57) unstable; urgency=low
* Don't get confused when there are no changelog entries for the
newly-installed version of a package. This should never happen, of
course, but it just did with cracklib2.
-- Matt Zimmerman <mdz@debian.org> Thu, 6 Sep 2001 20:10:04 -0400
apt-listchanges (1.56) unstable; urgency=low
* Updated Galician translation of Debconf templates from Jacobo Tarrio
<jtarrio@trasno.net>
* Updated Spanish translations of Debconf templates and message catalogs
from Jordi Mallach <jordi@debian.org>
* Added Catalan translations of Debconf templates and message catalogs
from Jordi Mallach <jordi@debian.org>
-- Matt Zimmerman <mdz@debian.org> Mon, 27 Aug 2001 15:01:52 -0400
apt-listchanges (1.55) unstable; urgency=low
* Add fallback from xterm-pager to pager (Closes: #107211) * Fallback from pager->text, not pager->mail (what was I thinking?) * Rename apt.conf.d/20-apt-listchanges.conf to apt.conf.d/20listchanges to meet the new filename restrictions in apt 0.5.4 (Closes: #109784) * Build-depend on autoconf >= 2.50-1, and run autoconf2.50, to work with the latest libtool
-- Matt Zimmerman <mdz@debian.org> Sat, 25 Aug 2001 18:12:39 -0400
apt-listchanges (1.54) unstable; urgency=low
* Fix various harmless Perl warnings (Closes: #106047) * No longer ship with #!/usr/bin/perl -w; it's more trouble than it's worth in the wild. * Do a secondary sort on package name after the upload urgency sort (Closes: #106045)
-- Matt Zimmerman <mdz@debian.org> Sat, 21 Jul 2001 17:46:03 -0400
apt-listchanges (1.53) unstable; urgency=low
* Added a feature to keep track of which changelogs have already been
seen by the user, and accompanying debconf question, config file
option, and command line option. (Closes: #77161, #103537)
* A respectable bit of code cleanup. A rewrite is probably called for,
perhaps in a different language. We'll wait and see.
* Remember to read all of the pipeline data when using the 'none'
frontend (Closes: #105701)
-- Matt Zimmerman <mdz@debian.org> Tue, 17 Jul 2001 18:08:16 -0400
apt-listchanges (1.52) unstable; urgency=low
* Added support for APT_LISTCHANGES_FRONTEND environment variable to
allow easy frontend selection when apt-listchanges is being called by
another program.
* Added a new, snazzy frontend called 'none' which will cause
apt-listchanges to exit without doing anything.
* These two features can be used together to skip the changelogs for a
particular run. (Closes: #77988, #105423)
-- Matt Zimmerman <mdz@debian.org> Sun, 15 Jul 2001 22:36:03 -0400
apt-listchanges (1.51) unstable; urgency=low
* Fix to work with .debs created by older versions of dpkg-dev
(Closes: #100975)
* Update extended description to refer to /usr/share/doc
(Closes: #103017)
-- Matt Zimmerman <mdz@debian.org> Sun, 1 Jul 2001 18:01:14 -0400
apt-listchanges (1.50) unstable; urgency=low
* Added Brazilian Portuguese translation of debconf templates, thanks to
Jeronimo Pellegrini <pellegrini@mpcnet.com.br> (Closes: #99820)
-- Matt Zimmerman <mdz@debian.org> Sat, 16 Jun 2001 00:01:43 -0400
apt-listchanges (1.49) unstable; urgency=low
* Fix a bogus error when installing a package from scratch, appeared in
1.48.
-- Matt Zimmerman <mdz@debian.org> Wed, 23 May 2001 16:52:27 -0400
apt-listchanges (1.48) unstable; urgency=low
* Updated Galician translation of debconf templates, thanks to Jacobo
Tarrio <jtarrio@trasno.net>
* Read .debs in the order in which apt will configure them. This lets
us find changelogs in the new perl, and may speed things up a bit for
packages where .../doc/foo -> bar and foo Depends: bar.
(Closes: #98442)
* Fix up Makefile.in to work with the latest automake. Use _SCRIPTS
instead of _PROGRAMS, which I should have probably done in the first
place.
-- Matt Zimmerman <mdz@debian.org> Tue, 22 May 2001 21:29:39 -0400
apt-listchanges (1.47) unstable; urgency=low
* Add Estonian translation of message catalogs, thanks to Ivar Smolin
<okul@linux.ee>
* Make sure we read all of the piped data from apt, even if we are just
going to exit because we won't do anything. If we don't, apt thinks
we broke. (Closes: #96114)
-- Matt Zimmerman <mdz@debian.org> Wed, 2 May 2001 18:14:40 -0400
apt-listchanges (1.46) unstable; urgency=low
* Copy in the latest po/Makefile.in.in from gettext (Closes: #94750)
-- Matt Zimmerman <mdz@debian.org> Tue, 24 Apr 2001 11:52:48 -0400
apt-listchanges (1.45) unstable; urgency=low
* Skip "Local variables" section at end of changelog. Really, this
should never show up anyway, since we won't usually be displaying the
last entry in the changelog. It seems to come up anyway, usually
during weird package splits/merges and the like. (Closes: #93332)
* Still read the status file, even if we are getting some information
from the apt pipeline. apt doesn't give us the source package
version, which we need to do our job. Darn. (Closes: #93790)
* Miscellaneous fixes to work with the most recent automake
-- Matt Zimmerman <mdz@debian.org> Fri, 13 Apr 2001 19:05:55 -0400
apt-listchanges (1.44) unstable; urgency=low
* Added Galician translation of debconf templates, thanks to Jacobo
Tarrio <jtarrio@iname.com>
* Updated Galician translation of message catalog, thanks to Jacobo
Tarrio <jtarrio@iname.com>
* Give a more sensible error message if the user specifies something
other than .deb archives on the command line (Closes: #92058)
-- Matt Zimmerman <mdz@debian.org> Thu, 29 Mar 2001 03:29:15 -0500
apt-listchanges (1.43) unstable; urgency=low
* Added --version and --help options (Closes: #90929) * Automatically substitute package version from changelog into configure.in, so that it doesn't fall out of sync when I forget to update it.
-- Matt Zimmerman <mdz@debian.org> Sun, 25 Mar 2001 02:20:42 -0500
apt-listchanges (1.42) unstable; urgency=low
* Added Finnish translation of message catalog, thanks to Jaakko
Kangasharju <ashar@iki.fi>
* Make urgency comparison case insensitive (to deal with urgency values
like HIGH, used by a recent xfree86 upload). This caused "Use of
uninitialized value" warnings when such a value was encountered.
-- Matt Zimmerman <mdz@debian.org> Tue, 20 Mar 2001 20:08:19 -0500
apt-listchanges (1.41) unstable; urgency=low
* Fixed an uninitialized value warning in the newt frontend
-- Matt Zimmerman <mdz@debian.org> Sat, 17 Mar 2001 23:09:50 -0500
apt-listchanges (1.40) unstable; urgency=low
* Don't display the per-package headers by default, as they can get in
the way of an easy visual scan. Instead, they can be turned on using
the -h or --headers command line options. Edit
/etc/apt/apt.conf.d/20-apt-listchanges.conf and add the option there
if you want the headers back. (Closes: #89821)
* Add missing build-dependency on the new perl
-- Matt Zimmerman <mdz@debian.org> Thu, 15 Mar 2001 23:33:43 -0500
apt-listchanges (1.39) unstable; urgency=low
* Prevent an obscure warning that only happened if apt-listchanges was
run unconfigured.
* Fix urgency sorting (broken in 1.36, I think)
-- Matt Zimmerman <mdz@debian.org> Thu, 15 Mar 2001 01:21:22 -0500
apt-listchanges (1.38) unstable; urgency=low
* The text frontend will no longer display a progress indicator, so that
its output can be usefully redirected to a file.
* If APT::quiet has been set (e.g. by apt-get -q), apt-listchanges will
force the text frontend to be used, so that apt-get -q output will be
loggable.
* Closes: #89511
-- Matt Zimmerman <mdz@debian.org> Tue, 13 Mar 2001 17:25:04 -0500
apt-listchanges (1.37) unstable; urgency=low
* Parse the urgency value correctly, even when there are multiple
key/value pairs in the changelog header (Closes: #89492)
-- Matt Zimmerman <mdz@debian.org> Tue, 13 Mar 2001 07:43:00 -0500
apt-listchanges (1.36) unstable; urgency=low
* Show which binary packages relate to the source packages for which
changes are being displayed (Closes: #85572)
* Now -w clean, as far as I can determine. This may cause some warnings
to be displayed under certain circumstances now; I will try to fix
them as they come up.
-- Matt Zimmerman <mdz@debian.org> Sun, 11 Mar 2001 03:27:03 -0500
apt-listchanges (1.35) unstable; urgency=low
* Added Galician translation of message catalogs, thanks to Jacobo
Tarrio <jtarrio@iname.com>
* Modify apt.conf snippet to sanitize the exit code, so we don't cause
apt to abort unless we really want to. (Closes: #88784)
-- Matt Zimmerman <mdz@debian.org> Sat, 10 Mar 2001 00:05:08 -0500
apt-listchanges (1.34) unstable; urgency=low
* We now interface with apt by dropping a conffile in
/etc/apt/apt.conf.d. This allows us to avoid sharing a config file
with anyone else, and to have a defined execution order in relation
to, e.g. dpkg-preconfigure.
* debian/control: depend on apt (>= 0.5.3)
* debian/control: depend on debconf (this should have been there long
ago)
* debian/rules: install /etc/apt/apt.conf.d/20-apt-listchanges.conf
* debian/postinst: updated for apt 0.5 (no more apt.conf hackery!)
* debian/postinst: added apt-mode-run config option, necessary for the
new way of interfacing with apt
* apt-listchanges.in: added apt-mode-run config option
* Added Spanish translation of message catalogs, thanks to Jordi Mallach
<jordi@debian.org>
* apt-listchanges.sgml: Clarify the meaning of the --apt option
-- Matt Zimmerman <mdz@debian.org> Sun, 4 Mar 2001 21:58:23 -0500
apt-listchanges (1.33) unstable; urgency=low
* Depend on liblocale-gettext-perl (I forgot to commit this change along
with the i18n changes in 1.32 (Closes: #85751, #85780)
-- Matt Zimmerman <mdz@debian.org> Mon, 12 Feb 2001 23:13:08 -0500
apt-listchanges (1.32) unstable; urgency=low
* apt-listchanges is now internationalized. New catalogs can be added
in the po/ directory. Translations are welcome. (Closes: #85432)
* The build system has been reworked to use automake, for easier
integration with gettext
-- Matt Zimmerman <mdz@debian.org> Mon, 12 Feb 2001 01:59:10 -0500
apt-listchanges (1.31) unstable; urgency=low
* Finnish translation of debconf templates, thanks to Jaakko Kangasharju
<ashar@iki.fi> (Closes: #85433)
-- Matt Zimmerman <mdz@debian.org> Fri, 9 Feb 2001 17:20:54 -0500
apt-listchanges (1.30) unstable; urgency=low
* Added Korean translation of debconf templates, thanks to Eungkyu Song
<eungkyu@sparcs.kaist.ac.kr>
-- Matt Zimmerman <mdz@debian.org> Sat, 3 Feb 2001 01:03:03 -0500
apt-listchanges (1.29) unstable; urgency=low
* Added Spanish translation of debconf templates, thanks to Jordi
Mallach <jordi@debian.org>
-- Matt Zimmerman <mdz@debian.org> Thu, 1 Feb 2001 02:36:33 -0500
apt-listchanges (1.28) unstable; urgency=low
* Added Dutch translation of debconf templates, thanks to "Thomas
J. Zeeman" <tjzeeman@cs.vu.nl> (Closes: #83947)
-- Matt Zimmerman <mdz@debian.org> Sun, 28 Jan 2001 18:23:26 -0500
apt-listchanges (1.27) unstable; urgency=low
* Added French translation of debconf templates, thanks to Thomas Morin
<thomas.morin@webmotion.com> (Closes: #83799)
-- Matt Zimmerman <mdz@debian.org> Sun, 28 Jan 2001 00:09:34 -0500
apt-listchanges (1.26) unstable; urgency=low
* Fixed a bug in the urgency sorting code; some higher-priority entries
would incorrectly be sorted equal to low-priority entries
-- Matt Zimmerman <mdz@debian.org> Fri, 26 Jan 2001 14:28:59 -0500
apt-listchanges (1.25) unstable; urgency=low
* Added Swedish translation of debconf templates, thanks to André
Dahlqvist <anedah-9@sm.luth.se>
* Added German translation of debconf templates, thanks to Leonard
Michlmayr <Leonard.Michlmayr@ap.univie.ac.at>
-- Matt Zimmerman <mdz@debian.org> Thu, 25 Jan 2001 00:28:11 -0500
apt-listchanges (1.24) unstable; urgency=low
* Added -a/--all option, which ignores version checks and just dumps the
entire changelog (Closes: #82225)
* Prompt whether or not to overwrite an existing
/etc/apt/listchanges.conf (Closes: #80983)
-- Matt Zimmerman <mdz@debian.org> Thu, 18 Jan 2001 17:38:11 -0500
apt-listchanges (1.23) unstable; urgency=low
* Handle packages with different binary/source versions correctly
(Closes: #82222)
* Use Build-Depends-Indep rather than Build-Depends
-- Matt Zimmerman <mdz@debian.org> Sun, 14 Jan 2001 18:01:49 -0500
apt-listchanges (1.22) unstable; urgency=low
* Handle apt-mode-confirm=no correctly (Closes: #81026)
-- Matt Zimmerman <mdz@debian.org> Wed, 3 Jan 2001 22:44:41 -0500
2000
apt-listchanges (1.21) unstable; urgency=low
* Added xterm-pager frontend, which starts an xterm in the background to
display changes (Closes: #78662)
-- Matt Zimmerman <mdz@debian.org> Mon, 25 Dec 2000 21:16:05 -0500
apt-listchanges (1.20) unstable; urgency=low
* Fall back from more complex to less complex frontends when
initialization fails (Closes: #80477)
-- Matt Zimmerman <mdz@debian.org> Mon, 25 Dec 2000 20:23:51 -0500
apt-listchanges (1.19) unstable; urgency=low
* Change the name and meaning of the config file variable 'confirm' so
that it only applies to apt mode. A config file default for this
doesn't make sense when running from the command line.(Closes: #80082)
* Clean up old debconf questions that we don't ask anymore
-- Matt Zimmerman <mdz@debian.org> Tue, 19 Dec 2000 23:15:38 -0500
apt-listchanges (1.18) unstable; urgency=low
* Clarify and extend man page (Closes: #79698)
-- Matt Zimmerman <mdz@debian.org> Tue, 19 Dec 2000 00:58:08 -0500
apt-listchanges (1.17) unstable; urgency=low
* Only ask for confirmation if there were changes to display
-- Matt Zimmerman <mdz@debian.org> Wed, 13 Dec 2000 16:58:27 -0500
apt-listchanges (1.16) unstable; urgency=low
* Fix bug that caused apt-listchanges to run if no packages were being
installed, only removed (Closes: #79479)
-- Matt Zimmerman <mdz@debian.org> Tue, 12 Dec 2000 19:03:06 -0500
apt-listchanges (1.15) unstable; urgency=low
* All interactive frontends now have the option of asking the user
whether or not to continue, in a way appropriate for the selected
frontend. Right now, this is a simple text prompt for all of them.
(Closes: #78552)
* Configuration file moved to /etc/apt/listchanges.conf
* Renamed debconf variables to suit their actual use (which turned out
to be different from their intended one). This will cause all
questions to get asked again, but since there is a new question to ask
anyway, nobody should mind too much.
* Some support for the new apt (0.4), which gives us a lot more information
in the pipeline in addition to the .deb filenames. This means that we
won't have to read the status file anymore. There is also a newer and
better way to configure our hook into apt, but we can't use it until
there is a new released version of apt to Depend on.
-- Matt Zimmerman <mdz@debian.org> Sun, 10 Dec 2000 00:22:12 -0500
apt-listchanges (1.14) unstable; urgency=low
* Only skip based on the source package name if we actually got changelogs
from another binary package with the same source package. This fixes
a problem when processing multi-binary packages which symlink
subdirectories in /usr/share/doc (e.g. xmms/xmms-dev).
-- Matt Zimmerman <mdz@debian.org> Thu, 30 Nov 2000 04:56:49 -0500
apt-listchanges (1.13) unstable; urgency=low
* Don't send empty messages when using the mail frontend (Closes: #77993)
-- Matt Zimmerman <mdz@debian.org> Mon, 27 Nov 2000 14:37:22 -0500
apt-listchanges (1.12) unstable; urgency=low
* Make newt optional. We only load it if the user is using the newt
frontend, and fail with an informative message if it's unavailable.
This also means we now Suggest newt, rather than depending on it, and
it is no longer the default in debconf. All you pager users can purge
libnewt-perl and libnewt0 now.
* Include the hostname when using the mail frontend (Closes: #77588)
-- Matt Zimmerman <mdz@debian.org> Tue, 21 Nov 2000 00:01:15 -0500
apt-listchanges (1.11) unstable; urgency=low
* Always ignore the return value of the pager program...it's too
unpredictable to use for making a decision. I would like for the user
to have some way to tell apt-listchanges to abort when using the pager
frontend, but I'll have to find another way. Once again, this
hopefully Closes: #77421.
* The patch to order changelog entries by urgency slipped out of 1.10.
The functionality should be there now (Closes: #77420)
-- Matt Zimmerman <mdz@debian.org> Mon, 20 Nov 2000 19:58:12 -0500
apt-listchanges (1.10) unstable; urgency=low
* Order changelog entries by urgency (Closes: #77420)
-- Matt Zimmerman <mdz@debian.org> Sun, 19 Nov 2000 04:21:16 -0500
apt-listchanges (1.9) unstable; urgency=low
* Remember to catch SIGPIPE when using the pager frontend
(Closes: #77421)
-- Matt Zimmerman <mdz@debian.org> Sun, 19 Nov 2000 03:40:24 -0500
apt-listchanges (1.8) unstable; urgency=low
* Documented frontend and email-address options in manpage, corrected
program name in manpage.
-- Matt Zimmerman <mdz@debian.org> Sat, 18 Nov 2000 04:46:52 -0500
apt-listchanges (1.7) unstable; urgency=low
* Multiple frontend support added. You can now choose to view
changelogs with a pager, a simple text dump, via email, or with the
old newt interface (Closes: #77186)
* Remember to include the TODO list (oops)
-- Matt Zimmerman <mdz@debian.org> Sat, 18 Nov 2000 00:10:12 -0500
apt-listchanges (1.6) unstable; urgency=low
* Remember to remove ourselves from apt.conf if we are reconfigured
using dpkg-reconfigure
* Resize ourselves properly (Closes: #77236)
-- Matt Zimmerman <mdz@debian.org> Thu, 16 Nov 2000 18:12:31 -0500
apt-listchanges (1.5) unstable; urgency=low
* Fixed a bug that would read the wrong changelog for Debian
native packages (notably dpkg) which have both a changelog.gz and
changelog.Debian.gz.
* Use only one piece of whitespace to indent the debconf template
description (Closes: #77157)
* Updated TODO list
* Strip entire path from .deb pathnames for the progress display, not
just /var/cache/apt/archives. This accounts for systems accessing a
local mirror via apt (Closes: #77158)
-- Matt Zimmerman <mdz@debian.org> Wed, 15 Nov 2000 23:46:33 -0500
apt-listchanges (1.4) unstable; urgency=low
* Updated TODO list * Updated Standards-Version (no changes necessary)
-- Matt Zimmerman <mdz@debian.org> Sat, 11 Nov 2000 15:56:55 -0500
apt-listchanges (1.3) unstable; urgency=low
* Make sure we read the entire changelog (even if it is not displayed)
to avoid a 'broken pipe' error when closing the pipe on a long
changelog (first noticed with xext 3.3.6-12)
* Removed extra space at the left margin of the description (thanks,
lintian)
* Enhanced description.
-- Matt Zimmerman <mdz@debian.org> Sat, 4 Nov 2000 20:55:51 -0500
apt-listchanges (1.2) unstable; urgency=low
* Change maintainer email address
-- Matt Zimmerman <mdz@debian.org> Wed, 1 Nov 2000 22:34:52 -0500
apt-listchanges (1.1) unstable; urgency=low
* Added debconf support.
* Optionally add ourselves to /etc/apt/apt.conf when installed, and
remove when we are removed.
-- Matt Zimmerman <mdz@csh.rit.edu> Wed, 18 Oct 2000 19:48:53 -0400
apt-listchanges (1.0) unstable; urgency=low
* Package renamed to apt-listchanges
-- Matt Zimmerman <mdz@csh.rit.edu> Wed, 18 Oct 2000 18:15:48 -0400
debchanges (0.13) unstable; urgency=low
* Check for packages whose source package version differs from the
binary package version, and do the right thing.
* Added a cancel button (causes exit with nonzero status).
* Fixed a bug in the source package check that caused packages to be
skipped when they shouldn't have been
-- Matt Zimmerman <mdz@csh.rit.edu> Tue, 17 Oct 2000 01:40:43 -0400
debchanges (0.12) unstable; urgency=low
* It is not an error if --apt is specified and no package files are sent
to stdin.
-- Matt Zimmerman <mdz@csh.rit.edu> Sun, 8 Oct 2000 23:09:26 -0400
debchanges (0.11) unstable; urgency=low
* Only process one binary package from each source package (changelogs
should be the same)
-- Matt Zimmerman <mdz@csh.rit.edu> Wed, 27 Sep 2000 14:19:39 -0700
debchanges (0.10) unstable; urgency=low
* Fixed a bug that caused an empty dialog to be displayed (thanks to
Matthias Klose <doko@cs.tu-berlin.de>>
* Set Architecture: all (oops)
-- Matt Zimmerman <mdz@csh.rit.edu> Sat, 23 Sep 2000 02:43:46 -0400
debchanges (0.9) unstable; urgency=low
* Initial Release.
-- Matt Zimmerman <mdz@csh.rit.edu> Wed, 13 Sep 2000 21:11:29 -0400