summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2009-02-17 18:50:44 +0000
committerBrian Cameron <bcameron@src.gnome.org>2009-02-17 18:50:44 +0000
commit4a1d5fe7d126d495f910e06da3e4287923c2359b (patch)
tree24e62ad7cf85d9f7bcc191e134f6aab6a5ca61b1 /ChangeLog
parent6e165eeb966fa6cd9cbc1e85079893755bdf66f3 (diff)
downloadgdm-4a1d5fe7d126d495f910e06da3e4287923c2359b.tar.gz
Support VERSION command so that if user's run gdmflexiser
2009-02-17 Brian Cameron <brian.cameron@sun.com> * utils/gdmflexiserver.c: Support VERSION command so that if user's run gdmflexiser --command=VERSION, it will return the version number. This is nice for backwards compatibility. Fixes bug #535450. svn path=/trunk/; revision=6713
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b4e64e..c8dfa06d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
2009-02-17 Brian Cameron <brian.cameron@sun.com>
+ * utils/gdmflexiserver.c: Support VERSION command so that if user's
+ run gdmflexiser --command=VERSION, it will return the version number.
+ This is nice for backwards compatibility. Fixes bug #535450.
+
+2009-02-17 Brian Cameron <brian.cameron@sun.com>
+
* docs/C/gdm.xml: Documentation improvements. Fixes bugs #569893 and
- #571250.
+ #571250.
2009-02-17 Brian Cameron <brian.cameron@sun.com>