| 1 |
adduser (3.57.1) unstable; urgency=low |
adduser (3.105) unstable; urgency=low |
| 2 |
|
|
| 3 |
* NOT YET RELEASED |
* fix incorrect message when trying an already existing user as system user. |
| 4 |
|
Thanks to Vincent Bernat for spotting. Closes: #435777 |
| 5 |
|
|
| 6 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 20 Jun 2004 15:01:13 +0200 |
-- Joerg Hoh <joerg@joerghoh.de> Fri, 03 Aug 2007 22:34:52 +0200 |
| 7 |
|
|
| 8 |
|
adduser (3.104) unstable; urgency=low |
| 9 |
|
|
| 10 |
|
[ Joerg Hoh ] |
| 11 |
|
* Added useful information to warning in adduser. Thanks to Marc Haber for |
| 12 |
|
the patch and Peter Eisentraut for the report, Closes: #397916 |
| 13 |
|
* Made the GID ranges also configurable. CLoses: #415024 |
| 14 |
|
* Clarified error message when specifying an unaccessible home directory; |
| 15 |
|
thanks to Alexander Klauer and Stephan Gran. Closes: #399992 |
| 16 |
|
* Removed race condition; don't add too much (LDAP|NIS|...) user to local |
| 17 |
|
groups. Closes: #294579 |
| 18 |
|
* Fix rights to backup files created by userdel, thanks to Vincent Danjean. |
| 19 |
|
Closes: #430637 |
| 20 |
|
* deluser: also backup symlinks, pipes and sockets; thanks to Vincent |
| 21 |
|
Danjean. Closes: #430640 |
| 22 |
|
* NAME_REGEX also applies to group names. Closes: #408148 |
| 23 |
|
|
| 24 |
|
[ Stephen Gran ] |
| 25 |
|
* Translation and template changes: |
| 26 |
|
- Template changes (thanks bubulle!) (closes: #430643) |
| 27 |
|
- ar (thanks Ossama Khayat <okhayat@yahoo.com>) (closes: #431975) |
| 28 |
|
- cs (thanks Miroslav Kure <kurem@upcase.inf.upol.cz>) (closes: #431284) |
| 29 |
|
- es (thanks Carlos Valdivia Yagüe <valyag@dat.etsit.upm.es>) |
| 30 |
|
(closes: #431719) |
| 31 |
|
- eu (thanks Piarres Beobide <pi@beobide.net>) (closes: #431347) |
| 32 |
|
- gl (thanks Jacobo Tarrio <jtarrio@trasno.net>) (closes: #431321) |
| 33 |
|
- it (thanks Luca Monducci <luca.mo@tiscali.it>) (closes: #432203) |
| 34 |
|
- ja (thanks Kenshi Muto <kmuto@debian.org>) (closes: #431184) |
| 35 |
|
- ko (thanks Sunjae Park <darehanl@gmail.com>) (closes: #431182) |
| 36 |
|
- po (thanks Wojciech Zareba <wojtekz@comp.waw.pl>) (closes: #431549) |
| 37 |
|
- ru (thanks Yuri Kozlov <kozlov.y@gmail.com>) (closes: #432213) |
| 38 |
|
- vi (thanks Clytie Siddall <clytie@riverland.net.au>) (closes: #431277) |
| 39 |
|
* Touch up invalid variable interpolation in gettext string |
| 40 |
|
|
| 41 |
|
-- Stephen Gran <sgran@debian.org> Mon, 09 Jul 2007 23:51:21 +0100 |
| 42 |
|
|
| 43 |
|
adduser (3.103) unstable; urgency=low |
| 44 |
|
|
| 45 |
|
[ Joerg Hoh ] |
| 46 |
|
* Updated adduser.8 |
| 47 |
|
* don't advertise the "--group" parameter for adduser any more |
| 48 |
|
(Closes: #410366) |
| 49 |
|
* updated deluser.8 and documented some more parameters |
| 50 |
|
(Closes: #270247) |
| 51 |
|
* added a specific return value if deluser required perl modules. |
| 52 |
|
(Closes: #421089) |
| 53 |
|
* get_group_members never returned root as a member of a group. |
| 54 |
|
(Closes: #428144) |
| 55 |
|
|
| 56 |
|
[ Stephen Gran ] |
| 57 |
|
* Add myself to Uploaders. |
| 58 |
|
* print "$0: " needs to be conditional on $verbose, just like the printf |
| 59 |
|
following it (closes: #410370) |
| 60 |
|
* deluser: wrong format passed to dief, making it print oddly |
| 61 |
|
(closes: #412204) |
| 62 |
|
* Translations: |
| 63 |
|
hu (closes: #410792) |
| 64 |
|
|
| 65 |
|
-- Joerg Hoh <joerg@joerghoh.de> Sun, 17 Jun 2007 11:22:19 +0200 |
| 66 |
|
|
| 67 |
|
adduser (3.102) unstable; urgency=low |
| 68 |
|
|
| 69 |
|
[ Marc Haber ] |
| 70 |
|
* Add testsuite test9.pl to catch the bug from #407231 |
| 71 |
|
* Some testsuite tweaks |
| 72 |
|
* remove shell script tests, they are no longer used |
| 73 |
|
|
| 74 |
|
[ Stephen Gran ] |
| 75 |
|
* existing_group_ok was not properly differentiating between an existing |
| 76 |
|
user group and an existing system group. (closes: #407231) |
| 77 |
|
* Test suite documentation update |
| 78 |
|
* lib_test.pl did not properly handle out of sequence or gappy usernames in |
| 79 |
|
getpwent or getgrent loops. |
| 80 |
|
|
| 81 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 19 Jan 2007 08:15:21 +0100 |
| 82 |
|
|
| 83 |
|
adduser (3.101) unstable; urgency=low |
| 84 |
|
|
| 85 |
|
[ Marc Haber ] |
| 86 |
|
* Update French (fr) program and man page translation. |
| 87 |
|
Thanks to Nicolas François. Closes: #402247 |
| 88 |
|
The man page translation is from off-BTS |
| 89 |
|
* Update Russian (ru) man page translation. |
| 90 |
|
Thanks to Yuri Kozlov. Closes: #403785 |
| 91 |
|
* Update Italian (it) program and man page translation. |
| 92 |
|
Thanks to Luca Monducci. Closes: #404262 |
| 93 |
|
|
| 94 |
|
[ Stephen Gran ] |
| 95 |
|
* Update documentation about system uid's < 100 (closes: #402288) |
| 96 |
|
|
| 97 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 23 Dec 2006 12:50:15 +0100 |
| 98 |
|
|
| 99 |
|
adduser (3.100) unstable; urgency=low |
| 100 |
|
|
| 101 |
|
[ Marc Haber ] |
| 102 |
|
* Update Italian (it) program translation. |
| 103 |
|
Thanks to Luca Monducci. Closes: #396948 |
| 104 |
|
* Update French (fr) program translation. |
| 105 |
|
Thanks to Nicolas François. Closes: #396737 |
| 106 |
|
* Update German (de) program translation. |
| 107 |
|
Thanks to Tobias Toedter. Closes: #397131 |
| 108 |
|
* Update Basque (eu) program translation. |
| 109 |
|
Thanks to Piarres Beobide. (mh) Closes: #399552 |
| 110 |
|
* Updated Catalan (ca) program translation. |
| 111 |
|
Thanks to Jordi Mallach and Robert Millan. (mh) Closes: #379476 |
| 112 |
|
|
| 113 |
|
[ Stephen Gran ] |
| 114 |
|
* Tentative fix for Undefined subroutine &main::NOEXPR called at |
| 115 |
|
/usr/sbin/adduser line 509. |
| 116 |
|
Thanks to Thorsten Gunkel. Closes: #212872 |
| 117 |
|
|
| 118 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 26 Nov 2006 22:12:28 +0100 |
| 119 |
|
|
| 120 |
|
adduser (3.99) unstable; urgency=low |
| 121 |
|
|
| 122 |
|
* escape @ in new regexp, now really fixing #389160. |
| 123 |
|
Thanks to Stephen for spotting this in time. |
| 124 |
|
* Fix wrong option spec backup-to= in deluser. |
| 125 |
|
|
| 126 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 13 Oct 2006 11:06:35 +0000 |
| 127 |
|
|
| 128 |
|
adduser (3.98) unstable; urgency=low |
| 129 |
|
|
| 130 |
|
* Update Polish (pl) program and manpage translation. |
| 131 |
|
Thanks to Robert Luberda. (mh) Closes: #383724 |
| 132 |
|
* Update Brazilian Portuguese (pt_BR) manpage translation. Thanks to |
| 133 |
|
Felipe Augusto van de Wiel. |
| 134 |
|
* Fix typo in Czech (sh) program translation. |
| 135 |
|
Thanks to Miroslav Kure. (mh) Closes: #390536 |
| 136 |
|
* streamline --backup-to option parsing. |
| 137 |
|
Thanks to Gerfried Fuchs. Closes: #385433 |
| 138 |
|
* Fix list in package description. |
| 139 |
|
Thanks to Tomas Pospisek. Closes: #388853 |
| 140 |
|
* Allow @ in user names if allowed by local configuration or |
| 141 |
|
--force-badname is given. |
| 142 |
|
Thanks to Christoph Ulrich Scholler. Closes: #389160 |
| 143 |
|
* Add parenthesis to make gettext happy (see #386912) |
| 144 |
|
* Move po-debconf to build-depends. |
| 145 |
|
|
| 146 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 13 Oct 2006 08:28:49 +0000 |
| 147 |
|
|
| 148 |
|
adduser (3.97) unstable; urgency=low |
| 149 |
|
|
| 150 |
|
[ Marc Haber ] |
| 151 |
|
* Don't show rpcinfo -p errors to the user. |
| 152 |
|
Thanks to Michael Prokop. Closes: #381923 |
| 153 |
|
* Fix a typo in Italian (it) program translation. |
| 154 |
|
Thanks to Luca Monducci. |
| 155 |
|
|
| 156 |
|
[ Stephen Gran ] |
| 157 |
|
* Merge multiple EXTRA_GROUPS comments into one (closes: #382251) |
| 158 |
|
|
| 159 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 15 Aug 2006 19:33:21 +0000 |
| 160 |
|
|
| 161 |
|
adduser (3.96) unstable; urgency=low |
| 162 |
|
|
| 163 |
|
* Update German (de) program and debconf translation. |
| 164 |
|
Thanks to Tobias Toedter. Closes: #378658, #378661 |
| 165 |
|
* Update Swedish (sv) program and man page translation. |
| 166 |
|
Thanks to Daniel Nylander. Closes: #378692, #378770 |
| 167 |
|
* Update Turkish (tr) debconf translation. |
| 168 |
|
Thanks to Erçin EKER. Closes: #378708 |
| 169 |
|
* Update Korean (ko) debconf translation. |
| 170 |
|
Thanks to Sunjae Park. Closes: #378733 |
| 171 |
|
* Update Czech (cs) program translation. |
| 172 |
|
Thanks to Miroslav Kure. Closes: #378766 |
| 173 |
|
* Updated Ukrainian program translation. Thanks to |
| 174 |
|
Eugeniy Meshcheryakov. Closes: #378805 |
| 175 |
|
* Updated Norwegian Bokmal program translation. |
| 176 |
|
Thanks to Hans Fredrik Nordhaug. Closes: #378969 |
| 177 |
|
* Update Russian (ru) manpage and program translation. |
| 178 |
|
Thanks to Yuri Kozlov. Closes: #378748 |
| 179 |
|
* Update Brazilian Portuguese (pt_BR) manpage translation. Thanks to |
| 180 |
|
Felipe Augusto van de Wiel. |
| 181 |
|
* Update Italian (it) program and manpage translations. |
| 182 |
|
Thanks to Luca Monducci. Closes: #379165 |
| 183 |
|
* Update French (fr) manpage translation. |
| 184 |
|
Thanks to Nicolas François. Closes: #379394 |
| 185 |
|
* Update French (fr) program translation. |
| 186 |
|
Thanks to Thomas Huriaux. Closes: #380070 |
| 187 |
|
* Update Romanian (ro) debconf translation. |
| 188 |
|
Thanks to Eddy Petrişor. Closes: #378788 |
| 189 |
|
|
| 190 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 31 Jul 2006 06:58:21 +0000 |
| 191 |
|
|
| 192 |
|
adduser (3.95) unstable; urgency=low |
| 193 |
|
|
| 194 |
|
* Apply Tobias' last patch correctly. This again Closes: #378539 |
| 195 |
|
|
| 196 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 18 Jul 2006 05:33:02 +0000 |
| 197 |
|
|
| 198 |
|
adduser (3.94) unstable; urgency=low |
| 199 |
|
|
| 200 |
|
* More patches for program output. |
| 201 |
|
Thanks again to Tobias Toedter. Closes: #378539 |
| 202 |
|
|
| 203 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 17 Jul 2006 16:26:25 +0000 |
| 204 |
|
|
| 205 |
|
adduser (3.93) unstable; urgency=low |
| 206 |
|
|
| 207 |
|
[ Marc Haber ] |
| 208 |
|
* Update French (fr) manpage translation. |
| 209 |
|
Thanks to Nicolas François. Closes: #377317 |
| 210 |
|
* Update German (de) program translation. |
| 211 |
|
Thanks to Tobias Toedter. Closes: #377415 |
| 212 |
|
* Update Czech (cs) program translation. |
| 213 |
|
Thanks to Miroslav Kure. (mh) Closes: #377476 |
| 214 |
|
* Apply a lot of patches for the program output. |
| 215 |
|
Thanks to Tobias Toedter. Closes: #377387, #377701 |
| 216 |
|
|
| 217 |
|
[ Stephen Gran ] |
| 218 |
|
* Documentation of 'extra groups' feature in adduser.conf(5) and example in |
| 219 |
|
adduser.conf itself. Closes: #377774 |
| 220 |
|
|
| 221 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 16 Jul 2006 21:54:58 +0000 |
| 222 |
|
|
| 223 |
|
adduser (3.92) unstable; urgency=low |
| 224 |
|
|
| 225 |
|
* Update French (fr) program translation. |
| 226 |
|
Thanks to Thomas Huriaux. Closes: #376286 |
| 227 |
|
* do not use systemcall() for passwd call after creating new user. |
| 228 |
|
This broke our return code checking. Thanks to Alexander Wirt. |
| 229 |
|
* import NOEXPR from LangInfo. |
| 230 |
|
|
| 231 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 7 Jul 2006 08:17:43 +0000 |
| 232 |
|
|
| 233 |
|
adduser (3.91) unstable; urgency=low |
| 234 |
|
|
| 235 |
|
* Revert usage of systemcall for chage invocation. (sg) |
| 236 |
|
Thanks to Junichi Uekawa, Martin Lohmeier and Matt Kraai. |
| 237 |
|
Closes: #375524, #375720, #375510 |
| 238 |
|
* testsuite changes: |
| 239 |
|
- testsuite now wrapped in shadowconfig {off,on} calls to avoid |
| 240 |
|
these sorts of failures in the future. (sg/mh) |
| 241 |
|
- change assert to exit 1 if $condition, as it did not seem to in previous |
| 242 |
|
tests. (sg) |
| 243 |
|
- Also make test8.pl able to handle being called multiple times in |
| 244 |
|
a row. (sg) |
| 245 |
|
- Correctly handle non-zero exit codes in tests. (mh) |
| 246 |
|
- Have runsuite list failed tests at end. (mh) |
| 247 |
|
|
| 248 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 27 Jun 2006 19:37:47 +0000 |
| 249 |
|
|
| 250 |
|
adduser (3.90) unstable; urgency=low |
| 251 |
|
|
| 252 |
|
* 3.89 is not an NMU, I botched up the changelog. Fixing. |
| 253 |
|
|
| 254 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 23 Jun 2006 14:23:00 +0000 |
| 255 |
|
|
| 256 |
|
adduser (3.89) unstable; urgency=low |
| 257 |
|
|
| 258 |
|
* Add additional check to testsuite/test8.pl to make sure system users are |
| 259 |
|
not added to extra groups. (sg) |
| 260 |
|
* New translations: |
| 261 |
|
- lt (Gintautas Miliauskas <gintas@akl.lt>) (sg) Closes: #374316 |
| 262 |
|
* 3.88 was in experimental for a week without any bug reports. |
| 263 |
|
* now upload to unstable to let potential breakage begin. |
| 264 |
|
|
| 265 |
|
-- Stephen Gran <sgran@debian.org> Mon, 19 Jun 2006 16:26:58 +0100 |
| 266 |
|
|
| 267 |
|
adduser (3.88) experimental; urgency=low |
| 268 |
|
|
| 269 |
|
[ Marc Haber ] |
| 270 |
|
* experimental version |
| 271 |
|
* Update French (fr) program translation. |
| 272 |
|
Thanks to Thomas Huriaux. Closes: #366885 |
| 273 |
|
* Update French (fr) manpage translation. |
| 274 |
|
Thanks to Nicolas François. Closes: #367380 |
| 275 |
|
* Apply two small patches to deluser man page. |
| 276 |
|
Thanks to Florentin Duneau. Closes: #367213 |
| 277 |
|
* Update Italian (it) program and manpage translations. |
| 278 |
|
Thanks to Luca Monducci. Closes: #370030 |
| 279 |
|
* Standards-Version: 3.7.2, no changed necessary. |
| 280 |
|
|
| 281 |
|
[ Stephen Gran ] |
| 282 |
|
* allow additional groups to be used for a new user. |
| 283 |
|
Closes: #147518, #166718, #212452, #233894, #239006, #240707, #240855 |
| 284 |
|
* test 8 now adds a group, and adds the new user to that group - this should |
| 285 |
|
ensure that the new additional groups feature does not get invoked for |
| 286 |
|
'adduser to group' code paths |
| 287 |
|
* Fix "adduser: adduser:" output of error messages. |
| 288 |
|
* Fix error messages like "foo ", gtx( ..., whch does not produce |
| 289 |
|
output at all. Closes: #351968 |
| 290 |
|
* Honor system PATH, do not hard-code paths to sub-programs. |
| 291 |
|
Closes: #357978 |
| 292 |
|
* deluser should match its documentation, and exit 0 when asked to remove a |
| 293 |
|
system user that doesn't exist. Closes: #372599 |
| 294 |
|
|
| 295 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 13 Jun 2006 19:46:00 +0000 |
| 296 |
|
|
| 297 |
|
adduser (3.87) unstable; urgency=low |
| 298 |
|
|
| 299 |
|
[ Marc Haber ] |
| 300 |
|
* Update Italian (it) program and manpage translation. |
| 301 |
|
Thanks to Luca Monducci. (mh) Closes: #363100 |
| 302 |
|
* Update French (fr) program translation. Thanks to Thomas Huriaux |
| 303 |
|
and Luc FROIDEFOND. (mh) Closes: #356130 |
| 304 |
|
* Add Galician (gl) debconf translation. |
| 305 |
|
Thanks to Jacobo Tarrio. (mh) Closes: #361240 |
| 306 |
|
* Fix mis-placed closing bracket in sub cleanup. |
| 307 |
|
Thanks to Ted Percival. (mh) Closes: #363182 |
| 308 |
|
* Fix multiple issues in deluser man page. |
| 309 |
|
Thanks to J S Bygott. (mh) Closes: #362623 |
| 310 |
|
* Correct wording in adduser man page. |
| 311 |
|
Thanks to Reuben Thomas. (mh) Closes: #364170 |
| 312 |
|
|
| 313 |
|
[ Joerg Hoh ] |
| 314 |
|
* removed some unnecessary code |
| 315 |
|
* converted all calls of die() to dief(); Thanks to Stephan Gran |
| 316 |
|
<sgran@debian.org> |
| 317 |
|
|
| 318 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 26 Apr 2006 14:00:15 +0000 |
| 319 |
|
|
| 320 |
|
adduser (3.86) unstable; urgency=low |
| 321 |
|
|
| 322 |
|
[ Marc Haber ] |
| 323 |
|
* Only check $! after calling symlink() if symlink() failed. |
| 324 |
|
Patch from Ubuntu, thanks to Colin Watson. (mh) Closes: #355708 |
| 325 |
|
* Print error when failing, thanks to Ted Percival. (jh) Closes: #356162 |
| 326 |
|
* Update French (fr) manpage translation. |
| 327 |
|
Thanks to Nicolas François. (mh) Closes: #356253 |
| 328 |
|
* Update Czech (cs) program translation. |
| 329 |
|
Thanks to Miroslav Kure. (mh) Closes: #361413 |
| 330 |
|
* Be more strict in user name checking. |
| 331 |
|
Thanks to Jeroen van Wolffelaar and Brendan O'Dea. (mh) Closes: #357185 |
| 332 |
|
* Fix interpreter name in deluser. (mh) |
| 333 |
|
|
| 334 |
|
[ Joerg Hoh ] |
| 335 |
|
* deluser: include symbolic links in backup. Patch from |
| 336 |
|
Ubuntu. |
| 337 |
|
* deluser: Fixed handling of return codes, updated deluser.8 |
| 338 |
|
* deluser: removed the --home parameter |
| 339 |
|
* adduser: fix @names initialization |
| 340 |
|
|
| 341 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 15 Apr 2006 19:45:52 +0000 |
| 342 |
|
|
| 343 |
|
adduser (3.85) unstable; urgency=low |
| 344 |
|
|
| 345 |
|
* Add versioned Replaces for manpages-it. Thanks to Marco Presi and |
| 346 |
|
Francesco Paolo Lovergine. (mh) Closes: #353666, #353672. |
| 347 |
|
* Apply a bunch of patches from Stephen Gran, which look like they |
| 348 |
|
finish unfinished work. |
| 349 |
|
* introduce skel_ignore_regex, patch by Stephen Gran. (mh) |
| 350 |
|
Closes: #121262, #354459 |
| 351 |
|
* Initialize configref->{"exclude_fstypes"} in AdduserCommon.pm. |
| 352 |
|
Thanks to Nobuhiro KUSUNO. Closes: #354823 |
| 353 |
|
* Add perl-based test suite, shell scripts seem to be no-op now. (jh) |
| 354 |
|
* Re-start testing timer. Closes: #354829 |
| 355 |
|
|
| 356 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 4 Mar 2006 08:19:39 +0000 |
| 357 |
|
|
| 358 |
|
adduser (3.84) unstable; urgency=low |
| 359 |
|
|
| 360 |
|
* Fixed warning when using --verbose, which has independently been |
| 361 |
|
spotted by Paul Slootman and has been reported later by Kevin B. |
| 362 |
|
McCarty. (jh) Closes: #353032 |
| 363 |
|
* Have --remove-all-files not descend into special file systems. |
| 364 |
|
Thanks to Kai Hendry. (jh) Closes: #344488 |
| 365 |
|
* Update Swedish (sv) program and manpage translation, again from |
| 366 |
|
Daniel Nylander. (mh) Closes: #352740, #352742 |
| 367 |
|
* Update Italian (it) program and manpage translation. |
| 368 |
|
Thanks to Luca Monducci. (mh) Closes: #353467 |
| 369 |
|
|
| 370 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 19 Feb 2006 18:19:15 +0000 |
| 371 |
|
|
| 372 |
|
adduser (3.83) unstable; urgency=low |
| 373 |
|
|
| 374 |
|
* Update French (fr) manpage translation. |
| 375 |
|
Thanks to Nicolas François. (mh) Closes: #346562 |
| 376 |
|
* Apply out-of-band patch from Thomas Huriaux to clean up po4a |
| 377 |
|
handling. (mh) |
| 378 |
|
* Make $configfile a reference in deluser GetOptions call (perl |
| 379 |
|
5.8.8 checks this). (mh) Closes: #352496 |
| 380 |
|
* Fixed bug which prevented adduser from adding an already existing user |
| 381 |
|
with the same uid/... again. Thanks to Henrique de Moraes Holschuh for the |
| 382 |
|
detailed bug report. (jh) Closes: #352225 |
| 383 |
|
* Updated adduser.8 : don't assume that adduser creates a new user with |
| 384 |
|
uid == gid (jh) |
| 385 |
|
* Update Swedish (sv) program and manpage translation, again from |
| 386 |
|
Daniel Nylander. (mh) Closes: #352355 |
| 387 |
|
|
| 388 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 12 Feb 2006 13:51:09 +0000 |
| 389 |
|
|
| 390 |
|
adduser (3.82) unstable; urgency=low |
| 391 |
|
|
| 392 |
|
* Don't assume that gid can be equal to the uid. Thanks to |
| 393 |
|
Junichi Uekawa and Paul Slootman. (jh) Closes: #351480, #351552 |
| 394 |
|
* shell code cleanup in the test suite. (mh) |
| 395 |
|
* Fix crontab deletion. (mh) |
| 396 |
|
|
| 397 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 5 Feb 2006 20:08:45 +0000 |
| 398 |
|
|
| 399 |
|
adduser (3.81) unstable; urgency=low |
| 400 |
|
|
| 401 |
|
[ Marc Haber ] |
| 402 |
|
* fix swedish manpage addendum thanks to Thomas Huriaux. |
| 403 |
|
* Update Swedish (sv) manpage translation, again from Daniel Nylander. |
| 404 |
|
* Update French (fr) program translation. |
| 405 |
|
Thanks to Aurelien Ricard. (mh) Closes: #341264 |
| 406 |
|
|
| 407 |
|
[ Joerg Hoh ] |
| 408 |
|
* (nearly) all output should now use gettext |
| 409 |
|
* deluser now removes also user crontabs |
| 410 |
|
* added only-if-empty parameter to delgroup.conf (Closes: #347717) |
| 411 |
|
* improved search for new uid/gid (thanks to Karl Rink) (Closes: #119597) |
| 412 |
|
|
| 413 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 4 Feb 2006 11:57:27 +0000 |
| 414 |
|
|
| 415 |
|
adduser (3.80) unstable; urgency=low |
| 416 |
|
|
| 417 |
|
* Update Dutch (nl) program translation. |
| 418 |
|
Thanks to Rob Snelders. (mh) Closes: #339875 |
| 419 |
|
* Fix typo in adduser man page and translations. |
| 420 |
|
Thanks to A Costa. (mh) Closes: #340343 |
| 421 |
|
* Make Polish (pl) man pages actually included. |
| 422 |
|
Update Polish (pl) program and manpage translation. |
| 423 |
|
Thanks to Robert Luberda. (mh) Closes: #340327 |
| 424 |
|
* New Swedish (sv) program translation. |
| 425 |
|
Thanks to Daniel Nylander. (mh) Closes: #340669 |
| 426 |
|
* New Swedish (sv) manpage translation, also from Daniel. |
| 427 |
|
* Add addendum.template to aid manpage translators. Thanks to |
| 428 |
|
Thomas Huriaux. |
| 429 |
|
* Fix two typos in french manpage translator addenda. Thanks to |
| 430 |
|
Thomas Huriaux. |
| 431 |
|
|
| 432 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 29 Nov 2005 14:07:10 +0000 |
| 433 |
|
|
| 434 |
|
adduser (3.79) unstable; urgency=low |
| 435 |
|
|
| 436 |
|
* Fix shadowless systems _again_. |
| 437 |
|
Thanks to Matt Zimmerman. (mh) Closes: #339686 |
| 438 |
|
* remove double values from adduser.conf. (mh) |
| 439 |
|
* Allow underscores in adduser.conf variable names. |
| 440 |
|
Thanks to David Bishop and Edward J. Shornock. (mh) Closes: #339670 |
| 441 |
|
|
| 442 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 18 Nov 2005 17:29:46 +0000 |
| 443 |
|
|
| 444 |
|
adduser (3.78) unstable; urgency=low |
| 445 |
|
|
| 446 |
|
[ Marc Haber ] |
| 447 |
|
* Changes suggested by Denis Barbier |
| 448 |
|
* po/Makefile: move -c down from xgettext definition to the actual call |
| 449 |
|
* po/Makefile: Use a SOURCES variable. The old version caused |
| 450 |
|
strings from deluser to be discarded. |
| 451 |
|
* deluser: make generation of copyright message more translation |
| 452 |
|
friendly |
| 453 |
|
* hack gtx wrapper to not only export the first string into the |
| 454 |
|
POT file. |
| 455 |
|
* Add Brazilian Portuguese (pt_BR) manpage translation. Thanks to |
| 456 |
|
Felipe Augusto van de Wiel. (mh) |
| 457 |
|
* Add Portuguese (pt) debconf translation by Miguel Figueiredo and |
| 458 |
|
Marco Ferra. (mh) Close: #336332 |
| 459 |
|
* Update French (fr) manpage translation. Thanks to |
| 460 |
|
Thomas Huriaux. (mh) Closes: #336200 |
| 461 |
|
* Update Russian (ru) manpage, program and debconf template translation. |
| 462 |
|
Thanks to Yuri Kozlov. (mh) Closes: #337080 |
| 463 |
|
* Fix typo in deluser.conf.5, hopefully without fuzzying |
| 464 |
|
translations. Thanks to Felipe Augusto van de Wiel and to Thomas |
| 465 |
|
Huriaux. (mh) |
| 466 |
|
* remove wrong pt_PT manpage translation. (mh) |
| 467 |
|
* Polish (pl) translation work by Robert Luberda. (mh) Closes: #335926 |
| 468 |
|
* initial man page translation |
| 469 |
|
* updated translation of program |
| 470 |
|
* updated translation of debconf templates |
| 471 |
|
* debian/control: replace manpages-pl |
| 472 |
|
* debian/rules + doc/po4a/po4a.conf: add support for Polish man pages |
| 473 |
|
* debian/scripts/install_manpages: fail if the man file can't be |
| 474 |
|
created |
| 475 |
|
* debian/rules: correct man pages location for es and ru translations. |
| 476 |
|
|
| 477 |
|
[ Joerg Hoh ] |
| 478 |
|
* stricter checking on variables in configuration files (inspired by |
| 479 |
|
#130751) |
| 480 |
|
* documented --debug in adduser.8 |
| 481 |
|
* streamlined verbosity code, replaced calls to system() with systemcall() |
| 482 |
|
(Closes: #336841), also changed the definition of the environment |
| 483 |
|
variable VERBOSE; DEBUG is deprecated now (but still defined). |
| 484 |
|
|
| 485 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 16 Nov 2005 13:26:03 +0000 |
| 486 |
|
|
| 487 |
|
adduser (3.77) unstable; urgency=low |
| 488 |
|
|
| 489 |
|
[ Marc Haber ] |
| 490 |
|
* call make -C po update clean in debian/rules clean. |
| 491 |
|
Thanks to Eduard Bloch. (mh) |
| 492 |
|
* invoke debconf-updatepo and po4a in clean target. |
| 493 |
|
Thanks to Thomas Huriaux. (mh) |
| 494 |
|
|
| 495 |
|
[ Joerg Hoh ] |
| 496 |
|
* fixed bug in deluser which made not specified parameters valid |
| 497 |
|
* backup files for users have a mask of 600 and ownership is set to root |
| 498 |
|
only (Closes: #331720) |
| 499 |
|
|
| 500 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 23 Oct 2005 18:41:21 +0000 |
| 501 |
|
|
| 502 |
|
adduser (3.76) experimental; urgency=low |
| 503 |
|
|
| 504 |
|
* use xgettext -kgtx instead of -k_ to de-confuse xgettext |
| 505 |
|
|
| 506 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 22 Oct 2005 19:11:54 +0000 |
| 507 |
|
|
| 508 |
|
adduser (3.75) experimental; urgency=low |
| 509 |
|
|
| 510 |
|
* apply patch from Thomas Huriaux to re-work manpage generation: |
| 511 |
|
* remove doc/*.es_ES |
| 512 |
|
* remove doc/outdated/ |
| 513 |
|
* create and populate doc/po4a/po |
| 514 |
|
* add the addenda to doc/po4a directory |
| 515 |
|
* modify the doc/po4a.conf file. |
| 516 |
|
* adapt debian/rules |
| 517 |
|
(mh) Closes: #335196. |
| 518 |
|
* Changes suggested by Denis Barbier |
| 519 |
|
* use YESEXPR in the yes/no question to help with non-english |
| 520 |
|
languages |
| 521 |
|
* call xgettext -c in po/Makefile |
| 522 |
|
* Eliminate concatenated msgids building full sentences. |
| 523 |
|
(mh) This hopefully solves #224301. |
| 524 |
|
* Minor string changes. (mh) |
| 525 |
|
|
| 526 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 22 Oct 2005 19:02:52 +0000 |
| 527 |
|
|
| 528 |
|
adduser (3.74) unstable; urgency=low |
| 529 |
|
|
| 530 |
|
* Update German (de) debconf translation. |
| 531 |
|
Thanks to Daniel Knabl. (mh) Closes: #326136 |
| 532 |
|
* Fix wrong bug number in 3.72 changelog regarding #333384. |
| 533 |
|
|
| 534 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 20 Oct 2005 16:03:59 +0000 |
| 535 |
|
|
| 536 |
|
adduser (3.73) unstable; urgency=low |
| 537 |
|
|
| 538 |
|
* make adduser consistent with documentation again. The option is |
| 539 |
|
--disabled-password, not --disabled-passwd or --disabled_password. |
| 540 |
|
Thanks to Colin Watson. (mh) Closes: #332815 |
| 541 |
|
|
| 542 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 19 Oct 2005 16:47:13 +0000 |
| 543 |
|
|
| 544 |
|
adduser (3.72) unstable; urgency=low |
| 545 |
|
|
| 546 |
|
* add adduser.pot to SVN |
| 547 |
|
* Update French (fr) program translation. |
| 548 |
|
Thanks to Christian Perrier. (mh) Closes: #333384 |
| 549 |
|
* Created some shell scripts which are trying to act as a testsuite (jh) |
| 550 |
|
* correct wrong "user UID" for system groups in manpage, reference |
| 551 |
|
Debian Policy 9.2.2. Thanks to Faheem Mitha. (mh) Closes: #334315 |
| 552 |
|
* fix $verbose handling. (mh) |
| 553 |
|
* global rename _ to gtx to un-break File::Find. (mh) |
| 554 |
|
* internal change to config hash handling. (mh) |
| 555 |
|
* remove double definition of get_users_groups. (mh) |
| 556 |
|
* fix error message in addusertogroup. (mh) |
| 557 |
|
|
| 558 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 18 Oct 2005 18:25:53 +0000 |
| 559 |
|
|
| 560 |
|
adduser (3.71) experimental; urgency=low |
| 561 |
|
|
| 562 |
|
* Another small patch to po/Makefile to ease translation. Thanks, |
| 563 |
|
again, to Thomas Huriaux. |
| 564 |
|
* Allow delgroup user group. Thanks to Dan Jacobson. (mh) Closes: #176362 |
| 565 |
|
* Fix --disabled-passwd and --disabled-login. (mh) Closes: #332815 |
| 566 |
|
* Change create_homedir parameter processing. (jh) |
| 567 |
|
|
| 568 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 8 Oct 2005 18:38:09 +0000 |
| 569 |
|
|
| 570 |
|
adduser (3.70) experimental; urgency=low |
| 571 |
|
|
| 572 |
|
* The "Long Live Jörg" Release. Thanks for your tremendous help! |
| 573 |
|
* Update Swedish (sv) debconf translation. Thanks to Daniel Nylander |
| 574 |
|
and André Dahlqvist. (mh) Closes: #330258 |
| 575 |
|
* patches by Jörg Hoh: |
| 576 |
|
- move common code regarding parameter and config file parsing to |
| 577 |
|
AdduserCommon.pm |
| 578 |
|
- put creation of home directory in a function |
| 579 |
|
* Streamlining of print(f)/die(f) statements regarding quoting, |
| 580 |
|
parenthesis and spaces. (mh/jh) |
| 581 |
|
* Clarify error message if system group to be added does already |
| 582 |
|
exist as a non-system group. |
| 583 |
|
Thanks to Peter Eisentraut. (mh) Closes: #326192 |
| 584 |
|
* Move package from base to admin to clear up override disparity. (mh) |
| 585 |
|
* patch po/Makefile to be nicer to translators. |
| 586 |
|
Thanks to Thomas Huriaux. (mh) Closes: #331392 |
| 587 |
|
* Don't mess with nscd's pid file any more, just invalidate caches if |
| 588 |
|
nscd binary is found. It will fail silently if nscd is installed but |
| 589 |
|
not running. Thanks to Antti Salmela, Peter Eisentraut and Bastian |
| 590 |
|
Blank. (mh) Closes: #327804 |
| 591 |
|
|
| 592 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 3 Oct 2005 19:14:15 +0000 |
| 593 |
|
|
| 594 |
|
adduser (3.69) experimental; urgency=low |
| 595 |
|
|
| 596 |
|
* the "please no more bugs from users of shadowless systems" |
| 597 |
|
release. (mh) Closes: #327144 |
| 598 |
|
* versioned depends on passwd >> 1:4.0.12 because of the changed |
| 599 |
|
chage exit code (now, 15) in the "shadow passwod not enabled" |
| 600 |
|
case. Earlier versions return 3 or even a normal 1 in that case. |
| 601 |
|
* shadowless setups do only work with adduser older than 3.64, or |
| 602 |
|
with passwd younger than 1:4.0.12. |
| 603 |
|
* make clear in 3.68 changelog that Jörg's patches were against adduser |
| 604 |
|
* patches by Jörg Hoh: |
| 605 |
|
- move common code to AdduserCommon.pm |
| 606 |
|
- deluser: use GetOpt instead of manual option parsing |
| 607 |
|
- deluser: restructure plausibility checks |
| 608 |
|
- deluser: introduce "use strict" |
| 609 |
|
* make adduser.conf.5 NAME_REGEX consistent with the code. Thanks to |
| 610 |
|
Christoph Ulrich Scholler. Closes: #323395. |
| 611 |
|
* show deluser that name_regex is a valid configuration directive. |
| 612 |
|
Thanks to Christoph Ulrich Scholler. Closes: #324699. |
| 613 |
|
* put new FSF street address in debian/copyright |
| 614 |
|
|
| 615 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 8 Sep 2005 17:18:18 +0000 |
| 616 |
|
|
| 617 |
|
adduser (3.68) experimental; urgency=low |
| 618 |
|
|
| 619 |
|
* adduser patches by Jörg Hoh: |
| 620 |
|
- use GetOpt instead of manual option parsing |
| 621 |
|
- restructure plausibility checks |
| 622 |
|
- Comment update |
| 623 |
|
- relaxed checking of configuration ("yes" is checked case |
| 624 |
|
insensitively now) |
| 625 |
|
- explicit return values |
| 626 |
|
- reorder command line checks and make them more consistent |
| 627 |
|
- add more comments |
| 628 |
|
|
| 629 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 15 Aug 2005 20:13:28 +0000 |
| 630 |
|
|
| 631 |
|
adduser (3.67) unstable; urgency=low |
| 632 |
|
|
| 633 |
|
* Add Arabic (ar) debconf translation. Thanks to Mohammed Adnène |
| 634 |
|
Trojette. (mh) Closes: #320756 |
| 635 |
|
* Update French (fr) manpages, introduce po4a to generate translated |
| 636 |
|
manpages. Thanks to Nicolas François. Closes: #321614 |
| 637 |
|
* add dependency alternative debconf | debconf-2.0 to stop being a |
| 638 |
|
cdebconf transition blocker. Thanks to Joey Hess for the heads-up. |
| 639 |
|
|
| 640 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 12 Aug 2005 05:50:03 +0000 |
| 641 |
|
|
| 642 |
|
adduser (3.66) unstable; urgency=low |
| 643 |
|
|
| 644 |
|
* Fix adduser user group. Thanks to Klaus Ethgen. Closes: #318951 |
| 645 |
|
* Fix primary group check which was broken due to wrong function name. |
| 646 |
|
Thanks to Bastian Kleineidam. Closes: #319043 |
| 647 |
|
* Fix broken error message on chage non-zero exit code. Thanks to |
| 648 |
|
Brian Nelson. Closes: #316089 |
| 649 |
|
* have get_group_members return a list when callers expect a list. |
| 650 |
|
Thanks to Lukasz Czyczylo. |
| 651 |
|
* add lintian override: adduser does not need to depend on adduser |
| 652 |
|
to use adduser in maintainer scripts. |
| 653 |
|
|
| 654 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 28 Jul 2005 05:34:56 +0000 |
| 655 |
|
|
| 656 |
|
adduser (3.65) unstable; urgency=low |
| 657 |
|
|
| 658 |
|
* do not abort if chage returns exit code 3. This is an indication |
| 659 |
|
that password aging cannot be set due to shadow not being enabled. |
| 660 |
|
Closes: #316089, #317944. |
| 661 |
|
* get_group_members now filters out non-existent users. |
| 662 |
|
Closes: #284688, #315071, #315250 |
| 663 |
|
* Use getpwent to determine whether a to-be-deleted group is primary |
| 664 |
|
group for users to enhance compatibility with non-/etc/passwd |
| 665 |
|
backends. Closes: #308175 |
| 666 |
|
* Standards-Version: 3.6.2 (no changes needed) |
| 667 |
|
|
| 668 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 15 Jul 2005 18:03:40 +0000 |
| 669 |
|
|
| 670 |
|
adduser (3.64) unstable; urgency=low |
| 671 |
|
|
| 672 |
|
* The "bring the svn changes to unstable while not having time to |
| 673 |
|
address the other valid bug reports" release. |
| 674 |
|
* try Priority: - to avoid override disparities |
| 675 |
|
* Updated Norwegian Bokmal debconf templates and program translations. |
| 676 |
|
Thanks to Hans Fredrik Nordhaug. (mh) Closes: #298834 |
| 677 |
|
* Re-generate adduser.pot, fix gettext bugs in deluser. Thanks to |
| 678 |
|
Hans Fredrik Nordhaug. (mh) |
| 679 |
|
* Now handles /etc/skel correctly even if it is not readable for a |
| 680 |
|
normal user. Thanks to Chapko Dimitrij. (mh) Closes: #299489 |
| 681 |
|
* Zap program synopsis comments from the beginning. |
| 682 |
|
* Fix $ error in adduser.conf.5. Thanks to Kevin Ryde. |
| 683 |
|
(mh) Closes: #300641 |
| 684 |
|
* Add Finnish debconf templates. Thanks to Matti Pöllä. |
| 685 |
|
(mh) Closes: #303854 |
| 686 |
|
* Add Vietnamese debconf templates. Thanks to Clytie Siddall. |
| 687 |
|
(mh) Closes: #307599 |
| 688 |
|
* Fix broken --disabled-login --disabled-password handling. Thanks |
| 689 |
|
to Tokka Hastrup. (mh) Closes: #302837 |
| 690 |
|
* Use chage to override login.defs PASS_MAX_DAYS for system accounts. |
| 691 |
|
Thanks to Gerhard Schrenk. (mh) Closes: #298883 |
| 692 |
|
* fix misdocumentation of system user password status. |
| 693 |
|
Thanks to Shaul Karl. (mh) Closes: #308881 |
| 694 |
|
* add ubuntu patch to generate pot file during package build, and |
| 695 |
|
fix two s_print/s_printf invocations in deluser. |
| 696 |
|
Thanks to Martin Pitt. (mh) Closes: #313517 |
| 697 |
|
|
| 698 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 18 Jun 2005 17:09:56 +0000 |
| 699 |
|
|
| 700 |
|
adduser (3.63) unstable; urgency=low |
| 701 |
|
|
| 702 |
|
* allow underscores again. Bug in the regexp. Thanks to Steve |
| 703 |
|
Langasek. |
| 704 |
|
|
| 705 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 04 Mar 2005 06:38:22 +0000 |
| 706 |
|
|
| 707 |
|
adduser (3.62) unstable; urgency=low |
| 708 |
|
|
| 709 |
|
* Updated Ukrainian program translation. Thanks to |
| 710 |
|
Eugeniy Meshcheryakov. (mh) Closes: #294244. |
| 711 |
|
* Updated Catalan program translation. Thanks to Orestes Mas. |
| 712 |
|
(mh) Closes: #295340. |
| 713 |
|
|
| 714 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 17 Feb 2005 06:33:23 +0000 |
| 715 |
|
|
| 716 |
|
adduser (3.61) experimental; urgency=low |
| 717 |
|
|
| 718 |
|
* make username verification regexp configurable. (mh) |
| 719 |
|
Closes: #283110, #287535 |
| 720 |
|
|
| 721 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 7 Feb 2005 18:37:31 +0000 |
| 722 |
|
|
| 723 |
|
adduser (3.60) experimental; urgency=low |
| 724 |
|
|
| 725 |
|
* adduser.conf manpage fixes. Thanks to Siward de Groot. (mh) |
| 726 |
|
Closes: #268841. |
| 727 |
|
* adduser manpage fixes. Thanks to Siward de Groot. (mh) |
| 728 |
|
Closes: #268837. |
| 729 |
|
* Fix docs wrongly suggesting home dirs created sgid. Thanks to |
| 730 |
|
Shaul Karl. (mh) Closes: #286227. |
| 731 |
|
* create /etc/skel symlinks with proper uid/gid. Thanks to Deepak |
| 732 |
|
Goel. (mh) Closes: #268402. |
| 733 |
|
* Apply manpage patch from Nicolas François. Thanks. (mh) Closes: #278937. |
| 734 |
|
* Fix manpage typo. Thanks to Jari Aalto. (mh) Closes: #270266. |
| 735 |
|
* Fix adduser manpage: Adding an already-existing system user issues |
| 736 |
|
a warning. The manpage claims adduser will exit silently. (mh) |
| 737 |
|
* Add Basque program and debconf translation. Thanks to Piarres Beobide |
| 738 |
|
Egaña. (mh) Closes: #279659. |
| 739 |
|
* Add new adduser.local examples directory by John Zaitseff. (mh) |
| 740 |
|
Closes: #273010. |
| 741 |
|
* Add Italian program translation. Thanks to Luca Monducci. (mh) |
| 742 |
|
Closes: #271142. |
| 743 |
|
* Add a new config option NO_DEL_PATHS to deluser.conf with a |
| 744 |
|
sensible default in the deluser source code. In the default |
| 745 |
|
configuration, deluser will not zap any important system directories |
| 746 |
|
any more. Thanks to Ernst Kloppenburg and Klaus Ethgen. (mh) |
| 747 |
|
Closes: #293559, #271829 |
| 748 |
|
* deluser will now stop deleting at a mount point. Thanks to Andreas |
| 749 |
|
Schmidt. (mh) Closes: #231809 |
| 750 |
|
|
| 751 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 5 Feb 2005 14:22:20 +0000 |
| 752 |
|
|
| 753 |
|
adduser (3.59) unstable; urgency=low |
| 754 |
|
|
| 755 |
|
* Updated Danish program translation. Thanks to Morten Brix |
| 756 |
|
Pedersen. (mh) Closes: #262336. |
| 757 |
|
* Updated Czech program translation. Thanks to Miroslav Kure. (mh) |
| 758 |
|
Closes: #261860. |
| 759 |
|
* Updated Russian program and debconf translation. Thanks to Yuri |
| 760 |
|
Kozlov. (mh) |
| 761 |
|
* Updated Ukrainian program and debconf translation. Thanks to |
| 762 |
|
Eugeniy Meshcheryakov. (mh) Closes: #261635. |
| 763 |
|
|
| 764 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 30 Jul 2004 18:15:55 +0000 |
| 765 |
|
|
| 766 |
|
adduser (3.58) unstable; urgency=low |
| 767 |
|
|
| 768 |
|
* fix inconsistent hyphenation in man pages. Thanks to Clint Adams. |
| 769 |
|
(mh) Closes: #259000. |
| 770 |
|
* Applied patch for German debconf translation by Florian Ernst. |
| 771 |
|
(rb) Closes: #261236. |
| 772 |
|
* Applied patch for Dutch debconf translation by cobaco. |
| 773 |
|
(mh) Closes: #261338. |
| 774 |
|
* Applied patch to tidy up the English program translations. Thanks |
| 775 |
|
to Adam D. Barratt. A request e-mail to the translators asking them to |
| 776 |
|
review the changes to their translation has been sent out. |
| 777 |
|
(mh) Closes: #260265. |
| 778 |
|
* Updated Catalan translations by Jordi Mallach <jordi@debian.org>. |
| 779 |
|
|
| 780 |
|
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 26 Jul 2004 21:11:40 +0200 |
| 781 |
|
|
| 782 |
adduser (3.57) unstable; urgency=low |
adduser (3.57) unstable; urgency=low |
| 783 |
|
|