File: changelog

package info (click to toggle)
bsdmainutils 6.0.17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 944 kB
  • ctags: 526
  • sloc: ansic: 6,830; makefile: 113; sh: 79; perl: 39
file content (368 lines) | stat: -rw-r--r-- 13,676 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
359
360
361
362
363
364
365
366
367
368
bsdmainutils (6.0.17) unstable; urgency=medium

  * Use size_t (instead of int) when calling iconv(3): using int on alpha
    caused iconv to read past the end of the buffer, and return EILSEQ.
    (closes: #254075)

 -- Graham Wilson <graham@debian.org>  Wed, 27 Oct 2004 18:31:03 +0000

bsdmainutils (6.0.16) unstable; urgency=high

  * Correct the listed charset in a few .po files, and a mis-encoded character
    in es.po. Thanks to Dennis Barbier. (closes: #277558)

 -- Graham Wilson <graham@debian.org>  Wed, 20 Oct 2004 22:32:46 +0000

bsdmainutils (6.0.15) unstable; urgency=high

  * Read calendar files as the user who owns them instead of root when mailing
    calendar files to the user (-a flag). This prevents users from including
    (and possibly reading) files they can't normally read. This addresses
    CAN-2004-0793.

 -- Graham Wilson <graham@debian.org>  Thu, 19 Aug 2004 00:13:28 +0000

bsdmainutils (6.0.14) unstable; urgency=low

  * Add cs.po, thanks to Marcel Sebek. (closes: #247553)
  * Use a linear search in look by default, since wordlists are not always
    sorted correctly. (closes: #109364, #118278, #244726, #247945)

 -- Graham Wilson <graham@debian.org>  Fri, 14 May 2004 01:04:54 +0000

bsdmainutils (6.0.13) unstable; urgency=low

  * Don't automatically check for what day the week starts on. At this point,
    only four locales support it, and for some reason glibc gets it wrong for
    the C locale. The -m option still exists though. (closes: #241743)

 -- Graham Wilson <graham@debian.org>  Sat, 10 Apr 2004 22:57:26 +0000

bsdmainutils (6.0.12) unstable; urgency=low

  * Remove rcsid from source files. (closes: #238058)
  * Add a -3 flags to the cal(1) program. (closes: #237555)
  * Correct the number of years supported in ncal.1 and calendar.3.
  * Fix some of the comments in config.mk.
  * Check for __GLIBC__ when trying to use nl_langinfo to determine
    weekstart, instead of _NL_TIME_FIRST_WEEKDAY, since the latter is
    not a macro.
  * Change -f week_start to -m, to be more like util-linux cal.

  * Translations:
    - Add zh_CN.po, thanks to Li Daobing. (closes: #231274)
    - Add tr.po, thanks to Recai Oktas. (closes: #239147)
    - Update fr.po, thanks to Christian Perrier. (closes: #239436)

 -- Graham Wilson <graham@debian.org>  Sat, 27 Mar 2004 00:26:18 +0000

bsdmainutils (6.0.11) unstable; urgency=low

  * Add da.po, thanks to Morten Pedersen. (closes: #230667)
  * Observe locale-specific week start day. (closes: #230004)
  * Correct calendar.1. (closes: #230076)

 -- Graham Wilson <graham@debian.org>  Tue, 03 Feb 2004 18:56:52 +0000

bsdmainutils (6.0.10) unstable; urgency=low

  * Put a LOTR date in the correct file. (closes: #229233)

 -- Graham Wilson <graham@debian.org>  Sat, 24 Jan 2004 03:37:58 +0000

bsdmainutils (6.0.9) unstable; urgency=low

  * Fix Beethoven dates in de_DE calendar. (closes: #224826)

 -- Graham Wilson <graham@debian.org>  Mon, 22 Dec 2003 19:50:57 +0000

bsdmainutils (6.0.8) unstable; urgency=low

  * Include correct LOTR dates from Veronica Brandt (closes: #224407)
  * Fix some tabs in calendar.jferies.

 -- Graham Wilson <graham@debian.org>  Thu, 18 Dec 2003 22:21:23 +0000

bsdmainutils (6.0.7) unstable; urgency=low

  * Don't print duplicate month names. (closes: #221027)
  * Don't handle space specially in ul. (closes: #194737)
  * Manage write with update-alternatives. (closes: #92191)

 -- Graham Wilson <graham@debian.org>  Tue, 18 Nov 2003 04:16:48 +0000

bsdmainutils (6.0.6) unstable; urgency=low

  * Extend ncal(1) year limit to 5875706. (closes: #111991)
  * Use read(2) instead of fread(2) in hexdump. (closes: #215787)
  * Handle multi-byte month names properly in ncal. (closes: #158121)

 -- Graham Wilson <graham@debian.org>  Sat, 15 Nov 2003 07:18:30 +0000

bsdmainutils (6.0.5) unstable; urgency=low

  * Add note to look.1 that it only works in C locale.
  * Remove reference to termcap in ul.1. (closes: #215242)
  * Use __unused__ attribute unconditionally in odsyntax.c.
    - Remove related detritus from freebsd.h.
  * Don't #define DEBIAN, except in write.c.
  * Remove the hole from U in banner. (closes: #219319)
  * Revert some of the OpenBSD calendar changes:
    - -t flag now has old behavior.
    - Re-add -l and -w flags.
    - Make -A and -l flags the same.

 -- Graham Wilson <graham@debian.org>  Sat, 08 Nov 2003 17:46:06 +0000

bsdmainutils (6.0.4) unstable; urgency=low

  * Don't reset the permission of write with dh_fixperms. (closes: #212911)

 -- Graham Wilson <graham@debian.org>  Sat, 27 Sep 2003 21:45:00 +0000

bsdmainutils (6.0.3) unstable; urgency=low

  * Create an option for column that allows adjacent delimiters to not be
    merged. (closes: #183877)
  * Remove ChangeLog, since we are now native.
  * Clean up column.1. (closes: #183878, #183876)
  * Add a README file.
  * Install calendar's source.data file into doc/.

 -- Graham Wilson <graham@debian.org>  Mon, 22 Sep 2003 01:57:48 +0000

bsdmainutils (6.0.2) unstable; urgency=low

  * Update Spanish debconf template. Thanks Carlos Valdivia Yagüe.
    (closes: #211834)
  * Include calendar files for the EU and Belgium. Thanks Nicolas
    Évrard. (closes: #176988)

 -- Graham Wilson <graham@debian.org>  Sat, 20 Sep 2003 19:10:58 +0000

bsdmainutils (6.0.1) unstable; urgency=low

  * Make sure to change permission and ownership of our write, not the
    system's. (closes: #210321)

 -- Graham Wilson <graham@debian.org>  Wed, 10 Sep 2003 20:30:54 +0000

bsdmainutils (6.0) unstable; urgency=low

  * New upstream. This is now a native package.
  * debian/control:
    - Standards-Version: 3.6.1 (no changes).
    - Remove reference to textutils from control.
    - Change maintainer address.
  * Numerous fixes to the build process:
    - support for DEB_BUILD_OPTIONS
    - central configuration file, config.mk
    - installation code moved from debian/rules to other files
  * New upstream release:
    - Make lorder(1) work in a strict POSIX environment. Thanks
      Paul Eggert. (closes: #204907)
    - Cause hexdump to print an error when an invalid value follows
      "-n". (closes: #183345)
    - Add note to calendar.1 about format change. (closes: #178329)
    - Add a calendar with Debian dates. Thanks Martin Schulze.
    - Compile hexdump with support for large files. (closes: #175993)
    - Update all calendar files to the new format. (closes: #178330)
    - Add a final newline to calendar.newzealand.
      (closes: #198086, #208664, #207848)
    - Convert all calendar input data internally to wchar_t, and convert
      that to the user's encoding before outputting. (closes: #194265)
    - Distribute calendar files in UTF-8 and the C locale.
    - Die if locale is unavailable. (closes: #185557)
  * Use OpenBSD calendar(1):
    - Thanks to Matt Zimmerman for the idea.
    - Some options differ between the two versions, but the OpenBSD
      syntax seems cleaner. Also, OpenBSD doesn't support yearly
      calendar directories, and that hasn't been added back yet, as it
      is not currently used.
    - Output is now sorted. (closes: #176742)
    - Shows Labor day correctly. (closes: #207846)
    - Correct problems with cpp search path. (closes: #200814)
    - Thanksgiving on Sunday, not Thursday. (closes: #168681)
    - Don't schedule things for 32 Jan. (closes: #131769)
  * Add a Japanese debconf translation. Thanks Tomohiro KUBOTA.
    (closes: #194642)

 -- Graham Wilson <graham@debian.org>  Fri, 29 Aug 2003 18:06:27 +0000

bsdmainutils (5.20030320-1) unstable; urgency=low

  * New CVS update.
  * Miscellaneous debian/ dir updates:
    - Add a 'compat' file.
    - Remove 'conffiles', handled by dh_installdeb now.
    - Remove backup~ files from debian/.
    - Update debconf templates to use po-debconf.
    - Use 'set -e' in maintainer scripts, as linda suggests.
  * Update debian/rules to use new debhelper tools.
  * debian/control:
    - New maintainer. Thanks Tollef.
    - Depend on ${misc:Depends}, don't depend on debconf.
    - Build-Depends on debhelper (>= 4.1.16).
    - Change short description.

 -- Graham Wilson <bob@decoy.wox.org>  Sat, 19 Apr 2003 21:10:23 +0000

bsdmainutils (5.20020211-8) unstable; urgency=low

  * Include hd again; as a symlink to hexdump (closes: #165488)

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 25 Oct 2002 01:35:08 +0200

bsdmainutils (5.20020211-7) unstable; urgency=low

  * Rename template.ru to template.ru
  * Don't try to display nonexistant note any more (closes: #152328)
  * Move debconf language templates to separate files.
  * Fix misspelling in calendar.music (closes: #152627)
  * Fix spaces to tabs in calendar.christian (closes: #156756, #154058)

 -- Tollef Fog Heen <tfheen@debian.org>  Mon, 23 Sep 2002 04:46:59 +0200

bsdmainutils (5.20020211-6) unstable; urgency=low

  * New maintainer

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 17 Sep 2002 15:48:01 +0200

bsdmainutils (5.20020211-5) unstable; urgency=high

  * Fixed postinst failure on some upgrades (Closes: #140526).
  * Fixed country code of Sweden in ncal (Closes: #149699).
  * Fixed some calendar entries (Closes: #143959, #144711, #150262).

 -- Marco d'Itri <md@linux.it>  Thu,  4 Jul 2002 20:45:39 +0200

bsdmainutils (5.20020211-4) unstable; urgency=medium

  * Added ncal to the description (Closes: #135230).
  * Fixed multibytes encoding bug in ncal (Closes: #135821).
  * Added -undef to the cpp command line for calendar (Closes: #137059).
  * Added russian debconf template (Closes: #137622).

 -- Marco d'Itri <md@linux.it>  Mon, 11 Mar 2002 20:45:16 +0100

bsdmainutils (5.20020211-3) unstable; urgency=high

  * Let's try again. (Closes: #133592).
  * Added french debconf messages (Closes: #134627).

 -- Marco d'Itri <md@linux.it>  Tue, 19 Feb 2002 02:39:08 +0100

bsdmainutils (5.20020211-2) unstable; urgency=high

  * Fixed Debian GNU/*BSD fix (Closes: #133592).

 -- Marco d'Itri <md@linux.it>  Sun, 17 Feb 2002 01:50:16 +0100

bsdmainutils (5.20020211-1) unstable; urgency=medium

  * New CVS update.
  * Added new calendar entries (Closes: #133180, #130200, #130287).
  * Added Debian GNU/*BSD fix (Closes: #132655).

 -- Marco d'Itri <md@linux.it>  Mon, 11 Feb 2002 16:33:18 +0100

bsdmainutils (5.20010615-3) unstable; urgency=medium

  * Added calendar.christian files for 2002 and 2003
    (provided by James Treacy).
  * Added calendar.judaic files for 2002 and 2003 (Closes: #111997)
    (provided by Julian Gilbey).
  * Removed calendar(3) man page (Closes: #111995).
  * Added missing files to calendar.all (Closes: #111996).

 -- Marco d'Itri <md@linux.it>  Wed,  5 Dec 2001 03:58:39 +0100

bsdmainutils (5.20010615-2) unstable; urgency=medium

  * Fixed colcrt and hexdump (Closes: #106804, #110370).
  * Better error message for write (Closes: #104541).
  * Added spanish debconf messages (Closes: #104091).
  * Now calendar looks for ~/calendar too (Closes: #99857).

 -- Marco d'Itri <md@linux.it>  Sat,  1 Sep 2001 14:16:33 +0200

bsdmainutils (5.20010615-1) unstable; urgency=low

  * New CVS update.
  * Fixed Croatian holidays (Closes: #94307).
  * Listed the files missing in calendar(1) (Closes: #94584).
  * Fixed typo in calendar.discordian (Closes: #94585).

 -- Marco d'Itri <md@linux.it>  Fri, 15 Jun 2001 16:51:46 +0200

bsdmainutils (5.20010126-4) unstable; urgency=high

  * Fixed buffer overflow in hexdump (Closes: #92628).
  * Added dutch and portuguese debconf entries (Closes: #85540, #90149).

 -- Marco d'Itri <md@linux.it>  Sun, 15 Apr 2001 21:12:32 +0200

bsdmainutils (5.20010126-3) unstable; urgency=medium

  * Use <time.h> instead of <sys/time.h> (Closes: #86940).

 -- Marco d'Itri <md@linux.it>  Sun, 25 Feb 2001 10:24:26 +0100

bsdmainutils (5.20010126-2) unstable; urgency=low

  * Added calendar.discorian.
  * Added german debconf entries (Closes: #84837).
  * Fixed some German holidays (Closes: #86632).

 -- Marco d'Itri <md@linux.it>  Mon, 19 Feb 2001 18:14:07 +0100

bsdmainutils (5.20010126-1) unstable; urgency=low

  * New CVS update (Closes: #76290).
  * calendar.pagan added to calendar.world (Closes: #82558).
  * Removed BSD-specific macro from ncal.1 (Closes: #82604).
  * Added swedish and italian debconf entries (Closes: #83371).
  * Fixed ul (Closes: #82621).
  * Make calendar work when a ./calendar directory exists (Closes: #79516).
  * Removed suidregister.

 -- Marco d'Itri <md@linux.it>  Fri, 26 Jan 2001 16:02:08 +0100

bsdmainutils (5.20001028-5) unstable; urgency=low

  * Removed debconf invocation in postinst (Closes: #79128).
  * Fixed some entries in calendar.music (Closes: #79219).
  * Added Japanese and Croatian holidays (Closes: #78224, #78873).

 -- Marco d'Itri <md@linux.it>  Wed, 20 Dec 2000 21:24:32 +0100

bsdmainutils (5.20001028-4) unstable; urgency=low

  * Removed help request (Closes: #77924, #77948).
  * Updated calendar.hindu.

 -- Marco d'Itri <md@linux.it>  Mon, 27 Nov 2000 12:35:27 +0100

bsdmainutils (5.20001028-3) unstable; urgency=low

  * Fixed non-esecutable convdates.pl (Closes: #76614).
  * Fixed hexdump display bug (Closes: #77773).
  * Added a request for help to postinst.
  * Trimmed changelog.

 -- Marco d'Itri <md@linux.it>  Mon, 13 Nov 2000 14:05:31 +0100

bsdmainutils (5.20001028-2) unstable; urgency=low

  * Removed od(1) man page already provided by textutils (Closes: #75888).
  * Added MAXPATHLEN definition for Hurd (Closes: #68854).

 -- Marco d'Itri <md@linux.it>  Mon, 30 Oct 2000 12:23:04 +0100

bsdmainutils (5.20001028-1) unstable; urgency=low

  * New source package structure.
  * Small updates from the FreeBSD tree.

 -- Marco d'Itri <md@linux.it>  Sun, 29 Oct 2000 20:09:43 +0100