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

Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 465 - (show annotations) (download)
Sun Feb 5 18:14:02 2006 UTC (7 years, 3 months ago) by zugschlus
File size: 48724 byte(s)
prepare release
1 adduser (3.82) unstable; urgency=low
2
3 * Don't assume that gid can be equal to the uid.
4 Thanks to Junichi Uekawa. (jh) Closes: #351480
5
6 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 5 Feb 2006 18:12:43 +0000
7
8 adduser (3.81) unstable; urgency=low
9
10 [ Marc Haber ]
11 * fix swedish manpage addendum thanks to Thomas Huriaux.
12 * Update Swedish (sv) manpage translation, again from Daniel Nylander.
13 * Update French (fr) program translation.
14 Thanks to Aurelien Ricard. (mh) Closes: #341264
15
16 [ Joerg Hoh ]
17 * (nearly) all output should now use gettext
18 * deluser now removes also user crontabs
19 * added only-if-empty parameter to delgroup.conf (Closes: #347717)
20 * improved search for new uid/gid (thanks to Karl Rink) (Closes: #119597)
21
22 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 4 Feb 2006 11:57:27 +0000
23
24 adduser (3.80) unstable; urgency=low
25
26 * Update Dutch (nl) program translation.
27 Thanks to Rob Snelders. (mh) Closes: #339875
28 * Fix typo in adduser man page and translations.
29 Thanks to A Costa. (mh) Closes: #340343
30 * Make Polish (pl) man pages actually included.
31 Update Polish (pl) program and manpage translation.
32 Thanks to Robert Luberda. (mh) Closes: #340327
33 * New Swedish (sv) program translation.
34 Thanks to Daniel Nylander. (mh) Closes: #340669
35 * New Swedish (sv) manpage translation, also from Daniel.
36 * Add addendum.template to aid manpage translators. Thanks to
37 Thomas Huriaux.
38 * Fix two typos in french manpage translator addenda. Thanks to
39 Thomas Huriaux.
40
41 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 29 Nov 2005 14:07:10 +0000
42
43 adduser (3.79) unstable; urgency=low
44
45 * Fix shadowless systems _again_.
46 Thanks to Matt Zimmerman. (mh) Closes: #339686
47 * remove double values from adduser.conf. (mh)
48 * Allow underscores in adduser.conf variable names.
49 Thanks to David Bishop and Edward J. Shornock. (mh) Closes: #339670
50
51 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 18 Nov 2005 17:29:46 +0000
52
53 adduser (3.78) unstable; urgency=low
54
55 [ Marc Haber ]
56 * Changes suggested by Denis Barbier
57 * po/Makefile: move -c down from xgettext definition to the actual call
58 * po/Makefile: Use a SOURCES variable. The old version caused
59 strings from deluser to be discarded.
60 * deluser: make generation of copyright message more translation
61 friendly
62 * hack gtx wrapper to not only export the first string into the
63 POT file.
64 * Add Brazilian Portuguese (pt_BR) manpage translation. Thanks to
65 Felipe Augusto van de Wiel. (mh)
66 * Add Portuguese (pt) debconf translation by Miguel Figueiredo and
67 Marco Ferra. (mh) Close: #336332
68 * Update French (fr) manpage translation. Thanks to
69 Thomas Huriaux. (mh) Closes: #336200
70 * Update Russian (ru) manpage, program and debconf template translation.
71 Thanks to Yuri Kozlov. (mh) Closes: #337080
72 * Fix typo in deluser.conf.5, hopefully without fuzzying
73 translations. Thanks to Felipe Augusto van de Wiel and to Thomas
74 Huriaux. (mh)
75 * remove wrong pt_PT manpage translation. (mh)
76 * Polish (pl) translation work by Robert Luberda. (mh) Closes: #335926
77 * initial man page translation
78 * updated translation of program
79 * updated translation of debconf templates
80 * debian/control: replace manpages-pl
81 * debian/rules + doc/po4a/po4a.conf: add support for Polish man pages
82 * debian/scripts/install_manpages: fail if the man file can't be
83 created
84 * debian/rules: correct man pages location for es and ru translations.
85
86 [ Joerg Hoh ]
87 * stricter checking on variables in configuration files (inspired by
88 #130751)
89 * documented --debug in adduser.8
90 * streamlined verbosity code, replaced calls to system() with systemcall()
91 (Closes: #336841), also changed the definition of the environment
92 variable VERBOSE; DEBUG is deprecated now (but still defined).
93
94 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 16 Nov 2005 13:26:03 +0000
95
96 adduser (3.77) unstable; urgency=low
97
98 [ Marc Haber ]
99 * call make -C po update clean in debian/rules clean.
100 Thanks to Eduard Bloch. (mh)
101 * invoke debconf-updatepo and po4a in clean target.
102 Thanks to Thomas Huriaux. (mh)
103
104 [ Joerg Hoh ]
105 * fixed bug in deluser which made not specified parameters valid
106 * backup files for users have a mask of 600 and ownership is set to root
107 only (Closes: #331720)
108
109 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 23 Oct 2005 18:41:21 +0000
110
111 adduser (3.76) experimental; urgency=low
112
113 * use xgettext -kgtx instead of -k_ to de-confuse xgettext
114
115 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 22 Oct 2005 19:11:54 +0000
116
117 adduser (3.75) experimental; urgency=low
118
119 * apply patch from Thomas Huriaux to re-work manpage generation:
120 * remove doc/*.es_ES
121 * remove doc/outdated/
122 * create and populate doc/po4a/po
123 * add the addenda to doc/po4a directory
124 * modify the doc/po4a.conf file.
125 * adapt debian/rules
126 (mh) Closes: #335196.
127 * Changes suggested by Denis Barbier
128 * use YESEXPR in the yes/no question to help with non-english
129 languages
130 * call xgettext -c in po/Makefile
131 * Eliminate concatenated msgids building full sentences.
132 (mh) This hopefully solves #224301.
133 * Minor string changes. (mh)
134
135 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 22 Oct 2005 19:02:52 +0000
136
137 adduser (3.74) unstable; urgency=low
138
139 * Update German (de) debconf translation.
140 Thanks to Daniel Knabl. (mh) Closes: #326136
141 * Fix wrong bug number in 3.72 changelog regarding #333384.
142
143 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 20 Oct 2005 16:03:59 +0000
144
145 adduser (3.73) unstable; urgency=low
146
147 * make adduser consistent with documentation again. The option is
148 --disabled-password, not --disabled-passwd or --disabled_password.
149 Thanks to Colin Watson. (mh) Closes: #332815
150
151 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 19 Oct 2005 16:47:13 +0000
152
153 adduser (3.72) unstable; urgency=low
154
155 * add adduser.pot to SVN
156 * Update French (fr) program translation.
157 Thanks to Christian Perrier. (mh) Closes: #333384
158 * Created some shell scripts which are trying to act as a testsuite (jh)
159 * correct wrong "user UID" for system groups in manpage, reference
160 Debian Policy 9.2.2. Thanks to Faheem Mitha. (mh) Closes: #334315
161 * fix $verbose handling. (mh)
162 * global rename _ to gtx to un-break File::Find. (mh)
163 * internal change to config hash handling. (mh)
164 * remove double definition of get_users_groups. (mh)
165 * fix error message in addusertogroup. (mh)
166
167 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 18 Oct 2005 18:25:53 +0000
168
169 adduser (3.71) experimental; urgency=low
170
171 * Another small patch to po/Makefile to ease translation. Thanks,
172 again, to Thomas Huriaux.
173 * Allow delgroup user group. Thanks to Dan Jacobson. (mh) Closes: #176362
174 * Fix --disabled-passwd and --disabled-login. (mh) Closes: #332815
175 * Change create_homedir parameter processing. (jh)
176
177 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 8 Oct 2005 18:38:09 +0000
178
179 adduser (3.70) experimental; urgency=low
180
181 * The "Long Live Jörg" Release. Thanks for your tremendous help!
182 * Update Swedish (sv) debconf translation. Thanks to Daniel Nylander
183 and André Dahlqvist. (mh) Closes: #330258
184 * patches by Jörg Hoh:
185 - move common code regarding parameter and config file parsing to
186 AdduserCommon.pm
187 - put creation of home directory in a function
188 * Streamlining of print(f)/die(f) statements regarding quoting,
189 parenthesis and spaces. (mh/jh)
190 * Clarify error message if system group to be added does already
191 exist as a non-system group.
192 Thanks to Peter Eisentraut. (mh) Closes: #326192
193 * Move package from base to admin to clear up override disparity. (mh)
194 * patch po/Makefile to be nicer to translators.
195 Thanks to Thomas Huriaux. (mh) Closes: #331392
196 * Don't mess with nscd's pid file any more, just invalidate caches if
197 nscd binary is found. It will fail silently if nscd is installed but
198 not running. Thanks to Antti Salmela, Peter Eisentraut and Bastian
199 Blank. (mh) Closes: #327804
200
201 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 3 Oct 2005 19:14:15 +0000
202
203 adduser (3.69) experimental; urgency=low
204
205 * the "please no more bugs from users of shadowless systems"
206 release. (mh) Closes: #327144
207 * versioned depends on passwd >> 1:4.0.12 because of the changed
208 chage exit code (now, 15) in the "shadow passwod not enabled"
209 case. Earlier versions return 3 or even a normal 1 in that case.
210 * shadowless setups do only work with adduser older than 3.64, or
211 with passwd younger than 1:4.0.12.
212 * make clear in 3.68 changelog that Jörg's patches were against adduser
213 * patches by Jörg Hoh:
214 - move common code to AdduserCommon.pm
215 - deluser: use GetOpt instead of manual option parsing
216 - deluser: restructure plausibility checks
217 - deluser: introduce "use strict"
218 * make adduser.conf.5 NAME_REGEX consistent with the code. Thanks to
219 Christoph Ulrich Scholler. Closes: #323395.
220 * show deluser that name_regex is a valid configuration directive.
221 Thanks to Christoph Ulrich Scholler. Closes: #324699.
222 * put new FSF street address in debian/copyright
223
224 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 8 Sep 2005 17:18:18 +0000
225
226 adduser (3.68) experimental; urgency=low
227
228 * adduser patches by Jörg Hoh:
229 - use GetOpt instead of manual option parsing
230 - restructure plausibility checks
231 - Comment update
232 - relaxed checking of configuration ("yes" is checked case
233 insensitively now)
234 - explicit return values
235 - reorder command line checks and make them more consistent
236 - add more comments
237
238 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 15 Aug 2005 20:13:28 +0000
239
240 adduser (3.67) unstable; urgency=low
241
242 * Add Arabic (ar) debconf translation. Thanks to Mohammed Adnène
243 Trojette. (mh) Closes: #320756
244 * Update French (fr) manpages, introduce po4a to generate translated
245 manpages. Thanks to Nicolas François. Closes: #321614
246 * add dependency alternative debconf | debconf-2.0 to stop being a
247 cdebconf transition blocker. Thanks to Joey Hess for the heads-up.
248
249 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 12 Aug 2005 05:50:03 +0000
250
251 adduser (3.66) unstable; urgency=low
252
253 * Fix adduser user group. Thanks to Klaus Ethgen. Closes: #318951
254 * Fix primary group check which was broken due to wrong function name.
255 Thanks to Bastian Kleineidam. Closes: #319043
256 * Fix broken error message on chage non-zero exit code. Thanks to
257 Brian Nelson. Closes: #316089
258 * have get_group_members return a list when callers expect a list.
259 Thanks to Lukasz Czyczylo.
260 * add lintian override: adduser does not need to depend on adduser
261 to use adduser in maintainer scripts.
262
263 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 28 Jul 2005 05:34:56 +0000
264
265 adduser (3.65) unstable; urgency=low
266
267 * do not abort if chage returns exit code 3. This is an indication
268 that password aging cannot be set due to shadow not being enabled.
269 Closes: #316089, #317944.
270 * get_group_members now filters out non-existent users.
271 Closes: #284688, #315071, #315250
272 * Use getpwent to determine whether a to-be-deleted group is primary
273 group for users to enhance compatibility with non-/etc/passwd
274 backends. Closes: #308175
275 * Standards-Version: 3.6.2 (no changes needed)
276
277 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 15 Jul 2005 18:03:40 +0000
278
279 adduser (3.64) unstable; urgency=low
280
281 * The "bring the svn changes to unstable while not having time to
282 address the other valid bug reports" release.
283 * try Priority: - to avoid override disparities
284 * Updated Norwegian Bokmal debconf templates and program translations.
285 Thanks to Hans Fredrik Nordhaug. (mh) Closes: #298834
286 * Re-generate adduser.pot, fix gettext bugs in deluser. Thanks to
287 Hans Fredrik Nordhaug. (mh)
288 * Now handles /etc/skel correctly even if it is not readable for a
289 normal user. Thanks to Chapko Dimitrij. (mh) Closes: #299489
290 * Zap program synopsis comments from the beginning.
291 * Fix $ error in adduser.conf.5. Thanks to Kevin Ryde.
292 (mh) Closes: #300641
293 * Add Finnish debconf templates. Thanks to Matti Pöllä.
294 (mh) Closes: #303854
295 * Add Vietnamese debconf templates. Thanks to Clytie Siddall.
296 (mh) Closes: #307599
297 * Fix broken --disabled-login --disabled-password handling. Thanks
298 to Tokka Hastrup. (mh) Closes: #302837
299 * Use chage to override login.defs PASS_MAX_DAYS for system accounts.
300 Thanks to Gerhard Schrenk. (mh) Closes: #298883
301 * fix misdocumentation of system user password status.
302 Thanks to Shaul Karl. (mh) Closes: #308881
303 * add ubuntu patch to generate pot file during package build, and
304 fix two s_print/s_printf invocations in deluser.
305 Thanks to Martin Pitt. (mh) Closes: #313517
306
307 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 18 Jun 2005 17:09:56 +0000
308
309 adduser (3.63) unstable; urgency=low
310
311 * allow underscores again. Bug in the regexp. Thanks to Steve
312 Langasek.
313
314 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 04 Mar 2005 06:38:22 +0000
315
316 adduser (3.62) unstable; urgency=low
317
318 * Updated Ukrainian program translation. Thanks to
319 Eugeniy Meshcheryakov. (mh) Closes: #294244.
320 * Updated Catalan program translation. Thanks to Orestes Mas.
321 (mh) Closes: #295340.
322
323 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 17 Feb 2005 06:33:23 +0000
324
325 adduser (3.61) experimental; urgency=low
326
327 * make username verification regexp configurable. (mh)
328 Closes: #283110, #287535
329
330 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 7 Feb 2005 18:37:31 +0000
331
332 adduser (3.60) experimental; urgency=low
333
334 * adduser.conf manpage fixes. Thanks to Siward de Groot. (mh)
335 Closes: #268841.
336 * adduser manpage fixes. Thanks to Siward de Groot. (mh)
337 Closes: #268837.
338 * Fix docs wrongly suggesting home dirs created sgid. Thanks to
339 Shaul Karl. (mh) Closes: #286227.
340 * create /etc/skel symlinks with proper uid/gid. Thanks to Deepak
341 Goel. (mh) Closes: #268402.
342 * Apply manpage patch from Nicolas François. Thanks. (mh) Closes: #278937.
343 * Fix manpage typo. Thanks to Jari Aalto. (mh) Closes: #270266.
344 * Fix adduser manpage: Adding an already-existing system user issues
345 a warning. The manpage claims adduser will exit silently. (mh)
346 * Add Basque program and debconf translation. Thanks to Piarres Beobide
347 Egaña. (mh) Closes: #279659.
348 * Add new adduser.local examples directory by John Zaitseff. (mh)
349 Closes: #273010.
350 * Add Italian program translation. Thanks to Luca Monducci. (mh)
351 Closes: #271142.
352 * Add a new config option NO_DEL_PATHS to deluser.conf with a
353 sensible default in the deluser source code. In the default
354 configuration, deluser will not zap any important system directories
355 any more. Thanks to Ernst Kloppenburg and Klaus Ethgen. (mh)
356 Closes: #293559, #271829
357 * deluser will now stop deleting at a mount point. Thanks to Andreas
358 Schmidt. (mh) Closes: #231809
359
360 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 5 Feb 2005 14:22:20 +0000
361
362 adduser (3.59) unstable; urgency=low
363
364 * Updated Danish program translation. Thanks to Morten Brix
365 Pedersen. (mh) Closes: #262336.
366 * Updated Czech program translation. Thanks to Miroslav Kure. (mh)
367 Closes: #261860.
368 * Updated Russian program and debconf translation. Thanks to Yuri
369 Kozlov. (mh)
370 * Updated Ukrainian program and debconf translation. Thanks to
371 Eugeniy Meshcheryakov. (mh) Closes: #261635.
372
373 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 30 Jul 2004 18:15:55 +0000
374
375 adduser (3.58) unstable; urgency=low
376
377 * fix inconsistent hyphenation in man pages. Thanks to Clint Adams.
378 (mh) Closes: #259000.
379 * Applied patch for German debconf translation by Florian Ernst.
380 (rb) Closes: #261236.
381 * Applied patch for Dutch debconf translation by cobaco.
382 (mh) Closes: #261338.
383 * Applied patch to tidy up the English program translations. Thanks
384 to Adam D. Barratt. A request e-mail to the translators asking them to
385 review the changes to their translation has been sent out.
386 (mh) Closes: #260265.
387 * Updated Catalan translations by Jordi Mallach <jordi@debian.org>.
388
389 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 26 Jul 2004 21:11:40 +0200
390
391 adduser (3.57) unstable; urgency=low
392
393 * Roland Bauerschmidt:
394 * Updated Spanish Debconf translations. Thanks to Carlos Valdivia
395 Yagüe <valyag@dat.etsit.upm.es>. Closes: #251321.
396 * Updated Czech Debconf translations. Thanks to Miroslav Kure
397 <kurem@upcase.inf.upol.cz>. Closes: #251677.
398 * Marc Haber:
399 * Remove XSI:isms from debian/config. Thanks to David Weinehall.
400 Closes: #254776.
401 * Set Maintainer: to the adduser-devel mailing list, Roland is
402 uploader.
403
404 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 20 Jun 2004 12:14:43 +0000
405
406 adduser (3.56) unstable; urgency=low
407
408 * Marc Haber:
409 * Applied patch against pt_BR debconf template translation. Thanks
410 to Adnre Luis Lopes <andrelop@debian.org>. Closes: #251280.
411 * The "Alle Guten Dinge sind Drei" release.
412
413 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 27 May 2004 20:02:59 +0000
414
415 adduser (3.55) unstable; urgency=low
416
417 * Marc Haber:
418 * Applied patch against pt_BR translation. Thanks to Andre Luis
419 Lopes <andrelop@debian.org>. Closes: #251269.
420 * The "why do new translations always come in six hours after the
421 last upload" release.
422
423 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 27 May 2004 19:23:28 +0000
424
425 adduser (3.54) unstable; urgency=low
426
427 * Marc Haber:
428 * Added Italian debconf templates. Thanks to Luca Monducci.
429 Closes: #248007.
430
431 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 27 May 2004 13:43:01 +0000
432
433 adduser (3.53) unstable; urgency=low
434
435 * Marc Haber:
436 * fix deluser to allow exotic characters like "+" in the version
437 string by quoting VERSION.
438 * Updated Spanish man pages. Thanks to Ruben Porras. Closes: #241087.
439 * Updated French man page for adduser.conf. Thanks to Julien
440 Louis. Closes: #244639.
441 * Updated French debconf templates. Thanks to Christian Perrier.
442 Closes: #241508.
443 * Updated Japanese debconf templates. Thanks to Kenshi Muto.
444 Closes: #241805.
445 * Updated Danish debconf templates. Thanks to Claus Hindsgaul.
446 Closes: #241845.
447 * Updated Ukrainian debconf templates. Thanks to Eugeniy
448 Meshcheryakov. Closes: #241851.
449 * Added Greek debconf templates. Thanks to Konstantinos
450 Margaritis. Closes: #243555.
451 * Updated Danish translations. Thanks to Morten Brix Pedersen.
452 Closes: #243078.
453 * Updated German translations. Thanks to Florian Ernst. Closes:
454 #244091.
455 * rename no.po to nb.po to shut up a warning.
456
457
458 * Roland Bauerschmidt:
459 * Updated French translations. Thanks to Christian Perrier.
460 Closes: #242773.
461
462 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 8 May 2004 11:08:20 +0000
463
464 adduser (3.52) unstable; urgency=low
465
466 * Roland Bauerschmidt:
467 * Removed junk from po/nb.po.
468 * Updated Brazilian Portuguese translation of the Debconf
469 templates by Andre Luis Lopes <andrelop@debian.org>.
470 Closes: #207944.
471 * Updated Catalan translations by Jordi Mallach <jordi@debian.org>
472 Closes: #190631.
473 * Updated Dutch translation of the Debconf templates by
474 cobaco@linux.be. Closes: #215364.
475 * Fixed POT file generation, patch provided by Eugeniy Meshcheryakov
476 <eugen@univ.kiev.ua>. Closes: #233285.
477 The "-L Perl" is added to xgettext, which imposes a versioned
478 dependency on gettext >= 0.13.
479 * Updated Swedish translation of the Debconf templates by
480 Leonard Norrgard <vinsci@refactor.fi>. Closes: #230381.
481 * Fixed a typo in Spanish translation, reported by Jesus Roncero
482 <jesus@roncero.org>. Closes: #223828.
483 * Updated Danish translation by Morten Brix Pedersen <morten@wtf.dk>.
484 Closes: #216420.
485 * Added Simplified Chinese translations, both for programs and
486 Debconf templates, by Carlos Z.F. Liu <carlos_liu@yahoo.com>.
487 Closes: #230651.
488 * Added Czech translations, both for programs and Debconf templates, by
489 Miroslav Kure <kurem@upcase.inf.upol.cz>. Closes: #232062.
490 * Added Ukranian translations, both for programs and Debconf templates,
491 by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>. Closes: #233552.
492 * Applied patch by Denis Barbier <barbier@debian.org> for most translation
493 related changes. Thanks a lot for the help. Closes: #236494.
494
495 * Marc Haber:
496 * add myself to Uploaders: and debian/copyright.
497 * modify changelog to see who did which change.
498 * fix adduser.8 to correctly document adduser --system --group.
499 Renamed translated adduser.8 man pages after discussion on
500 #debian-devel. Closes: #239236. Closes: #219438.
501 * addgroup --system does no longer fail if system group already
502 exists. Closes: #239238.
503 * adduser now gives clearer error messages when user/group to be
504 created as system user/group already exists as non-system.
505 Thanks to Henrique de Moraes Holschuh. Closes: #143738.
506 * add --system option to deluser. Adapt man pages. Rename
507 translated man pages. Closes: #239261.
508 * add --home option to deluser. Adapt man page. Closes: #239376
509 * adapt deluser's systemcall() to honor --debug
510 * add --only-if-empty switch to delgroup. Adapt man page.
511 Closes: #239579
512 * delgroup will of course delete non-system groups, contrary to
513 comments and docs. Fix comments and docs
514 * Improve warnings regarding --no-create-home. Thanks to Chris
515 Halls. Closes: #141016.
516 * deluser: Check for existing $pw_homedir before find to avoid
517 warning if home dir not present.
518 * fix debconf UI reference in templates. Thanks to Joey Hess.
519 Closes: #215025.
520 * fix german debconf template.
521 * capitalize default choice N in correctness prompt of code and
522 po files. Thanks to Justin B Rye. Closes: #238807.
523 * Add turkish po-debconf translation. Thanks to Recai Oktas.
524 Closes: #239140.
525 * Include alioth link and mailing list to package description.
526 * add --backup-to parameter to deluser. Closes: #138618.
527 * Include updated Swedish translation of debconf template. Thanks
528 to André Dahlqvist. Closes: #238923.
529 * recode changelog to utf-8.
530 * honor setgid_home for directories in /etc/skel. Thanks to Jeff
531 Tranter. Closes: #158370.
532 * use temporary file for backup file list. Thanks to Christoph
533 Ulrich Scholler. Closes: #230364. Closes: #230360.
534 * hand down --quiet and --debug settings to adduser.local. Thanks
535 to Karl M. Hegbloom. Closes: #240103. Closes: #156013.
536 * Standards-Version: 3.6.1
537
538 -- Roland Bauerschmidt <rb@debian.org> Sun, 28 Mar 2004 17:57:26 +0200
539
540 adduser (3.51) unstable; urgency=low
541
542 * Switched to po-debconf. Thanks to Christian Perrier
543 <bubulle@debian.org> for the patch! Closes: #198021.
544 * Include the Norwegian (bokmaal) translation by Geir Helland
545 <debian@marked.no>. Closes: #196981.
546 * Include the Brazilian Portuguese translations of the
547 manpages by Philipe Gaspar <philipegaspar@terra.com.br>.
548 Closes: #194375.
549 * Include the Spanish manpages by Ruben Porras
550 <nahoo82@telefonica.net>. Closes: #195437.
551 * Remove duplicate word in adduser.conf.5. Closes: #191863.
552
553 -- Roland Bauerschmidt <rb@debian.org> Thu, 28 Aug 2003 20:59:52 +0200
554
555 adduser (3.50) unstable; urgency=low
556
557 * Move /usr/share/doc/adduser/examples/adduser.conf to
558 /usr/share/adduser/adduser.conf. Closes: #189758, #167696.
559 * Fixed documentation as regards creating system resp. user
560 groups. Closes: #168913.
561
562 -- Roland Bauerschmidt <rb@debian.org> Sun, 20 Apr 2003 15:01:47 +0200
563
564 adduser (3.49) unstable; urgency=low
565
566 * Updated Standards-Version.
567 * Don't create /usr/doc symlink.
568 * Added Danish translation of the po file. Closes: #122670.
569 * Updated French translation of the Debconf template. Closes: #132381.
570 * Updated Russion translation of the po file. Closes: #121098.
571 * Added Catalan translation of the po file. Closes: #171800.
572 * Added French translation of adduser.conf manpage. Closes: #166084.
573
574 -- Roland Bauerschmidt <rb@debian.org> Tue, 24 Dec 2002 11:46:46 +0100
575
576 adduser (3.48) unstable; urgency=low
577
578 * Applied patch from Dagfinn Ilmari to honor --system when adding groups.
579 Closes: #149765.
580 * Use full paths of shadow tools. Closes: #154799.
581 * Fixed bad entry in debian/templates.
582
583 -- Roland Bauerschmidt <rb@debian.org> Fri, 30 Aug 2002 21:55:43 +0200
584
585 adduser (3.47) woody-proposed-updates unstable; urgency=medium
586
587 * Really added Japanese debconf-templates. Sorry for that. Closes: #137291.
588 * deluser: eval for File::Find to catch errors if perl-modules isn't
589 installed. Closes: #136291.
590 * Updated German po file.
591 * Switched to use warnings; (rather than perl -w).
592
593 -- Roland Bauerschmidt <rb@debian.org> Sun, 24 Mar 2002 17:11:53 +0100
594
595 adduser (3.46) woody-proposed-updates unstable; urgency=low
596
597 * generate md5sums.
598 * Corrected typo in adduser.8. Closes: #135444.
599 * Updated Japanese po-file. Closes: #137291, #137390.
600 * Fixed wording in adduser.8. Closes: #130252.
601
602 -- Roland Bauerschmidt <rb@debian.org> Fri, 22 Mar 2002 15:06:15 +0100
603
604 adduser (3.45) woody-proposed-updates unstable; urgency=HIGH
605
606 * Uploading to woody-proposed-updates as since version 3.42 some
607 fixes were made I really want to get have in woody. They are quite
608 unlikely to break stuff.
609
610 -- Roland Bauerschmidt <rb@debian.org> Sat, 15 Dec 2001 15:46:15 +0100
611
612 adduser (3.44) unstable; urgency=HIGH
613
614 * Quote $RET in debian/postinst. This seems to fix errors when
615 upgrading. Closes: #122606.
616
617 -- Roland Bauerschmidt <rb@debian.org> Wed, 5 Dec 2001 23:13:54 +0100
618
619 adduser (3.43) unstable; urgency=low
620
621 * get ready for the freeze
622 * Fixed malformated line in the description and rephrased some parts.
623 Closes: #114932. Also changed 'gecos' to 'GECOS field' as discussed
624 on -devel.
625 * Updated adduser.8 that dashes in usernames are valid without
626 --force-badname as well. Closes: #116118
627 * Made --firstuid and --lastuid work without usergroups as well. Oops.
628 Closes: #118720.
629 * Updated Russion Debconf template. Closes: #112651.
630 * Changed Build-Depends to Build-Depends-Indep.
631
632 -- Roland Bauerschmidt <rb@debian.org> Thu, 29 Nov 2001 14:25:33 +0100
633
634 adduser (3.42) unstable; urgency=low
635
636 * If --no-create-home is specified, adduser doesn't warn about an
637 existing home directory anymore.
638 * Also fixed some stupid mistake so that the verbose information that
639 a system user already exists is printed probably. Closes: #112477.
640 * Fixed broken reference to /usr/share/common-licenses/GPL in
641 debian/copyright.
642 * Removed emacs stuff from debian/changelog.
643 * It should possible to translate [y/n] now. Updated
644 Brazilian/Portuguese and German translations for this. Closes: #108919.
645 * Added Dutch translation of the .po file. Closes: #111305.
646 * Updated debian/control to represent the change in the overrides file
647 from priority standard to important.
648
649 -- Roland Bauerschmidt <rb@debian.org> Mon, 17 Sep 2001 15:15:02 +0200
650
651 adduser (3.41) unstable; urgency=low
652
653 * Home directories should be removed properly now. Before @dirs is
654 processed, it is first sorted in reverse order to ensure and
655 sub directories are process before their parent directories.
656 Closes: #102929.
657 * Don't copy *.dpkg-* files from skel. Closes: #105453.
658 * Fixed Polish Debconf templates file. Closes: #107764.
659 * There won't be much more new development except bugfixes in the
660 current adduser version since I'm working on a rewrite with a more
661 flexible design.
662
663 -- Roland Bauerschmidt <rb@debian.org> Sat, 11 Aug 2001 11:08:14 +0200
664
665 adduser (3.40) unstable; urgency=low
666
667 * Added Polish translation of Debconf templates files and .po file.
668 Closes: #103037, #103305.
669 * #102929 is unfortunately not fixed yet. I'll work on that when I'm
670 back from vacation.
671
672 -- Roland Bauerschmidt <rb@debian.org> Thu, 12 Jul 2001 15:15:39 +0200
673
674 adduser (3.39) unstable; urgency=medium
675
676 * Last upload was rejected because of broken dpkg-dev, and since
677 I don't have my key here at LSM, this package is uploaded by
678 Martin Michlmayr...
679 * Debconf stuff and /etc/adduser.conf is purged in postrm if the
680 package is purged. Closes: #101811.
681 * Fixed typo (NISERVER instead of NISCONFIG) in AdduserCommon.pm.
682 Closes: #101900.
683 * adduser.conf is only modified if the value entered through debconf
684 actually changed from the current value in adduser.conf.
685 Closes: #101027.
686 * Added Danisch translation of Debconf templates file.
687 Closes: #100285.
688 * Fixed typo in adduser.8. Closes: #103085.
689
690 -- Roland Bauerschmidt <rb@debian.org> Tue, 3 Jul 2001 14:06:47 +0200
691
692 adduser (3.38) unstable; urgency=low
693
694 * Added Korean translation of Debconf templates files and updated
695 .po file. Closes: #100648.
696
697 -- Roland Bauerschmidt <rb@debian.org> Thu, 14 Jun 2001 11:02:53 +0200
698
699 adduser (3.37) unstable; urgency=medium
700
701 * -h now does the same as --help. Closes: #98789.
702 * make -C /var/yp is only called if adduser is run on a NIS server.
703 Thanks to Herbert Xu and Miquel van Smoorenburg for their helpful
704 tips on how to check this most reliable. Currently this is done
705 everytime invalidate_nscd() is called which probably doesn't
706 improve the performance a lot. :-/ I couldn't figure out if there
707 are static variable (like in the C function scope), and using a
708 global variable is not optimal either. We have too much of that old
709 cruft anyway which should be cleaned up. Should be improved later.
710 Closes: #97981.
711
712 -- Roland Bauerschmidt <rb@debian.org> Sun, 27 May 2001 20:34:00 -0500
713
714 adduser (3.36) unstable; urgency=medium
715
716 * The "I hope it resolves NIS issues" release
717 * make -C /var/yp is called when invalidating nscd cache. Thanks to
718 Juergen Fischer for testing. Closes: #22412
719 * Included example adduser.local script from John Zaitseff.
720 Closes: #94245
721
722 -- Roland Bauerschmidt <rb@debian.org> Wed, 9 May 2001 16:28:02 -0500
723
724 adduser (3.35) unstable; urgency=low
725
726 * Removed unnecessary dependency on perl since perl-base should be
727 sufficient. Thanks to Joey Hess for pointing that out. I suspect
728 we need a versioned dependency on perl-base though since older
729 perl versions don't look in /usr/share/perl5.
730 * Updated usage text for --shell and --disabled-login options.
731
732 -- Roland Bauerschmidt <rb@debian.org> Sun, 6 May 2001 16:16:06 -0500
733
734 adduser (3.34) unstable; urgency=low
735
736 * Temporary fix for French translation to display [y/n] instead of
737 [o/n] when asking if chfn information is correct since the yes
738 thing is hard-coded at the moment. At the moment the best solution
739 I can think of would be having a "yes" and "no" in the .po files
740 and grabbing the first letter to generate [o/n] for French e.g.
741 Closes: #87596.
742 * Added Romanian translation of Debconf translates. Closes: #93601.
743 * Added a sentence to Debconf template homedir-permission that it
744 only affects users added later, and syncronised the German template
745 for this change. Closes: #88292.
746 * Adduser now understands --shell to override the login shell specified
747 in the configuration file. adduser.8 is updated, too.
748 * Added new options --disabled-login which does what
749 --disabled-password previously did. --disabled-password not sets the
750 password to '*' in the shadow file and thus logins via SSH RSA keys
751 e.g. are still possible. Closes: #77817.
752 * Got rid of bashism in debian/rules
753
754 -- Roland Bauerschmidt <rb@debian.org> Thu, 3 May 2001 19:39:18 -0500
755
756 adduser (3.33) unstable; urgency=low
757
758 * Added Dutch translation of Debconf templates. Closes: #83535.
759 * Added Brazilian-Portuguese translation of Debconf templates.
760 Closes: #89441.
761 * Removed doc/Makefile which shouldn't have been there. Argh.
762 * Added some code to build the manpage hierarchive including
763 localised manpages automatically.
764
765 -- Roland Bauerschmidt <rb@debian.org> Wed, 21 Mar 2001 19:14:49 -0600
766
767 adduser (3.32) unstable; urgency=low
768
769 * Moved AdduserCommon.pm to /usr/share/perl5/Debian/.
770 * Depends on perl instead of perl5 due to Perl changes.
771
772 -- Roland Bauerschmidt <rb@debian.org> Thu, 15 Feb 2001 20:17:56 -0600
773
774 adduser (3.31) unstable; urgency=low
775
776 * Fixed typo in deluser.8. Closes: #85830.
777 * Updated Russian translation of po file, added translation of Debconf
778 templates, and translated manpages from Yuri Kozlov
779 <y_kozlov@chat.ru>.
780 * Updated French translations of po file. Closes: #85758.
781 * Added Spanish translation of Debconf templates. Closes: #84412.
782 * Removed lintian overrides file.
783
784 -- Roland Bauerschmidt <rb@debian.org> Thu, 15 Feb 2001 19:33:35 -0600
785
786 adduser (3.30) unstable; urgency=low
787
788 * Added French translation of Debconf templates. Closes: #83253.
789 * Added Norwegian translation of Debconf templates. Closes: #83351.
790 * Added Swedish translation of Debconf templates. Closes: #83367.
791
792 -- Roland Bauerschmidt <rb@debian.org> Wed, 24 Jan 2001 16:57:06 -0600
793
794 adduser (3.29) unstable; urgency=low
795
796 * /etc/adduser.conf is not marked as a conffile anymore. Instead, it
797 is moved to /usr/share/doc/adduser/examples/adduser.conf and will
798 be copied in postinst if it does not exist already.
799 * Fixed another error in postinst when receiving the status if DIR_MODE
800 was changed in /etc/adduser.conf.
801 * Debconf template now talks about "system wide readable homedirs",
802 instead of world-wide ones. This description is more appropriate.
803 Closes: #81812
804 * Added German translation for the Debconf template.
805 * Added explaination to adduser.8 that if invoked with --system and
806 the given parameters match with the password file, adduser exists
807 silently. Closes: #81300.
808
809 -- Roland Bauerschmidt <rb@debian.org> Mon, 15 Jan 2001 22:54:54 -0600
810
811 adduser (3.28) unstable; urgency=low
812
813 * deluser: Fixed tar -I problem. Now the files are first 'tar'ed and
814 then compressed with bzip2 or gzip.
815 * deluser: Homedirectory is now backup probably using File::Find::find
816 * adduser: Introduced the options --firstuid and --lastuid similar to
817 the patch in BTS. Closes: #81352.
818
819 -- Roland Bauerschmidt <rb@debian.org> Sun, 7 Jan 2001 13:15:07 -0600
820
821 adduser (3.27) unstable; urgency=low
822
823 * Fixed nscd variable scope problem: $nscd, holding the path to the
824 nscd binary was defined 'my' inside an if-construct.
825 * Type in manpage deluser.8 fixed and some a sentence on how the
826 compression method is chosen in deluser added to deluser.conf.5
827
828 -- Roland Bauerschmidt <rb@debian.org> Wed, 20 Dec 2000 23:57:17 -0600
829
830 adduser (3.26) unstable; urgency=low
831
832 * deluser: when using remove_all_files and backup, deluser does not
833 backup directories anymore. Closes: #79791.
834
835 -- Roland Bauerschmidt <rb@debian.org> Sun, 17 Dec 2000 01:20:08 -0600
836
837 adduser (3.25) unstable; urgency=high
838
839 * adduser: checks for nscd in /usr/bin/nscd and /usr/sbin/nscd.
840 * adduser: nscd is invoked with system instead of systemcall, thus
841 adduser doesn't clean up in case nscd returned an error. Closes: #77927.
842 * adduser: if invoked with --system and the uid is correct, adduser
843 exits silently and thus makes it easier for postinsts to make sure
844 that there will be a user with correct parameters. Closes: #79371.
845 * deluser: security bug for option REMOVE_ALL_FILES fixed. rm was
846 invoked insecurely, like system("rm $files"). rm is no longer used to
847 delete files, but they are directly unlink()ed. Closes: #79526.
848 * deluser: external find call for searching for the users files when
849 using REMOVE_ALL_FILES is replaced through File::Find::find()
850 * deluser: insecure calling of tar fixed. This was the same problem as
851 with rm.
852
853 -- Roland Bauerschmidt <rb@debian.org> Sat, 25 Nov 2000 14:28:25 -0600
854
855 adduser (3.24) unstable; urgency=low
856
857 * Depends on perl5 now. Yeah, finally we can do that. Closes: #76850
858 * Added Debconf interface to configure the standard homedir
859 permissions
860 * Arghh. Priority finally changed to standard.
861
862 -- Roland Bauerschmidt <rb@debian.org> Mon, 13 Nov 2000 21:49:01 -0600
863
864 adduser (3.23) unstable; urgency=low
865
866 * Downgraded priority to standard.
867 * Integrated patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>.
868 Closes: #75915
869
870 -- Roland Bauerschmidt <rb@debian.org> Fri, 3 Nov 2000 18:07:29 -0600
871
872 adduser (3.22) unstable; urgency=low
873
874 * Depends on perl-5.005-base instead of perl-base. Closes: #75679.
875
876 -- Roland Bauerschmidt <rb@debian.org> Thu, 26 Oct 2000 19:20:37 -0500
877
878 adduser (3.21) unstable; urgency=low
879
880 * NSCD problems fixed. Adduser didn't invalidate the nscd group
881 cache after adding the group for a system user.
882 Closes: #68907, #70020, #65643
883 * TODO now indicates that the development of /new/ features
884 happens in the adduser 4 tree now.
885
886 -- Roland Bauerschmidt <rb@debian.org> Wed, 25 Oct 2000 19:55:54 -0500
887
888 adduser (3.20) unstable; urgency=low
889
890 * does not depend on perl5 anymore but on perl-base and suggests
891 liblocale-gettext-perl. Closes: #72226.
892
893 -- Roland Bauerschmidt <rb@debian.org> Sat, 23 Sep 2000 03:38:07 -0500
894
895 adduser (3.19) unstable; urgency=low
896
897 * Fixed path of nscd. Closes: #71011
898
899 -- Roland Bauerschmidt <rb@debian.org> Wed, 6 Sep 2000 18:35:49 -0500
900
901 adduser (3.18) unstable; urgency=low
902
903 * checks if nscd is running before trying to invalidate the cache,
904 Closes: #70642, #69326
905
906 -- Roland Bauerschmidt <rb@debian.org> Thu, 31 Aug 2000 09:58:57 -0500
907
908 adduser (3.17) unstable; urgency=low
909
910 * Fixed Build-Depends. Closes: #70067
911
912 -- Roland Bauerschmidt <rb@debian.org> Sun, 27 Aug 2000 19:03:13 -0500
913
914 adduser (3.16) unstable; urgency=low
915
916 * Included Russian translation from Peter Novodvorsky <petya@logic.ru>
917 * Changed reference to GPL from /usr/doc/copyright/GPL to
918 /usr/share/common-licenses/GPL. Closes: #69014
919
920 -- Roland Bauerschmidt <rb@debian.org> Sun, 30 Jul 2000 14:26:34 +0200
921
922 adduser (3.15) unstable; urgency=low
923
924 * deluser: perl is executed with -w now
925 * system_call moved back from AdduserCommon.pm to adduser and deluser
926 - system_call in adduser runs cleanup() on errors.
927 - system_call in deluser dies on errors directly.
928 * adduser: fixed the problem that adduser creates home with totally
929 wrong permissions if adduser.conf is old (closes: #66583)
930
931 -- Roland Bauerschmidt <rb@debian.org> Fri, 16 Jun 2000 18:06:18 +0200
932
933 adduser (3.14) unstable; urgency=low
934
935 * adduser has a better handling for nscd now. Instead of simply
936 stopping nscd before changes and starting it again after changes,
937 adduser invalidates the caches before and after changes now.
938 (closes: #54726)
939 * deluser invalidates nscd caches after changes, too.
940 * new Portugese/Brazilian translation for adduser and deluser by
941 Cesar Eduardo Barros <cesarb@nitnet.com.br>
942 * adding and removing users to/from a group is now done with gpasswd
943 instead of usermod. This prevents adduser and deluser from not
944 adding "NISed" users to a group (closes: #57573)
945 * functions used in both adduser and deluser moved to AdduserCommon.pm
946
947 -- Roland Bauerschmidt <rb@debian.org> Tue, 6 Jun 2000 12:24:46 +0200
948
949 adduser (3.13) unstable; urgency=low
950
951 * Merged seperate .po-files for adduser and deluser into one
952 * Added Brazilian translation for adduser (closes: #53912), thanks to
953 Cesar Eduardo Barros <cesarb@web4u.com.br>
954 * Added Spanish translation for adduser and deluser (closes: #44902),
955 thanks to Nicolás Lichtmaier <nick@debian.org>
956 * Added Korean translation for adduser (closes: #46836), thanks to
957 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
958 * Worked patch from #52048 into adduser (closes: #52048)
959 * Added deluser in SEE ALSO section of adduser's manpage (closes: #52508)
960 * Don't create home directories for users with their own group per
961 default setgid because this has some bad side effects. Can be set in
962 /etc/adduser.conf with SETGID_HOME=yes (closes: #64806)
963 * Started TODO list for all the things that still have to be done....
964
965 -- Roland Bauerschmidt <rb@debian.org> Sat, 04 Jun 2000 17:13:51 +0200
966
967 adduser (3.12) unstable; urgency=low
968
969 * New Maintainer
970 * corrected FSF address in adduser and deluser source
971 * fixed function that checks if the user already exists (closes: #54512)
972 * allow dashes in usernames without using --force-badname (closes: #53788)
973 * ability to set a global mode for creating directories in variable
974 DIR_MODE in adduser.conf (closes: #29389)
975
976 -- Roland Bauerschmidt <roland@copyleft.de> Sat, 20 May 2000 14:16:20 +0200
977
978 adduser (3.11.2) unstable; urgency=low
979
980 * NMU
981 * new tool 'deluser' to remove users the same way like adding them
982 * manpage for deluser(8) and deluser.conf(5)
983 * translation of adduser and deluser to German
984 * fixed bug that uid and gid 0 were not recognised (closes: #59859, #60491,
985 #50620, #56468, #53606)
986 * text "enter groupname" instead of "enter username" if adding a group
987 (closes: #52701)
988 * also allowing usernames like foo$ with --force-badname for compatibility
989 with Samba machine accounts (closes: #28149)
990 * allow also setting full gecos fields with --gecos like
991 "Roland Bauerschmidt,Room 3,0421/3763482,0421/373545" (closes: #44031)
992 * last NMU has already fixed bug 44810 (closes: #44810)
993 * corrected FSF address in debian/copyright
994 * moved manpages from /usr/man to /usr/share/man (closes: #53913)
995
996 -- Roland Bauerschmidt <roland@copyleft.de> Sat, 6 May 2000 21:54:57 +0200
997
998 adduser (3.11.1) unstable; urgency=low
999
1000 * NMU for bugsquash, pre potato freeze
1001 * eval for POSIX to catch errors
1002 * /usr/doc -> /usr/share/doc
1003
1004 -- Ben Collins <bcollins@debian.org> Sat, 30 Oct 1999 20:54:32 -0400
1005
1006 adduser (3.11) unstable; urgency=low
1007
1008 * fix behavior when Locale::gettext is unavailable.
1009 * start & stop nscd, closes: #40918, #36607.
1010
1011 -- Guy Maor <maor@debian.org> Sun, 29 Aug 1999 17:37:17 -0700
1012
1013 adduser (3.10) unstable; urgency=low
1014
1015 * Test for home dir existence with -e, closes: #43364.
1016 * Make "addgroup --system" behave as "adduser --group", closes: #43345.
1017 * In manpage, explain difference between adduser,addgroup and
1018 useradd,groupadd, closes: #22820.
1019
1020 -- Guy Maor <maor@debian.org> Sun, 29 Aug 1999 11:07:18 -0700
1021
1022 adduser (3.9) unstable; urgency=low
1023
1024 * Don't chmod symlinks, closes: #26850, #40250.
1025 * Allow negative uids, gids (for Hurd), closes: #39679.
1026 * --no-create-home option, closes: #39679.
1027 * I18N, thanks to Akira Yoshiyama <yosshy@debian.or.jp> and
1028 Raphael Hertzog <rhertzog@hrnet.fr>, closes: #33680.
1029 * Don't depend on perl-base, closes: #42543.
1030 * Be interactive, closes: #43012, #40671.
1031
1032 -- Guy Maor <maor@debian.org> Thu, 26 Aug 1999 21:39:59 -0700
1033
1034 adduser (3.8) unstable; urgency=low
1035
1036 * Depend on perl-base instead of perl (16008).
1037 * Allow single letter names (16200).
1038
1039 -- Guy Maor <maor@ece.utexas.edu> Sun, 11 Jan 1998 02:11:25 -0800
1040
1041 adduser (3.7) unstable; urgency=low
1042
1043 * Add --conf option.
1044
1045 -- Guy Maor <maor@ece.utexas.edu> Sat, 23 Aug 1997 13:52:25 -0500
1046
1047 adduser (3.6) stable unstable; urgency=high
1048
1049 * Fixed adduser --system. (#11627)
1050
1051 -- Guy Maor <maor@ece.utexas.edu> Wed, 30 Jul 1997 22:34:50 -0500
1052
1053 adduser (3.5) stable unstable; urgency=HIGH
1054
1055 * Changes since 3.2: (3.4 didn't make it to stable)
1056 * fixed behavior when grouphomes=yes (#10422, #11345).
1057 * don't do shell expansion on system() calls (#10425).
1058 * copy to skel copies entire file (#10399, #10806)
1059 * Turned debugging flag off (oops). (#10963)
1060 * Clean up on interrupts and errors. (#10965)
1061
1062 -- Guy Maor <maor@ece.utexas.edu> Fri, 25 Jul 1997 02:09:29 -0500
1063
1064 adduser (3.4) stable unstable; urgency=HIGH
1065
1066 * fixed behavior when grouphomes=yes (#10422).
1067 * don't do shell expansion on system() calls (#10425).
1068 * copy to skel copies entire file (#10399)
1069
1070 -- Guy Maor <maor@ece.utexas.edu> Tue, 10 Jun 1997 10:45:30 -0500
1071
1072 adduser (3.2) frozen unstable; urgency=low
1073
1074 * Corrected bug exposed by perl 5.004 (#10010).
1075 * Setting SKEL="" will prevent skeleton file copy. (#9997).
1076
1077 -- Guy Maor <maor@ece.utexas.edu> Fri, 23 May 1997 15:29:46 -0500
1078
1079 adduser (3.1) frozen unstable; urgency=high
1080
1081 * Calls passwd utilities to actually do the work (so works with shadow).
1082 * Conforms to new UID & GID allocation standard.
1083 * Removed deluser, delgroup, adduserperm. Use userdel and groupdel.
1084 * /etc/skel can deal with symlinks. directories are g+s if usergroups=yes.
1085 * Has support for quotas.
1086
1087 -- Guy Maor <maor@ece.utexas.edu> Sat, 17 May 1997 12:21:46 -0500
1088
1089 adduser (2.13) stable unstable; urgency=high
1090
1091 * /etc/adduser.conf added as a conffile
1092
1093 -- Christoph Lameter <clameter@debian.org> Tue, 17 Dec 1996 10:42:10 -0800
1094
1095 adduser (2.12) stable unstable; urgency=high
1096
1097 * debmakisiert.
1098 * Fixed dependencies. Removed stupid script.
1099 * Maintainer address changed to maor@debian.org
1100
1101 -- Christoph Lameter <clameter@debian.org> Tue, 17 Dec 1996 07:36:16 -0800
1102
1103 adduser (2.11) unstable; urgency=high
1104
1105 * Some fixes to the deluser and delgroup scripts
1106 * More fixes to the adduserperm script
1107
1108 -- Christoph Lameter <clameter@debian.org> Wed, 25 Sep 1996 09:00:00 +0800
1109
1110 adduser (2.10) unstable; urgency=medium
1111
1112 * These are severe changes to adduser. Please test before using!
1113 * Manpage adduser.8 updated to describe the purpose of /usr/local/sbin/adduser.local
1114 * Add --gecos and --passwd option for adduser
1115 * Add --uid and --gid options for adduser and addgroup
1116 * Add a script called adduserperm to set up the permissions on who can
1117 create new users.
1118 * Bug: addgroup left the password field in /etc/group empty.
1119 * Added deluser and delgroup scripts. Very primitive right now.
1120
1121 -- Christoph Lameter <clameter@debian.org> Tue, 24 Sep 1996 09:00:00 +0800
1122
1123 adduser (2.00) unstable; urgency=medium
1124
1125 * New Maintainer
1126 * New Standards 2.1.0.0 simplifying and reducing files
1127 * Removed obsolete stuff
1128 * Fix bug #3878, #3794, #3879, #3861, #3490
1129
1130 -- Christoph Lameter <clameter@debian.org> Sun, 22 Sep 1996 09:00:00 +0800
1131
1132 Wed May 29 10:11:38 CDT 1996 Steve Phillips <sjp@cvfn.org>
1133
1134 * Added part of patch from Miquel van Smoorenburg
1135 <miquels@cistron.nl> that I missed somehow.
1136
1137 Fri May 17 16:48:28 CDT 1996 Steve Phillips <sjp@cvfn.org>
1138
1139 * Added patch from Miquel van Smoorenburg <miquels@cistron.nl>
1140 Fixes Bug#2286 and Bug#3017
1141
1142 * Updated adduser manpage for --ingroup option
1143
1144 * Added --ingroup option to addsysuser task as well as
1145 adduser.
1146
1147 Thu May 16 14:31:42 MET DST 1996 Miquel van Smoorenburg <miquels@cistron.nl>
1148
1149 * Added new command line option --ingroup
1150
1151 * Added options to adduser.conf to allow homedirectory
1152 construct of /home/u/user or /home/users/user
1153
1154 * Default NIS entry (+::::::) was not kept at the end
1155
1156 Tue May 7 14:09:30 CDT 1996 Steve Phillips <sjp@cvfn.org>
1157
1158 * Finished fixing Bug #1534
1159
1160 * Fixed Bug #2285
1161
1162 * Fixed Bug #2361
1163
1164 * Changed man pages so they get their version numbers plugged
1165 in from the makefile
1166
1167 * Fixed some minor perl syntax errors
1168
1169 Tue Oct 24 22:21:29 1995 Sven Rudolph <sr1@inf.tu-dresden.de>
1170
1171 * uploaded files were incorrect, therefore reuploading
1172
1173 * debian.Changelog: corrected a description
1174
1175 * debian.control: added Section: field
1176
1177 Mon Oct 23 22:16:19 1995 Sven Rudolph <sr1@inf.tu-dresden.de>
1178
1179 * Makefile: moved symlink creation from postinst/prerm into
1180 the build stage
1181
1182 * debian.postinst, debian.prerm: deleted
1183
1184 * adduser.8: changed documentation for --home feature
1185
1186 * adduser.pl: fixed some file locking races (Bug#1720)
1187
1188 * adduser.pl: create home directory with setgid bit when
1189 using usergroups (Bug#1544)
1190
1191 * adduser.pl: corrected permissions for copies of /etc/skel
1192 files (Bug#1544)
1193
1194 * adduser.pl: run /usr/local/sbin/adduser.local if it exists
1195 (patch for this feature provided in Bug#1544)
1196
1197 * adduser.pl: now always does chown before chmod
1198 (Bug#1544, Bug#1720)
1199
1200 * adduser.pl: now correctly copies dot files from /etc/skel
1201 (Bug#1500)
1202
1203 * adduser.pl: now gives informative message when called from
1204 a non-root user (Bug#1350)
1205
1206 * adduser.pl: enforces that user names are never longer than
1207 8 characters (Bug#1241)
1208
1209 * adduser.pl: now copies everything below /etc/skel (Bug#1542)

  ViewVC Help
Powered by ViewVC 1.1.5