Пакет alterator-users: Specfile

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
Name: alterator-users
Version: 10.22
Release: alt1

Summary: alterator module for system users administration
License: GPL
Group: System/Configuration/Other

Url: http://altlinux.org/alterator
Source: %name-%version.tar
Packager: Stanislav Ievlev <inger@altlinux.org>

BuildPreReq: alterator >= 4.10-alt5

Requires: alterator >= 4.10-alt5
Requires: alterator-sh-functions >= 0.12
Requires: autologin-sh-functions >= 0.2.1
Requires: shadow-groups, coreutils, passwdqc-utils
Requires: alterator-l10n >= 2.9.107-alt1
Requires: libnss-role >= 0.5.6-alt1
Conflicts: alterator-fbi < 5.16-alt1
Conflicts: alterator-lookout < 2.1-alt1

Provides: alterator-backend-local_users = %version
Obsoletes: alterator-backend-local_users

%define _altdata_dir %_datadir/alterator

%description
alterator module for system users administration

%prep
%setup

%build
%make_build
%__cc alterator_users_helper.c -o alterator_users_helper %optflags %optflags_shared -pedantic

%install
%makeinstall
install -d %buildroot%_bindir
install -m 0755 alterator_users_helper %buildroot%_bindir

%postun
[ -d "%_cachedir/alterator/%name" ] && \
	rm -rf "%_cachedir/alterator/%name" ||:

