From c1744e364dff115698fc2a442a70aa3faaf089aa Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 16 May 2005 15:41:49 +0000 Subject: [PATCH] - Fix processing of new-line characters that got broken in 2.6.0.8-11 (bug 157442). --- gdm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdm.spec b/gdm.spec index 1037f8d..39d4ea6 100644 --- a/gdm.spec +++ b/gdm.spec @@ -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 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 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 ,