Compare commits

...

4 Commits

Author SHA1 Message Date
Jindrich Novy b69d7feef0 fix date in changelog 2006-01-03 14:26:43 +00:00
Jindrich Novy 2745361128 - fix userpasswd - don't crash if pam produces multi-line output (#175735)
Thanks to toddp@bestweb.net
- added Serbian translation (#176152)
2006-01-03 14:25:57 +00:00
Jesse Keating 065e583d79 gcc update bump 2005-12-09 22:43:43 +00:00
Jindrich Novy 6725f90f7e make the usermode-gtk dialog always on top 2005-12-01 14:50:31 +00:00
3 changed files with 15 additions and 14 deletions
+2 -12
View File
@@ -1,12 +1,2 @@
usermode-1.72.tar.gz
usermode-1.73.tar.bz2
usermode-1.74.tar.bz2
usermode-1.75.tar.bz2
usermode-1.76.tar.bz2
usermode-1.77.tar.bz2
usermode-1.78.tar.bz2
usermode-1.79.tar.bz2
usermode-1.80.tar.bz2
usermode-1.81.tar.bz2
usermode-1.82.tar.bz2
usermode-1.83.tar.bz2
usermode-1.84.tar.bz2
usermode-1.85.tar.bz2
+1 -1
View File
@@ -1 +1 @@
140eea2f0c10eaa46f277af4ec054036 usermode-1.83.tar.bz2
63570836f5e3bcb9c7f746048887a589 usermode-1.85.tar.bz2
+12 -1
View File
@@ -5,7 +5,7 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.83
Version: 1.85
Release: 1
License: GPL
Group: Applications/System
@@ -120,6 +120,17 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Jan 3 2006 Jindrich Novy <jnovy@redhat.com> 1.85-1
- fix userpasswd - don't crash if pam produces multi-line output (#175735)
Thanks to toddp@bestweb.net
- added Serbian translation (#176152)
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Thu Dec 1 2005 Jindrich Novy <jnovy@redhat.com> 1.84-1
- usermode-gtk dialog stays always on top, thanks to Pierre Ossman (#80634)
* Tue Nov 15 2005 Jindrich Novy <jnovy@redhat.com> 1.83-1
- accept gecos information on commandline for userinfo,
patch by mclasen@redhat.com (#173232)