%files
%_datadir/alterator/applications/*
%_datadir/alterator/ui/*/
%_alterator_backend3dir/*
%_bindir/alterator_users_helper

%changelog
* Wed Sep 13 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.22-alt1
- Add reading the avatar from the AccountsService (ALT #47231)
- Update the avatar display window in full resolution
- Update the avatar selection window in the web ui
- Remove non-images from the list of avatars

* Mon Sep 11 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.21-alt1
- Fix avatar update in desktop version
- Add avatar copying to the AccountsSerivce directory

* Mon Sep 05 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.20-alt1
- Fix in desktop and web UI version (ALT #47398, #47393)
- Add user avatar removal (ALT #47230)
- Hide the avatar frame display
- Fix the color scheme in the web UI (ALT #47229)
- Rename the button (ALT #47405)

* Mon Jul 31 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.19-alt1
- Fix the display of the avatar for a user who previously had an avatar
set when the window is reopened

* Fri Jul 14 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.18-alt1
- Remove an empty field if the user did not select an avatar

* Fri Jun 30 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.17-alt1
- set UID when writting an avatar in the user's dir
- add check for image type and symlink nesting
- fix avatar display

* Wed Jun 14 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.16-alt1
- fix saving the avatar in the user's root dir
- add an avatar setting to the "pixmap" of the button
- view the image the full resolution by clicking on the button with the avatar

* Fri Jun 02 2023 Dmitrii Fomchenkov <sirius@altlinux.org> 10.15-alt1
- add utility to move avatars
- backend: add setting and getting user avatar
- add user avatar support to ui
- add user avatar support for net version
- add copy folder with avatars

* Thu Dec 08 2022 Mikhail Efremov <sem@altlinux.org> 10.14-alt1
- backend: Add group 'users' to default groups list.
- backend: Use installer default groups with libnss-role.
- backend: Add support for default-groups.d in the installer.

* Tue Aug 10 2021 Ivan Savin <svn17@altlinux.org> 10.13-alt1
- Add display of groups to which the user belongs
- Add the ability to assign system roles to a user
- Default group is users when libnss-role is enabled.
  When creating a user, if libnss is enabled, the user is assigned a default
  group users.

* Fri Sep 11 2020 Michael Shigorin <mike@altlinux.org> 10.12-alt1
- don't mess up multiseat autologin

* Wed Mar 06 2019 Andrey Cherepanov <cas@altlinux.org> 10.11-alt1
- Add support of kiosk profile.

* Fri Mar 04 2016 Andrey Cherepanov <cas@altlinux.org> 10.10-alt1
- Return Autologin label

* Mon Jan 25 2016 Andrey Cherepanov <cas@altlinux.org> 10.9-alt1
- do not show autologin checkbox if system does not support it

* Thu Dec 03 2015 Michael Shigorin <mike@altlinux.org> 10.8-alt1
- full autologin support (closes: #30037)

* Tue Oct 27 2015 Michael Shigorin <mike@altlinux.org> 10.7-alt1
- initial autologin support

* Thu Feb 07 2013 Michael Shigorin <mike@altlinux.org> 10.6-alt1
- "video" added to default groups (e.g. UVC devices use it)

* Wed Nov 25 2009 Stanislav Ievlev <inger@altlinux.org> 10.5-alt1
- use alterator_export_proc
- fix field cleanup (update for current behaviour of form-update-value-list())
- replace obsolete woo-throw with woo-error call


* Thu Nov 12 2009 Stanislav Ievlev <inger@altlinux.org> 10.4-alt1
- use alterator_export_var

* Wed Sep 02 2009 Stanislav Ievlev <inger@altlinux.org> 10.3-alt3
- fix name of widget (closes: #21338)

* Tue Aug 11 2009 Stanislav Ievlev <inger@altlinux.org> 10.3-alt2
- add support of $ALTERATOR_DESTDIR variable (stanv@)

* Mon Aug 10 2009 Alexey I. Froloff <raorn@altlinux.org> 10.3-alt1
- also fill GECOS un /users/add

* Tue May 19 2009 Stanislav Ievlev <inger@altlinux.org> 10.2-alt1
- share callbacks between interfaces

* Thu Apr 30 2009 Stanislav Ievlev <inger@altlinux.org> 10.1-alt1
- use nameref attribute
- fix web UI for IE and Konqueror

* Fri Apr 24 2009 Stanislav Ievlev <inger@altlinux.org> 10.0-alt1
- port to new form library

* Wed Jan 28 2009 Vladislav Zavjalov <slazav@altlinux.org> 9.4-alt2
- fix backend: add returns after password setting errors

* Wed Jan 28 2009 Vladislav Zavjalov <slazav@altlinux.org> 9.4-alt1
- revert LDAP-support (reverted changes will be moved to alterator-ldap-users)
- move help and translations to alterator-l10n

* Fri Dec 05 2008 Vladislav Zavjalov <slazav@altlinux.org> 9.2-alt5
- use help from new l10n

* Tue Dec 02 2008 Vladislav Zavjalov <slazav@altlinux.org> 9.2-alt4
- update ru help (by azol@)

* Mon Sep 29 2008 Stanislav Ievlev <inger@altlinux.org> 9.2-alt3
- use general system-account-name type

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 9.2-alt1.2
- rename label in html interface too

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 9.2-alt1.1
- hotfix

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 9.2-alt1
- replace constraints with types
- fix label for allow_su option

* Thu Aug 07 2008 Stanislav Ievlev <inger@altlinux.org> 9.1-alt3
- fix user creation
- remove h1

* Thu Jul 24 2008 Stanislav Ievlev <inger@altlinux.org> 9.1-alt2
- users backend: action new - check password before useradd

* Wed Jun 25 2008 Stanislav Ievlev <inger@altlinux.org> 9.1-alt1
- use module.mak
- use effectShow instead of special passwordbox

* Tue Jun 24 2008 Stanislav Ievlev <inger@altlinux.org> 9.0-alt3
- /users/add -- for installer only

* Thu May 29 2008 Stanislav Ievlev <inger@altlinux.org> 9.0-alt2
- fix work with latest alterator-sh-functions
- remove pot-file

* Mon May 26 2008 Stanislav Ievlev <inger@altlinux.org> 9.0-alt1
- process local users only
- use enumref, write_bool_param, write_string_param
- don't use implicit attributes in qt ui

* Fri May 23 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt7
- remove autoinstall backend usage
- remove po files

* Thu Apr 17 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt6
- join to common dictionary project

* Thu Apr 17 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt5
- little ui improvements

* Tue Apr 15 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt4
- remove orphaned uris
- fix form layout according HIG
- remove html-messages.mak

* Thu Apr 03 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt3
- little ui improvements

* Thu Mar 27 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt2
- resurrect behaviour /users/add in installer (allow to skip step)

* Tue Mar 25 2008 Stanislav Ievlev <inger@altlinux.org> 8.2-alt1
- remove backend2 (second level backend)
- index: new ui (HTML and QT)
- user-add: new ui, edit in focus by default

* Mon Mar 24 2008 Stanislav Ievlev <inger@altlinux.org> 8.1-alt4
- update design uris

* Thu Mar 20 2008 Vladislav Zavjalov <slazav@altlinux.org> 8.1-alt3
- fix bug with shell check

* Wed Mar 19 2008 Vladislav Zavjalov <slazav@altlinux.org> 8.1-alt2
- check existance of shell programs in backend

* Wed Mar 05 2008 Stanislav Ievlev <inger@altlinux.org> 8.1-alt1
- remove template-*

* Mon Feb 04 2008 Stanislav Ievlev <inger@altlinux.org> 8.0-alt2
- sync widget size of /users/add with /root

* Wed Jan 23 2008 Stanislav Ievlev <inger@altlinux.org> 8.0-alt1
- move to new help subsystem
- move system administrator stuff into separate package

* Thu Nov 29 2007 Stanislav Ievlev <inger@altlinux.org> 7.3-alt4
- allow to skip step if some user already exists
- add ability to read default groups from template file
  (/etc/alterator/default-groups or /usr/share/install3/default-groups)

* Thu Sep 20 2007 Stanislav Ievlev <inger@altlinux.org> 7.3-alt3
- fix group creation

* Tue Sep 04 2007 Stanislav Ievlev <inger@altlinux.org> 7.3-alt2
- fix translation

* Wed Aug 15 2007 Stanislav Ievlev <inger@altlinux.org> 7.3-alt1
- move installer dialogs into this package

* Wed Jun 13 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt16
- add desktop file
- little UI improvements

* Thu May 31 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt15
- fix translation

* Wed May 30 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt14
- add /sbin/nologin to list of the valid shells (we need it for ldap users)
- rebuild with latest standalone

* Tue May 29 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt13
- assign 'Users' group

* Fri May 25 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt12
- switch to new card-index scripts

* Wed May 02 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt11
- improve password box UI layout

* Mon Apr 23 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt10
- update Ukrainian translation

* Thu Apr 19 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt9
- little CSS optimizations

* Fri Apr 06 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt8
- assign weight

* Thu Apr 05 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt7
- remove config-*
- remove deps on alterator-standalone

* Mon Apr 02 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt6
- local_users: fix typo
- add Ukrainian translation
- help improvements from kirill@

* Fri Mar 30 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt5
- local_users backend: use getent instead of /etc/passwd, skip users with invalid shells
- improve po template generation
- add documentation

* Wed Mar 07 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt4
- more translations
- fix tabbox's "current" attribute usage
- fix "expanded" attribute usage

* Tue Mar 06 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt3
- more translations
- top level menu

* Fri Feb 09 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt2
- bugfix: resurrect 'allow_su' control

* Thu Feb 08 2007 Stanislav Ievlev <inger@altlinux.org> 7.2-alt1
- add fbi data
- remove backend subpackage

* Wed Jan 31 2007 Stanislav Ievlev <inger@altlinux.org> 7.1-alt2
- use ->bool from library

* Fri Jan 12 2007 Stanislav Ievlev <inger@altlinux.org> 7.1-alt1
- improve passwordbox dialog (legion)
- add label constraints

* Wed Jan 10 2007 Stanislav Ievlev <inger@altlinux.org> 7.0-alt7
- don't use woo-extract-name
- don't add root to user's groups

* Tue Dec 12 2006 Stanislav Ievlev <inger@altlinux.org> 7.0-alt6
- add allow_su to list
- always return "ok" when remove user from group

* Mon Dec 11 2006 Stanislav Ievlev <inger@altlinux.org> 7.0-alt5
- improve usability of password widget
- add constraints visualization
- define default value for gecos
- local_users: allow to setup an empty gecos

* Thu Dec 07 2006 Stanislav Ievlev <inger@altlinux.org> 7.0-alt4
- save translation in utf8
- remove unused UI

* Mon Dec 04 2006 Stanislav Ievlev <inger@altlinux.org> 7.0-alt3
- fix backend: resurrect listing of the available shells, fix reading of unexistent users

* Thu Nov 30 2006 Stanislav Ievlev <inger@altlinux.org> 7.0-alt2
- fix backend: exceptions on new for existing user, and write for non-existing user

* Tue Nov 14 2006 Stanislav Ievlev <inger@altlinux.org> 7.0-alt1
- enable constraints

* Wed Nov 08 2006 Stanislav Ievlev <inger@altlinux.org> 6.0-alt0.2
- use native popup message boxes

* Tue Oct 31 2006 Stanislav Ievlev <inger@altlinux.org> 6.0-alt0.1
- move all local_users + local_groups logic to second level backend

* Fri Oct 27 2006 Stanislav Ievlev <inger@altlinux.org> 5.0-alt0.1
- update all backends to backend3
- update to new build system

* Mon Sep 25 2006 Stanislav Ievlev <inger@altlinux.org> 4.0-alt0.3
- icons now in separate design package (alterator-icons)

* Wed Aug 23 2006 Stanislav Ievlev <inger@altlinux.org> 4.0-alt0.2
- update build system

* Wed May 31 2006 Stanislav Ievlev <inger@altlinux.org> 4.0-alt0.1
- ported to alterator-2.9

* Fri May 12 2006 Stanislav Ievlev <inger@altlinux.org> 3.2-alt0.1
- move to git
- improve change password dialog
- removed model

* Mon Mar 27 2006 Stanislav Ievlev <inger@altlinux.org> 3.1-alt0.5
- code improvements

* Tue Mar 14 2006 Stanislav Ievlev <inger@altlinux.org> 3.1-alt0.4
- improved button state checking

* Mon Mar 06 2006 Stanislav Ievlev <inger@altlinux.org> 3.1-alt0.3
- remove extra get-content

* Thu Feb 16 2006 Stanislav Ievlev <inger@altlinux.org> 3.1-alt0.2
- fixed for guile18

* Mon Feb 13 2006 Stanislav Ievlev <inger@altlinux.org> 3.1-alt0.1
- move to new backend2 system, more translations

* Fri Feb 10 2006 Stanislav Ievlev <inger@altlinux.org> 3.0-alt0.2.1
- fixed typo

* Thu Feb 09 2006 Stanislav Ievlev <inger@altlinux.org> 3.0-alt0.2
- makefile improvements

* Wed Feb 08 2006 Stanislav Ievlev <inger@altlinux.org> 3.0-alt0.1
- model fixes
- added password generation facility
- adduser ready now

* Tue Feb 07 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.5.2
- minor backend improvements
- added demo interface for installer

* Thu Feb 02 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.5.1
- adaptations for new alterator, added support for acc-{leave,apply}

* Mon Jan 30 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.5
- yet another usability improvements

* Fri Jan 27 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.4
- another usability improvements

* Thu Jan 26 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.3
- usability improvements

* Mon Jan 23 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.2
- move to new frame scheme

* Fri Jan 20 2006 Stanislav Ievlev <inger@altlinux.org> 2.1-alt0.1
- move to profile based scheme for standalone

* Wed Jan 18 2006 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.8
- fixed checking for new

* Tue Dec 20 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.7
- locale improvements

* Mon Dec 19 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.6
- little code improvements

* Tue Nov 29 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.5.1
- bugfix

* Tue Nov 29 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.5
- interface improvements

* Thu Nov 10 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.4
- layout improvements

* Tue Nov 08 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.3
- fixed layout, added caption

* Thu Nov 03 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.2
- improvements

* Wed Nov 02 2005 Stanislav Ievlev <inger@altlinux.org> 2.0-alt0.1
- initial build for unstable alterator

* Wed Oct 19 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt14
- minor interface fixes
- added icons

* Mon Sep 12 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt13
- added user to scanner group

* Wed Aug 31 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt12
- use generic make templates
- disable all input widgets by default

* Tue Aug 30 2005 Sergey V Turchin <zerg at altlinux dot org> 1.1-alt11.1
- fix widgets layout

* Wed Aug 24 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt11
- fixed on-apply on-error

* Fri Aug 19 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt10
- code improvements

* Fri Aug 05 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt9
- improve latest fixes

* Tue Aug 02 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt8
- check for user existance before add it

* Mon Aug 01 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt7
- Belarusian translation

* Thu Jul 21 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt6
- added chrootpasswd tab
- fixed menufile

* Wed Jul 20 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt5
- updates

* Tue Jul 19 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt4
- minor updates

* Thu Jul 14 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt3
- interface improvements
- rename users-config to config-users

* Tue Jul 12 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt2
- user added to groups in model now
- usability improvements

* Wed Jul 06 2005 Stanislav Ievlev <inger@altlinux.org> 1.1-alt1
- adopted to new scheme

* Tue Jun 28 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt8
- minor bugfixes

* Mon Jun 27 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt7
- minor bugfixes

* Thu Jun 23 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt6
- updated po by kirill

* Tue Jun 21 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt5
- improvements

* Mon Jun 20 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt4
- added menu file

* Thu Jun 16 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt3
- adopted for new look

* Tue Jun 14 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt2
- adopted for new look

* Thu Jun 09 2005 Stanislav Ievlev <inger@altlinux.org> 1.0-alt1
- added standalone version of configurator

* Tue Jun 07 2005 Stanislav Ievlev <inger@altlinux.org> 0.4-alt1
- improvements

* Mon Jun 06 2005 Stanislav Ievlev <inger@altlinux.org> 0.3-alt3
- new url scheme

* Tue May 31 2005 Stanislav Ievlev <inger@altlinux.org> 0.3-alt2
- current snapshot

* Fri May 27 2005 Stanislav Ievlev <inger@altlinux.org> 0.3-alt1
- more help, and translation fixes (kirill@)

* Wed May 25 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt11
- for developers only: for testing new look, added help

* Tue May 24 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt10
- for developers only: for testing new look

* Wed May 04 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt9
- new shapshot

* Wed Apr 27 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt8
- new snapshot

* Mon Apr 25 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt7
- improved files layout

* Fri Apr 22 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt6
- bugfixes
- added support for ALT control center
- use gpasswd from shadow groups instead of usermod

* Thu Apr 21 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt5
- changed backend format
- minor bugfixes
- additional ui for future configurator

* Wed Apr 13 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt4
- add users to groups

* Tue Apr 12 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt3
- added checking for valid username

* Mon Apr 04 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt2
- little fixes

* Mon Mar 28 2005 Stanislav Ievlev <inger@altlinux.org> 0.2-alt1
- move ui and model files from main alterator tarball
- new backend format available now

* Thu Mar 24 2005 Stanislav Ievlev <inger@altlinux.org> 0.1-alt2
- minor bugfixes (allow to change uid)

* Mon Mar 21 2005 Stanislav Ievlev <inger@altlinux.org> 0.1-alt1
- Initial release