Compare commits

..

3 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
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
usermode-1.84.tar.bz2
usermode-1.85.tar.bz2
+1 -1
View File
@@ -1 +1 @@
f7ceb8bcfedd3b6f0825b22143a06ad4 usermode-1.84.tar.bz2
63570836f5e3bcb9c7f746048887a589 usermode-1.85.tar.bz2
+9 -1
View File
@@ -5,7 +5,7 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.84
Version: 1.85
Release: 1
License: GPL
Group: Applications/System
@@ -120,6 +120,14 @@ 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)