File: changelog

package info (click to toggle)
apt-show-versions 0.22.7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • sloc: perl: 551; makefile: 54; sh: 36
file content (358 lines) | stat: -rw-r--r-- 14,337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
apt-show-versions (0.22.7) unstable; urgency=medium

  * fix unitialized value bug (closes: #768534)
  * fix no available version in archive bug (closes: #768978)

 -- Christoph Martin <martin@uni-mainz.de>  Wed, 21 Jan 2015 21:50:39 +0100

apt-show-versions (0.22.6) unstable; urgency=medium

  * add French translation update (closes: #767876)

 -- Christoph Martin <martin@uni-mainz.de>  Tue, 04 Nov 2014 15:57:46 +0100

apt-show-versions (0.22.5) unstable; urgency=medium

  [ Christoph Martin ]
  * fix not showing available versions if pkg not installed (thanks to
    Ross Vandegrift <ross@kallisti.us>) (closes: #725107, #715314)
  * fix sorting of versions for correct output of current version (thanks
    to debianuser01@free.fr )(closes: #730338, #613965)
  * add --version option (closes: #725963)
  * remove redundant version information in source
  * add German translation update (closes: #765178)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 04 Nov 2014 15:29:50 +0100

apt-show-versions (0.22.4) unstable; urgency=medium

  [ Christoph Martin ]
  * fix "keys on reference is experimental" Warning with perl 5.20
    (closes: #758287)
  * fix bash completion to complete to all packages (not only installed )
    (closes: #664474)
  * change code example to use grep instead of fgrep (closes: #732379)
  * update German translation (closes: #733662)
  * add Portuguese translation (closes: #733765)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Thu, 28 Aug 2014 17:32:49 +0200

apt-show-versions (0.22.3) unstable; urgency=low

  * fix =item usage in .pod documentation to follow pod2man change
    (closes: #724091)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Mon, 30 Sep 2013 13:53:10 +0200

apt-show-versions (0.22.2) unstable; urgency=low

  * fix display for not installed packages (thanks to Greg Klanderman
    <gak@klanderman.net>) (closes: #715314)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 27 Aug 2013 10:40:41 +0200

apt-show-versions (0.22.1) unstable; urgency=low

  * fix postinst for new installs (closes: #714563)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 02 Jul 2013 11:21:37 +0200

apt-show-versions (0.22) unstable; urgency=low

  * fix postinst to not fail if old cache files are absent (closes:
    #712911)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 21 Jun 2013 11:59:24 +0200

apt-show-versions (0.21) unstable; urgency=low

  * add support for multiarch (Closes: #696655) thanks to
    Greg Klanderman <gak@klanderman.net>
  * fix storable byteorder problem (Closes: #626867)
  * fix bash completion (Closes: #680663)
  * debian/NEWS: added about multiarch
  * explicitly set umask to 0022 in postinstall to assure readable cache
    files (Closes: #706083)
  * change ordering of fields to consistently show version is second
    column (Closes: #611435)
  * add $misc:Depends to control
  * conform to standards version 3.9.3 (no changes)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 21 Jun 2013 11:57:59 +0200

apt-show-versions (0.20) unstable; urgency=low

  * fix race condition in parallel build mode. (Closes: #689681)
  * add stable-updates testing-proposed-updates and testing-updates to
    list of official suites

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 26 Oct 2012 20:59:14 +0200

apt-show-versions (0.19+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Add an apt hook to update the apt cache (Closes: #685439)
  * Add experimental to the list of official suites

 -- Paul Wise <pabs@debian.org>  Tue, 02 Oct 2012 14:12:03 +0800

apt-show-versions (0.19) unstable; urgency=low

  * add homepage url to contol file (closes: #617856)
  * add Slovak translation (sk) (closes: #677483)
  * update German translation (de) (closes: #677652)
  * add Danish translation (dk) (closes: #677719)
  * update Frensh translation (fr) (closes: #678397)
  * add Galician translation (gl) (closes: #678663)
  * update Spanish translation (es) (closes: #678892)
  * add Italian translation (it) (closes: #679159)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 24 Aug 2012 16:15:56 +0200

apt-show-versions (0.18) unstable; urgency=low

  * Fix bug which caused squeeze-updates and squeeze to mask each other
    (closes: #623252)
  * Clarify documentation (closes: #633860, #611433)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 12 Jun 2012 17:47:30 +0200

apt-show-versions (0.17) unstable; urgency=low

  * recognise new InRelease files (closes: #612765, #613949)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 18 Feb 2011 14:34:48 +0100

apt-show-versions (0.16) unstable; urgency=low

  [ Andreas Hoenen ]
  * Harden code regarding releases for which properties like their name are
    unknown, thus avoiding perl warnings about uninitialized values.  Thanks to
    John V. Belmonte and Anders Boström for reporting.  (Closes: #515328)
  * Fix manpage encoding: create UTF-8 manpages for all supported languages.
    Thanks to Vincent Danjean for reporting and the patch.  (Closes: #524577)
  * Fix function name in bash completion file in order to become POSIX
    compliant and to work for Bash 2.  Thanks to Emilio Pozuelo Monfort for
    reporting and the patch.  (Closes: #531608)
  * Change version variables' names in a-s-v script, thus ExtUtils::MakeMaker
    succeeds in version extraction.
  * debian/control:
    Upgrade Standards-Version: 3.8.1 (no changes needed)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 19 Jun 2009 17:47:57 +0200

apt-show-versions (0.15) unstable; urgency=low

  [ Christoph Martin ]
  * call apt-show-versions without path in cron.daily

  [ Andreas Hoenen ]
  * Also consider manual upgrade possibilities when upgradeable option is set.
    Thanks to Anders Boström for reporting.  (Closes: #498699)
  * Remove path from a-s-v call in postinst.  Thanks, lintian.

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 16 Sep 2008 10:23:46 +0200

apt-show-versions (0.14) unstable; urgency=low

  [ Andreas Hoenen ]
  * Consider manual upgrade possibilities when no policy driven, automatic
    upgrade is possible.
  * Add german manpage.  Thanks, Helge Kreutzmann.  (Closes: #480368)
  * Add vietnamese manpage.  Thanks, Clytie Siddall.  (Closes: #480491)
  * debian/control:
    Upgrade Standards-Version: 3.8.0 (no changes needed)

 -- Christoph Martin <Christoph.Martin@uni-mainz.de>  Tue, 19 Aug 2008 10:25:24 +0200

apt-show-versions (0.13) unstable; urgency=low

  [ Andreas Hoenen ]
  * Replace hardcoded list of supported release names by dynamic determination
    of used release names.  This enables (among others) automatic support for
    oldstable and for unofficial repositories.
    (Closes: #161934, #165883, #200274, #344262, #396216, #475880)
  * Improve output format of option -a:
    - Avoid repetition of the default-release version.
    - Strictly sort versions by version number as primary criterion.
    - Enforce tabular layout.
    - Add an archive column to output.
  * Sort output by package names.
  * If specified package is not only not installed, but even not available
    (e.g. a misspelled package name), dump an accordant comment.
  * When called with exactly one package and upgradeable option set for a
    package that actually is not upgradeable, return with non zero exit code.
    (Closes: #464047)
  * Correct combination of upgradeable and allversions options: If a package is
    not upgradeable, without regard of allversions option nothing gets printed
    for it.
  * Add --regex-all variation of option --regex: also show matching packages
    which are not installed.
    (Closes: #460272)
  * Actualize french manual page.  Thanks, Jean-Baka Domelevo Entfellner.
    (Closes: #460631)
  * Actualize swedish manual page.  Thanks, Daniel Nylander.
    (Closes: #470379)
  * Actualize spanish manual page.  Thanks, Rubén Porras Campo.
    (Closes: #470765)
  * Actualize FSF address in a-s-v script.
  * Actualize my mail address in debian/control.

  [ Christoph Martin ]
  * call closedir from correct position (closes: #479255)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Thu,  8 May 2008 16:03:35 +0200

apt-show-versions (0.12) unstable; urgency=low

  [ Andreas Hoenen ]
  * Add lenny to list of known releases names.  (Closes: #457916)
  * debian/copyright:
    Actualize the location of the license file: GPL-2.
  * debian/control:
    Upgrade Standards-Version: 3.7.3 (no changes needed)
  * debian/rules:
    - Remove commented binary-arch actions.
    - Move the binary-arch actions to binary-indep, as apt-show-versions is an
      architecture independent package.

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Wed,  2 Jan 2008 18:02:41 +0100

apt-show-versions (0.11) unstable; urgency=low

  [ Andreas Hoenen ]
  * Make apt-show-versions aware of the package pins in
    /etc/apt/preferences.  (Closes: #363104, #426746)
  * Support multiple package names as arguments.  (Closes: #373811)
  * Provide bash completion.  (Closes: #346213)
  * Manual page / pod documentation:
    - Actualize manual page regarding multiple package names support.
    - Adapt po files regarding manual page changes.
    - Remove static files man/apt-show-versions.pod and
      man/po/apt-show-versions.pot, as they get generated at build time.
  * Actualize FSF address in debian/copyright.
  * Bump Standards-Version to 3.7.2 (no changes necessary).
  * debhelper:
    - Upgrade to debhelper compatibility level 5.
    - Move dependency on debhelper from Build-Depends-Indep to Build-Depends.
  * debian/rules:
    - Improve error handling of realclean command.
    - Comment superfluous dh_ calls.
    - Make po4a call verbose.
  * debian/control:
    Add fields:
    - Vcs-Browser
    - Vcs-Svn
  * Add myself to uploaders.  (Closes: #382026)

  [ Christoph Martin ]
  * Prepare for release

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Mon,  3 Dec 2007 13:06:12 +0100

apt-show-versions (0.10) unstable; urgency=low

  * use full patch of apt-show-versions in postinsts (closes: #352960)
  * fix version compare with epochs (closes: #376835)
  * remove /var/cache/apt-show-versions on remove (closes: #321398, #326235)
  * read official release from apt.conf and use this as "best" release
    (closes: #323214) (quick fix, needs more work)
  * added svedish translation template (closes: #332465)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Wed,  9 Aug 2006 10:51:38 +0200

apt-show-versions (0.09) unstable; urgency=low

  * include etch and experimental as releases (closes: #316620)
  * fix typos in manpage (closes: #307027)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Thu, 28 Jul 2005 16:26:41 +0200

apt-show-versions (0.08) unstable; urgency=low

  * switch to po4a to ease manpage translation (closes: #271107)
  * update spanish translation (closes: #239910)
  * really only print messages about upgradable packages is brief mode
    (closes: #238170)
  * fix handling of multiple package versions in one Packages file
    (closes: #273932)
  * fix checking for cache files (check if creation time not modification
    time is newer than cache file) (closes: #225205, #234704, #272076,
    #284689)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Sun,  6 Mar 2005 16:37:49 +0100

apt-show-versions (0.07) unstable; urgency=low

  * fix bug in version comparison which lead to false output (closes:
    #225468) 
  * run apt-show-versions -i at configure time to initialize cache

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 24 Feb 2004 15:59:30 +0100

apt-show-versions (0.06) unstable; urgency=low

  * add dependency on libstorable-perl (closes: #225034)
  * remove old cache files if initializing (closes: #225468, #229767)
  * cron.daily checks if apt-show-versions is installed (closes: #225245)
  * check for corrupt cache files (closes: #228988)
  * correct version number in help (closes: #219742)
  * correct spelling error in manpage (closes: #230054)
  * include spanish and french manpage (closes: #197397, #231581)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri, 20 Feb 2004 15:12:43 +0100

apt-show-versions (0.05) unstable; urgency=low

  * fix email address in copyright file
  * fix typo in manpage and correct the POD syntax (closes: #196657)
  * include patch from Emmanuel Lacour to use libapt-pkg-perl
  * try to guess release from pathname of packages file if no Release file
    is present
  * introduce package and status cache for speedup (closes: #172110)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Fri,  7 Nov 2003 18:08:05 +0100

apt-show-versions (0.04) unstable; urgency=low

  * not including /usr/lib and /usr/share/perl5 (closes: #152414)
  * fix reference to apt(8) manpage (closes: #151653)
  * optionaly don't print packages which are no hold (closes: #161376)
  * consider also non-standard releases (closes: #154245)
  * print correct message if installed version is newer than newest in
    archive (closes: #160583)
  * don't ignore silently extra arguments (closes: #133789)

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Mon, 23 Sep 2002 16:24:34 +0200

apt-show-versions (0.03) unstable; urgency=low

  * make option --brief work also with uptodate packages
  * quote $release correctly to catch non alphanumeric charachters
    (closes: bug#127675)
  * compare nondigits correctly according to Debian policy (closes:
    bug#127559)
  * include proposed-updates in list of defined Releases (closes:
    bug#127744) 

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Sun, 13 Jan 2002 14:58:46 +0100

apt-show-versions (0.02) unstable; urgency=low

  * add optional depends on perl-5.005 or perl-5.004 to make it usable
    with older version of perl
  * Fix typo of available (closes: Bug#123253)
  * Add doku for option -u to manpage (closes: Bug#123293)
  * Print versions also for uninstalled packages if using option -p
  * add support for regex match while using option -p

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue, 11 Dec 2001 14:34:23 +0100

apt-show-versions (0.01) unstable; urgency=low

  * Initial Release.
  * Closes: Bug#122387

 -- Christoph Martin <christoph.martin@uni-mainz.de>  Tue,  4 Dec 2001 16:02:17 +0100