/[adduser]/trunk/debian/changelog
ViewVC logotype

Diff of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 122 by zugschlus, Thu Mar 25 12:39:16 2004 UTC revision 545 by zugschlus, Tue Apr 18 07:47:02 2006 UTC
# Line 1  Line 1 
1    adduser (3.86.0) UNRELEASED; urgency=low
2    
3      * NOT RELEASED YET
4      * Update Italian (it) program and manpage translation.
5        Thanks to Luca Monducci. (mh) Closes: #363100
6    
7     -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue, 18 Apr 2006 09:46:05 +0200
8    
9    adduser (3.86) unstable; urgency=low
10    
11      [ Marc Haber ]
12      * Only check $! after calling symlink() if symlink() failed.
13        Patch from Ubuntu, thanks to Colin Watson. (mh) Closes: #355708
14      * Print error when failing, thanks to Ted Percival. (jh) Closes: #356162
15      * Update French (fr) manpage translation.
16        Thanks to Nicolas François. (mh) Closes: #356253
17      * Update Czech (cs) program translation.
18        Thanks to Miroslav Kure. (mh) Closes: #361413
19      * Be more strict in user name checking.
20        Thanks to Jeroen van Wolffelaar and Brendan O'Dea. (mh) Closes: #357185
21      * Fix interpreter name in deluser. (mh)
22    
23      [ Joerg Hoh ]
24      * deluser: include symbolic links in backup. Patch from
25        Ubuntu.
26      * deluser: Fixed handling of return codes, updated deluser.8
27      * deluser: removed the --home parameter
28      * adduser: fix @names initialization
29    
30     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat, 15 Apr 2006 19:45:52 +0000
31    
32    adduser (3.85) unstable; urgency=low
33    
34      * Add versioned Replaces for manpages-it. Thanks to Marco Presi and
35        Francesco Paolo Lovergine. (mh) Closes: #353666, #353672.
36      * Apply a bunch of patches from Stephen Gran, which look like they
37        finish unfinished work.
38      * introduce skel_ignore_regex, patch by Stephen Gran. (mh)
39        Closes: #121262, #354459
40      * Initialize configref->{"exclude_fstypes"} in AdduserCommon.pm.
41        Thanks to Nobuhiro KUSUNO. Closes: #354823
42      * Add perl-based test suite, shell scripts seem to be no-op now. (jh)
43      * Re-start testing timer. Closes: #354829
44    
45     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  4 Mar 2006 08:19:39 +0000
46    
47    adduser (3.84) unstable; urgency=low
48    
49      * Fixed warning when using --verbose, which has independently been
50        spotted by Paul Slootman and has been reported later by Kevin B.
51        McCarty. (jh) Closes: #353032
52      * Have --remove-all-files not descend into special file systems.
53        Thanks to Kai Hendry. (jh) Closes: #344488
54      * Update Swedish (sv) program and manpage translation, again from
55        Daniel Nylander. (mh) Closes: #352740, #352742
56      * Update Italian (it) program and manpage translation.
57        Thanks to Luca Monducci. (mh) Closes: #353467
58    
59     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 19 Feb 2006 18:19:15 +0000
60    
61    adduser (3.83) unstable; urgency=low
62    
63      * Update French (fr) manpage translation.
64        Thanks to Nicolas François. (mh) Closes: #346562
65      * Apply out-of-band patch from Thomas Huriaux to clean up po4a
66        handling. (mh)
67      * Make $configfile a reference in deluser GetOptions call (perl
68        5.8.8 checks this). (mh) Closes: #352496
69      * Fixed bug which prevented adduser from adding an already existing user
70        with the same uid/... again. Thanks to Henrique de Moraes Holschuh for the
71        detailed bug report. (jh) Closes: #352225
72      * Updated adduser.8 : don't assume that adduser creates a new user with
73        uid == gid (jh)
74      * Update Swedish (sv) program and manpage translation, again from
75        Daniel Nylander. (mh) Closes: #352355
76    
77     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 12 Feb 2006 13:51:09 +0000
78    
79    adduser (3.82) unstable; urgency=low
80    
81      * Don't assume that gid can be equal to the uid. Thanks to
82        Junichi Uekawa and Paul Slootman. (jh) Closes: #351480, #351552
83      * shell code cleanup in the test suite. (mh)
84      * Fix crontab deletion. (mh)
85    
86     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun,  5 Feb 2006 20:08:45 +0000
87    
88    adduser (3.81) unstable; urgency=low
89    
90      [ Marc Haber ]
91      * fix swedish manpage addendum thanks to Thomas Huriaux.
92      * Update Swedish (sv) manpage translation, again from Daniel Nylander.
93      * Update French (fr) program translation.
94        Thanks to Aurelien Ricard. (mh) Closes: #341264
95    
96      [ Joerg Hoh ]
97      * (nearly) all output should now use gettext
98      * deluser now removes also user crontabs
99      * added only-if-empty parameter to delgroup.conf (Closes: #347717)
100      * improved search for new uid/gid (thanks to Karl Rink) (Closes: #119597)
101    
102     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  4 Feb 2006 11:57:27 +0000
103    
104    adduser (3.80) unstable; urgency=low
105    
106      * Update Dutch (nl) program translation.
107        Thanks to Rob Snelders. (mh) Closes: #339875
108      * Fix typo in adduser man page and translations.
109        Thanks to A Costa. (mh) Closes: #340343
110      * Make Polish (pl) man pages actually included.
111        Update Polish (pl) program and manpage translation.
112        Thanks to Robert Luberda. (mh) Closes: #340327
113      * New Swedish (sv) program translation.
114        Thanks to Daniel Nylander. (mh) Closes: #340669
115      * New Swedish (sv) manpage translation, also from Daniel.
116      * Add addendum.template to aid manpage translators. Thanks to
117        Thomas Huriaux.
118      * Fix two typos in french manpage translator addenda. Thanks to
119        Thomas Huriaux.
120    
121     -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue, 29 Nov 2005 14:07:10 +0000
122    
123    adduser (3.79) unstable; urgency=low
124    
125      * Fix shadowless systems _again_.
126        Thanks to Matt Zimmerman. (mh) Closes: #339686
127      * remove double values from adduser.conf. (mh)
128      * Allow underscores in adduser.conf variable names.
129        Thanks to David Bishop and Edward J. Shornock. (mh) Closes: #339670
130    
131     -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 18 Nov 2005 17:29:46 +0000
132    
133    adduser (3.78) unstable; urgency=low
134    
135      [ Marc Haber ]
136      * Changes suggested by Denis Barbier
137        * po/Makefile: move -c down from xgettext definition to the actual call
138        * po/Makefile: Use a SOURCES variable. The old version caused
139          strings from deluser to be discarded.
140        * deluser: make generation of copyright message more translation
141          friendly
142        * hack gtx wrapper to not only export the first string into the
143          POT file.
144      * Add Brazilian Portuguese (pt_BR) manpage translation. Thanks to
145        Felipe Augusto van de Wiel. (mh)
146      * Add Portuguese (pt) debconf translation by Miguel Figueiredo and
147        Marco Ferra. (mh) Close: #336332
148      * Update French (fr) manpage translation. Thanks to
149        Thomas Huriaux. (mh) Closes: #336200
150      * Update Russian (ru) manpage, program and debconf template translation.
151        Thanks to Yuri Kozlov. (mh) Closes: #337080
152      * Fix typo in deluser.conf.5, hopefully without fuzzying
153        translations. Thanks to Felipe Augusto van de Wiel and to Thomas
154        Huriaux. (mh)
155      * remove wrong pt_PT manpage translation. (mh)
156      * Polish (pl) translation work by Robert Luberda. (mh) Closes: #335926
157        * initial man page translation
158        * updated translation of program
159        * updated translation of debconf templates
160        * debian/control: replace manpages-pl
161        * debian/rules + doc/po4a/po4a.conf: add support for Polish man pages
162        * debian/scripts/install_manpages: fail if the man file can't be
163          created
164        * debian/rules: correct man pages location for es and ru translations.
165    
166      [ Joerg Hoh ]
167      * stricter checking on variables in configuration files (inspired by
168        #130751)
169      * documented --debug in adduser.8
170      * streamlined verbosity code, replaced calls to system() with systemcall()
171        (Closes: #336841), also changed the definition of the environment
172        variable VERBOSE; DEBUG is deprecated now (but still defined).
173    
174     -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed, 16 Nov 2005 13:26:03 +0000
175    
176    adduser (3.77) unstable; urgency=low
177    
178      [ Marc Haber ]
179      * call make -C po update clean in debian/rules clean.
180        Thanks to Eduard Bloch. (mh)
181      * invoke debconf-updatepo and po4a in clean target.
182        Thanks to Thomas Huriaux. (mh)
183    
184      [ Joerg Hoh ]
185      * fixed bug in deluser which made not specified parameters valid
186      * backup files for users have a mask of 600 and ownership is set to root
187        only (Closes: #331720)
188    
189     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 23 Oct 2005 18:41:21 +0000
190    
191    adduser (3.76) experimental; urgency=low
192    
193      * use xgettext -kgtx instead of -k_ to de-confuse xgettext
194    
195     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat, 22 Oct 2005 19:11:54 +0000
196    
197    adduser (3.75) experimental; urgency=low
198    
199      * apply patch from Thomas Huriaux to re-work manpage generation:
200        * remove doc/*.es_ES
201        * remove doc/outdated/
202        * create and populate doc/po4a/po
203        * add the addenda to doc/po4a directory
204        * modify the doc/po4a.conf file.
205        * adapt debian/rules
206        (mh) Closes: #335196.
207      * Changes suggested by Denis Barbier
208        * use YESEXPR in the yes/no question to help with non-english
209          languages
210        * call xgettext -c in po/Makefile
211        * Eliminate concatenated msgids building full sentences.
212        (mh) This hopefully solves #224301.
213      * Minor string changes. (mh)
214    
215     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat, 22 Oct 2005 19:02:52 +0000
216    
217    adduser (3.74) unstable; urgency=low
218    
219      * Update German (de) debconf translation.
220        Thanks to Daniel Knabl. (mh) Closes: #326136
221      * Fix wrong bug number in 3.72 changelog regarding #333384.
222    
223     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 20 Oct 2005 16:03:59 +0000
224    
225    adduser (3.73) unstable; urgency=low
226    
227      * make adduser consistent with documentation again. The option is
228        --disabled-password, not --disabled-passwd or --disabled_password.
229        Thanks to Colin Watson. (mh) Closes: #332815
230    
231     -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed, 19 Oct 2005 16:47:13 +0000
232    
233    adduser (3.72) unstable; urgency=low
234    
235      * add adduser.pot to SVN
236      * Update French (fr) program translation.
237        Thanks to Christian Perrier. (mh) Closes: #333384
238      * Created some shell scripts which are trying to act as a testsuite (jh)
239      * correct wrong "user UID" for system groups in manpage, reference
240        Debian Policy 9.2.2. Thanks to Faheem Mitha. (mh) Closes: #334315
241      * fix $verbose handling. (mh)
242      * global rename _ to gtx to un-break File::Find. (mh)
243      * internal change to config hash handling. (mh)
244      * remove double definition of get_users_groups. (mh)
245      * fix error message in addusertogroup. (mh)
246    
247     -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue, 18 Oct 2005 18:25:53 +0000
248    
249    adduser (3.71) experimental; urgency=low
250    
251      * Another small patch to po/Makefile to ease translation. Thanks,
252        again, to Thomas Huriaux.
253      * Allow delgroup user group. Thanks to Dan Jacobson. (mh) Closes: #176362
254      * Fix --disabled-passwd and --disabled-login. (mh) Closes: #332815
255      * Change create_homedir parameter processing. (jh)
256    
257     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  8 Oct 2005 18:38:09 +0000
258    
259    adduser (3.70) experimental; urgency=low
260    
261      * The "Long Live Jörg" Release. Thanks for your tremendous help!
262      * Update Swedish (sv) debconf translation. Thanks to Daniel Nylander
263        and André Dahlqvist. (mh) Closes: #330258
264      * patches by Jörg Hoh:
265        - move common code regarding parameter and config file parsing to
266          AdduserCommon.pm
267        - put creation of home directory in a function
268      * Streamlining of print(f)/die(f) statements regarding quoting,
269        parenthesis and spaces. (mh/jh)
270      * Clarify error message if system group to be added does already
271        exist as a non-system group.
272        Thanks to Peter Eisentraut. (mh) Closes: #326192
273      * Move package from base to admin to clear up override disparity. (mh)
274      * patch po/Makefile to be nicer to translators.
275        Thanks to Thomas Huriaux. (mh) Closes: #331392
276      * Don't mess with nscd's pid file any more, just invalidate caches if
277        nscd binary is found. It will fail silently if nscd is installed but
278        not running. Thanks to Antti Salmela, Peter Eisentraut and Bastian
279        Blank. (mh) Closes: #327804
280    
281     -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon,  3 Oct 2005 19:14:15 +0000
282    
283    adduser (3.69) experimental; urgency=low
284    
285      * the "please no more bugs from users of shadowless systems"
286        release. (mh) Closes: #327144
287      * versioned depends on passwd >> 1:4.0.12 because of the changed
288        chage exit code (now, 15) in the "shadow passwod not enabled"
289        case. Earlier versions return 3 or even a normal 1 in that case.
290      * shadowless setups do only work with adduser older than 3.64, or
291        with passwd younger than 1:4.0.12.
292      * make clear in 3.68 changelog that Jörg's patches were against adduser
293      * patches by Jörg Hoh:
294        - move common code to AdduserCommon.pm
295        - deluser: use GetOpt instead of manual option parsing
296        - deluser: restructure plausibility checks
297        - deluser: introduce "use strict"
298      * make adduser.conf.5 NAME_REGEX consistent with the code. Thanks to
299        Christoph Ulrich Scholler. Closes: #323395.
300      * show deluser that name_regex is a valid configuration directive.
301        Thanks to Christoph Ulrich Scholler. Closes: #324699.
302      * put new FSF street address in debian/copyright
303    
304     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu,  8 Sep 2005 17:18:18 +0000
305    
306    adduser (3.68) experimental; urgency=low
307    
308      * adduser patches by Jörg Hoh:
309        - use GetOpt instead of manual option parsing
310        - restructure plausibility checks
311        - Comment update
312        - relaxed checking of configuration ("yes" is checked case
313          insensitively now)
314        - explicit return values
315        - reorder command line checks and make them more consistent
316        - add more comments
317    
318     -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon, 15 Aug 2005 20:13:28 +0000
319    
320    adduser (3.67) unstable; urgency=low
321    
322      * Add Arabic (ar) debconf translation. Thanks to Mohammed Adnène
323        Trojette. (mh) Closes: #320756
324      * Update French (fr) manpages, introduce po4a to generate translated
325        manpages. Thanks to Nicolas François. Closes: #321614
326      * add dependency alternative debconf | debconf-2.0 to stop being a
327        cdebconf transition blocker. Thanks to Joey Hess for the heads-up.
328    
329     -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 12 Aug 2005 05:50:03 +0000
330    
331    adduser (3.66) unstable; urgency=low
332    
333      * Fix adduser user group. Thanks to Klaus Ethgen. Closes: #318951
334      * Fix primary group check which was broken due to wrong function name.
335        Thanks to Bastian Kleineidam. Closes: #319043
336      * Fix broken error message on chage non-zero exit code. Thanks to
337        Brian Nelson. Closes: #316089
338      * have get_group_members return a list when callers expect a list.
339        Thanks to Lukasz Czyczylo.
340      * add lintian override: adduser does not need to depend on adduser
341        to use adduser in maintainer scripts.
342    
343     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 28 Jul 2005 05:34:56 +0000
344    
345    adduser (3.65) unstable; urgency=low
346    
347      * do not abort if chage returns exit code 3. This is an indication
348        that password aging cannot be set due to shadow not being enabled.
349        Closes: #316089, #317944.
350      * get_group_members now filters out non-existent users.
351        Closes: #284688, #315071, #315250
352      * Use getpwent to determine whether a to-be-deleted group is primary
353        group for users to enhance compatibility with non-/etc/passwd
354        backends. Closes: #308175
355      * Standards-Version: 3.6.2 (no changes needed)
356    
357     -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 15 Jul 2005 18:03:40 +0000
358    
359    adduser (3.64) unstable; urgency=low
360    
361      * The "bring the svn changes to unstable while not having time to
362        address the other valid bug reports" release.
363      * try Priority: - to avoid override disparities
364      * Updated Norwegian Bokmal debconf templates and program translations.
365        Thanks to Hans Fredrik Nordhaug. (mh) Closes: #298834
366      * Re-generate adduser.pot, fix gettext bugs in deluser. Thanks to
367        Hans Fredrik Nordhaug. (mh)
368      * Now handles /etc/skel correctly even if it is not readable for a
369        normal user. Thanks to Chapko Dimitrij. (mh) Closes: #299489
370      * Zap program synopsis comments from the beginning.
371      * Fix $ error in adduser.conf.5. Thanks to Kevin Ryde.
372        (mh) Closes: #300641
373      * Add Finnish debconf templates. Thanks to Matti Pöllä.
374        (mh) Closes: #303854
375      * Add Vietnamese debconf templates. Thanks to Clytie Siddall.
376        (mh) Closes: #307599
377      * Fix broken --disabled-login --disabled-password handling. Thanks
378        to Tokka Hastrup. (mh) Closes: #302837
379      * Use chage to override login.defs PASS_MAX_DAYS for system accounts.
380        Thanks to Gerhard Schrenk. (mh) Closes: #298883
381      * fix misdocumentation of system user password status.
382        Thanks to Shaul Karl. (mh) Closes: #308881
383      * add ubuntu patch to generate pot file during package build, and
384        fix two s_print/s_printf invocations in deluser.
385        Thanks to Martin Pitt. (mh) Closes: #313517
386    
387     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat, 18 Jun 2005 17:09:56 +0000
388    
389    adduser (3.63) unstable; urgency=low
390    
391      * allow underscores again. Bug in the regexp. Thanks to Steve
392        Langasek.
393    
394     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 04 Mar 2005 06:38:22 +0000
395    
396    adduser (3.62) unstable; urgency=low
397    
398      * Updated Ukrainian program translation. Thanks to
399        Eugeniy Meshcheryakov. (mh) Closes: #294244.
400      * Updated Catalan program translation. Thanks to Orestes Mas.
401        (mh) Closes: #295340.
402    
403     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 17 Feb 2005 06:33:23 +0000
404    
405    adduser (3.61) experimental; urgency=low
406    
407      * make username verification regexp configurable. (mh)
408        Closes: #283110, #287535
409    
410     -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon,  7 Feb 2005 18:37:31 +0000
411    
412    adduser (3.60) experimental; urgency=low
413    
414      * adduser.conf manpage fixes. Thanks to Siward de Groot. (mh)
415        Closes: #268841.
416      * adduser manpage fixes. Thanks to Siward de Groot. (mh)
417        Closes: #268837.
418      * Fix docs wrongly suggesting home dirs created sgid. Thanks to
419        Shaul Karl. (mh) Closes: #286227.
420      * create /etc/skel symlinks with proper uid/gid. Thanks to Deepak
421        Goel. (mh) Closes: #268402.
422      * Apply manpage patch from Nicolas François. Thanks. (mh) Closes: #278937.
423      * Fix manpage typo. Thanks to Jari Aalto. (mh) Closes: #270266.
424      * Fix adduser manpage: Adding an already-existing system user issues
425        a warning. The manpage claims adduser will exit silently. (mh)
426      * Add Basque program and debconf translation. Thanks to Piarres Beobide
427        Egaña. (mh) Closes: #279659.
428      * Add new adduser.local examples directory by John Zaitseff. (mh)
429        Closes: #273010.
430      * Add Italian program translation. Thanks to Luca Monducci. (mh)
431        Closes: #271142.
432      * Add a new config option NO_DEL_PATHS to deluser.conf with a
433        sensible default in the deluser source code. In the default
434        configuration, deluser will not zap any important system directories
435        any more. Thanks to Ernst Kloppenburg and Klaus Ethgen. (mh)
436        Closes: #293559, #271829
437      * deluser will now stop deleting at a mount point. Thanks to Andreas
438        Schmidt. (mh) Closes: #231809
439    
440     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  5 Feb 2005 14:22:20 +0000
441    
442    adduser (3.59) unstable; urgency=low
443    
444      * Updated Danish program translation. Thanks to Morten Brix
445        Pedersen. (mh) Closes: #262336.
446      * Updated Czech program translation. Thanks to Miroslav Kure. (mh)
447        Closes: #261860.
448      * Updated Russian program and debconf translation. Thanks to Yuri
449        Kozlov. (mh)
450      * Updated Ukrainian program and debconf translation. Thanks to
451        Eugeniy Meshcheryakov. (mh) Closes: #261635.
452    
453     -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 30 Jul 2004 18:15:55 +0000
454    
455    adduser (3.58) unstable; urgency=low
456    
457      * fix inconsistent hyphenation in man pages. Thanks to Clint Adams.
458        (mh) Closes: #259000.
459      * Applied patch for German debconf translation by Florian Ernst.
460        (rb) Closes: #261236.
461      * Applied patch for Dutch debconf translation by cobaco.
462        (mh) Closes: #261338.
463      * Applied patch to tidy up the English program translations. Thanks
464        to Adam D. Barratt. A request e-mail to the translators asking them to
465        review the changes to their translation has been sent out.
466        (mh) Closes: #260265.
467      * Updated Catalan translations by Jordi Mallach <jordi@debian.org>.
468    
469     -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon, 26 Jul 2004 21:11:40 +0200
470    
471    adduser (3.57) unstable; urgency=low
472    
473      * Roland Bauerschmidt:
474        * Updated Spanish Debconf translations. Thanks to Carlos Valdivia
475          Yagüe <valyag@dat.etsit.upm.es>. Closes: #251321.
476        * Updated Czech Debconf translations. Thanks to Miroslav Kure
477          <kurem@upcase.inf.upol.cz>. Closes: #251677.
478      * Marc Haber:
479        * Remove XSI:isms from debian/config. Thanks to David Weinehall.
480          Closes: #254776.
481        * Set Maintainer: to the adduser-devel mailing list, Roland is
482          uploader.
483    
484     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 20 Jun 2004 12:14:43 +0000
485    
486    adduser (3.56) unstable; urgency=low
487    
488      * Marc Haber:
489        * Applied patch against pt_BR debconf template translation. Thanks
490          to Adnre Luis Lopes <andrelop@debian.org>. Closes: #251280.
491      * The "Alle Guten Dinge sind Drei" release.
492    
493     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 27 May 2004 20:02:59 +0000
494    
495    adduser (3.55) unstable; urgency=low
496    
497      * Marc Haber:
498        * Applied patch against pt_BR translation. Thanks to Andre Luis
499          Lopes <andrelop@debian.org>. Closes: #251269.
500      * The "why do new translations always come in six hours after the
501        last upload" release.
502    
503     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 27 May 2004 19:23:28 +0000
504    
505    adduser (3.54) unstable; urgency=low
506    
507      * Marc Haber:
508        * Added Italian debconf templates. Thanks to Luca Monducci.
509          Closes: #248007.
510    
511     -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 27 May 2004 13:43:01 +0000
512    
513    adduser (3.53) unstable; urgency=low
514    
515      * Marc Haber:
516        * fix deluser to allow exotic characters like "+" in the version
517          string by quoting VERSION.
518        * Updated Spanish man pages. Thanks to Ruben Porras. Closes: #241087.
519        * Updated French man page for adduser.conf. Thanks to Julien
520          Louis. Closes: #244639.
521        * Updated French debconf templates. Thanks to Christian Perrier.
522          Closes: #241508.
523        * Updated Japanese debconf templates. Thanks to Kenshi Muto.
524          Closes: #241805.
525        * Updated Danish debconf templates. Thanks to Claus Hindsgaul.
526          Closes: #241845.
527        * Updated Ukrainian debconf templates. Thanks to Eugeniy
528          Meshcheryakov. Closes: #241851.
529        * Added Greek debconf templates. Thanks to Konstantinos
530          Margaritis. Closes: #243555.
531        * Updated Danish translations. Thanks to Morten Brix Pedersen.
532          Closes: #243078.
533        * Updated German translations. Thanks to Florian Ernst. Closes:
534          #244091.
535        * rename no.po to nb.po to shut up a warning.
536    
537    
538      * Roland Bauerschmidt:
539        * Updated French translations. Thanks to Christian Perrier.
540          Closes: #242773.
541    
542     -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  8 May 2004 11:08:20 +0000
543    
544  adduser (3.52) unstable; urgency=low  adduser (3.52) unstable; urgency=low
545    
546    * Roland Bauerschmidt:    * Roland Bauerschmidt:
# Line 28  adduser (3.52) unstable; urgency=low Line 571  adduser (3.52) unstable; urgency=low
571        by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>. Closes: #233552.        by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>. Closes: #233552.
572      * Applied patch by Denis Barbier <barbier@debian.org> for most translation      * Applied patch by Denis Barbier <barbier@debian.org> for most translation
573        related changes. Thanks a lot for the help. Closes: #236494.        related changes. Thanks a lot for the help. Closes: #236494.
574    
575    * Marc Haber:    * Marc Haber:
576      * add myself to Uploaders: and debian/copyright.      * add myself to Uploaders: and debian/copyright.
577      * modify changelog to see who did which change.      * modify changelog to see who did which change.
# Line 56  adduser (3.52) unstable; urgency=low Line 600  adduser (3.52) unstable; urgency=low
600      * fix german debconf template.      * fix german debconf template.
601      * capitalize default choice N in correctness prompt of code and      * capitalize default choice N in correctness prompt of code and
602        po files. Thanks to Justin B Rye. Closes: #238807.        po files. Thanks to Justin B Rye. Closes: #238807.
603        * Add turkish po-debconf translation. Thanks to Recai Oktas.
604          Closes: #239140.
605        * Include alioth link and mailing list to package description.
606        * add --backup-to parameter to deluser. Closes: #138618.
607        * Include updated Swedish translation of debconf template. Thanks
608          to André Dahlqvist. Closes: #238923.
609        * recode changelog to utf-8.
610        * honor setgid_home for directories in /etc/skel. Thanks to Jeff
611          Tranter. Closes: #158370.
612        * use temporary file for backup file list. Thanks to Christoph
613          Ulrich Scholler. Closes: #230364. Closes: #230360.
614        * hand down --quiet and --debug settings to adduser.local. Thanks
615          to Karl M. Hegbloom. Closes: #240103. Closes: #156013.
616        * Standards-Version: 3.6.1
617    
618   -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 25 Mar 2004 13:36:57 +0100   -- Roland Bauerschmidt <rb@debian.org>  Sun, 28 Mar 2004 17:57:26 +0200
619    
620  adduser (3.51) unstable; urgency=low  adduser (3.51) unstable; urgency=low
621    
# Line 474  adduser (3.13) unstable; urgency=low Line 1032  adduser (3.13) unstable; urgency=low
1032    * Added Brazilian translation for adduser (closes: #53912), thanks to    * Added Brazilian translation for adduser (closes: #53912), thanks to
1033      Cesar Eduardo Barros <cesarb@web4u.com.br>      Cesar Eduardo Barros <cesarb@web4u.com.br>
1034    * Added Spanish translation for adduser and deluser (closes: #44902),    * Added Spanish translation for adduser and deluser (closes: #44902),
1035      thanks to Nicolás Lichtmaier <nick@debian.org>      thanks to Nicolás Lichtmaier <nick@debian.org>
1036    * Added Korean translation for adduser (closes: #46836), thanks to    * Added Korean translation for adduser (closes: #46836), thanks to
1037      Changwoo Ryu <cwryu@adam.kaist.ac.kr>      Changwoo Ryu <cwryu@adam.kaist.ac.kr>
1038    * Worked patch from #52048 into adduser (closes: #52048)    * Worked patch from #52048 into adduser (closes: #52048)

Legend:
Removed from v.122  
changed lines
  Added in v.545

  ViewVC Help
Powered by ViewVC 1.1.5