diff --git a/CHANGELOG b/CHANGELOG index c0580f9..796fe6e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,8 @@ Version 0.5.3 (2011-01-02) - - Fixed issues with console login - - Added support for hibernation - - Updated to better support consolekit 4.2 - - Thanks to lambchops468 for his help + - Fixed issues with console login + - Added support for hibernation + - Updated to better support consolekit 4.2 + - Thanks to lambchops468 for his help Version 0.5.2 (2010-01-24) - Fixed race condition @@ -57,3 +57,4 @@ Version 0.1b (2009-11-09) Version 0.1 (2009-11-09) - Initial release + diff --git a/src/cdm b/src/cdm index 42ebf22..3151b6b 100755 --- a/src/cdm +++ b/src/cdm @@ -4,27 +4,28 @@ # # Copyright (C) 2009-2011, Daniel J Griffiths # Thanks to: -# Andrwe..........beta-testing and submitting the fix for the all -# important X incrementation function -# brisbin33.......code cleanup -# tigrmesh........finding a critical issue with the gnome-session handler -# Profjim.........several incredibly useful patches -# lambchops468....consolekit and hibernation patches # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301, USA. +# Andrwe beta-testing and submitting the fix for the all +# important X incrementation function +# brisbin33 code cleanup +# tigrmesh finding a critical issue with the gnome-session handler +# Profjim several incredibly useful patches +# lambchops468 consolekit and hibernation patches +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. name="Console Display Manager" ver="0.5.3"