rpms/ldm/F-9 .cvsignore, 1.6, 1.7 ldm.spec, 1.10, 1.11 sources, 1.10, 1.11

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Mon Jul 28 01:11:44 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/ldm/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7684

Modified Files:
	.cvsignore ldm.spec sources 
Log Message:
- Major code cleanup and simplification
      SSH message direct to UI.
      ldm_spawn simplification.
      Proper glib string handling.
- Preparation for local apps feature
      Export LDM_USERNAME
      /var/cache/ldm for local apps feature
      S01-localapps
- Bug Fix: Login input validation
- Automatic login after timeout in guest mode
- Optional LDM_LIMIT_ONE_SESSION feature



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ldm/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	1 Jul 2008 21:59:15 -0000	1.6
+++ .cvsignore	28 Jul 2008 01:11:14 -0000	1.7
@@ -1 +1 @@
-ldm-2.0.7.tar.bz2
+ldm-2.0.8.tar.bz2


Index: ldm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ldm/F-9/ldm.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ldm.spec	1 Jul 2008 21:59:15 -0000	1.10
+++ ldm.spec	28 Jul 2008 01:11:14 -0000	1.11
@@ -1,5 +1,5 @@
 Name:           ldm
-Version:        2.0.7
+Version:        2.0.8
 #%define _datestamp .20080324.10
 Release:        1%{?dist}
 Summary:        LTSP Display Manager
@@ -52,8 +52,22 @@
 %{_mandir}/man1/ldm.1.gz
 %{_datadir}/ltsp/screen.d/ldm
 %dir %{_localstatedir}/run/ldm/
+%dir %{_localstatedir}/cache/ldm/
 
 %changelog
+* Sun Jul 27 2008 Warren Togami <wtogami at redhat.com> - 2.0.8-1
+- Major code cleanup and simplification
+      SSH message direct to UI.
+      ldm_spawn simplification.
+      Proper glib string handling.
+- Preparation for local apps feature
+      Export LDM_USERNAME
+      /var/cache/ldm for local apps feature
+      S01-localapps
+- Bug Fix: Login input validation
+- Automatic login after timeout in guest mode
+- Optional LDM_LIMIT_ONE_SESSION feature
+
 * Tue Jul 01 2008 Warren Togami <wtogami at redhat.com> - 2.0.7-1
 - 2.0.7 adds keyboard layout setting within ldm
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ldm/F-9/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	1 Jul 2008 21:59:15 -0000	1.10
+++ sources	28 Jul 2008 01:11:14 -0000	1.11
@@ -1 +1 @@
-a61b48e4ff95c70cff0b63cc7c53394e  ldm-2.0.7.tar.bz2
+2f237b497c324efb875b97a72f07c3e5  ldm-2.0.8.tar.bz2




More information about the scm-commits mailing list