- Fix processing of new-line characters that got broken in 2.6.0.8-11 (bug

157442).
This commit is contained in:
Ray Strode 2005-05-16 15:41:49 +00:00
parent d6fc8a0afc
commit c1744e364d

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager.
Name: gdm
Version: 2.6.0.8
Release: 12
Release: 13
Epoch: 1
License: LGPL/GPL
Group: User Interface/X
@ -288,6 +288,10 @@ fi
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%changelog
* Thu May 12 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-13
- Fix processing of new-line characters that got broken
in 2.6.0.8-11 (bug 157442).
* Tue May 3 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-12
- Fix processing of non-ascii characters that got broken
in 2.6.0.8-11, found by Miloslav Trmac <mitr@redhat.com>,