summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-01-30 21:54:52 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-01-30 21:54:52 +0000
commitffe9f0d600db846ed50c6fd52aff2fd1fd65fd53 (patch)
tree4ef1d38220c6f90542d3297a3bc3ba7d38b1e474
parentb45f562715f17968e24385aeb0181d7954415cba (diff)
downloadgdm-ffe9f0d600db846ed50c6fd52aff2fd1fd65fd53.tar.gz
Updated Updated version/date. Change libgstreamer-0.8 to libgstreamer-0.10
2006-01-30 Brian Cameron <brian.cameron@sun.com> * Release 2.13.0.7: * NEWS, configure.ac: Updated * docs/C/gdm.xml: Updated version/date. * config/gdmprefetchlist.in: Change libgstreamer-0.8 to libgstreamer-0.10 in the prefetch list.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS36
-rw-r--r--config/gdmprefetchlist.in2
-rw-r--r--configure.ac2
-rw-r--r--docs/C/gdm.xml2
5 files changed, 47 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 13eb870d..ae80a8ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-01-30 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.13.0.7:
+ * NEWS, configure.ac: Updated
+ * docs/C/gdm.xml: Updated version/date.
+ * config/gdmprefetchlist.in: Change libgstreamer-0.8 to
+ libgstreamer-0.10 in the prefetch list.
+
+2006-01-30 Brian Cameron <brian.cameron@sun.com>
+
* config/PreSession.in: Fix so it no longer tries to access
the config file via grep/sed. Now it calls
'gdmflexiserver --command="GET_CONFIG"', which is a much
diff --git a/NEWS b/NEWS
index 16a1b291..6c81c91e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,41 @@
Ahh news...
+2.13.0.7 stuff:
+
+- Turns out the core dumping issue that was supposed to be fixed in 2.13.0.6
+ wasn't really fixed. Now it is. (Sebastien Bacher)
+
+- New "options_button" available for gdmgreeter themes. This pops up
+ the F10 menu which has all the choices found in the Disconnect, System,
+ Sessions, and Language buttons so that themes can have a cleaner
+ 1-button look. The default circles, happygnome, and happygnome-list
+ themes now use this style. (Sebastien Bacher, Brian Cameron)
+
+- Fix bugs that were causing User24HourClock=auto to not work properly.
+ Now GDM should properly grab the system time format when auto is set.
+ (Christopher Aillon)
+
+- Fix bug in PreSession script that was causing it to not properly set the
+ background color before starting user session.
+
+- GDM docs now has a troubleshooting section. (Brian Cameron)
+
+- Make sure /usr/openwin/bin is in PATH on Solaris, since this is needed
+ for PreSession/PostSession scripts to find sessreg and other needed
+ X programs.
+
+- String change of "XDMCP Chooser" to "Remote Login via XDMCP".
+ (Brian Cameron)
+
+- Minor tweaks to default/example gdmprefetchlist file so it works
+ better for GNOME 2.14 out of the box.
+
+- Translation updates (Stanislav Brabec, Theppitak Karoonboonyanan,
+ Chao-Hsiung Liao, Kjartan Maraas, Lasse Bang Mikkelsen, Kostas Papadimas,
+ Ankit Patel, Ignacio Casal Quinteiro, Alexander Shopov, Clytie Siddall,
+ Slobodan D. Sredojevic, Ilkka Tuohela, Vincent van Adrighem,
+ Adam Weinberger, Funda Wang)
+
2.13.0.6 stuff:
- The core dumping issue mentioned in the previous release note has been
diff --git a/config/gdmprefetchlist.in b/config/gdmprefetchlist.in
index 071000d8..45cbbfc6 100644
--- a/config/gdmprefetchlist.in
+++ b/config/gdmprefetchlist.in
@@ -30,7 +30,7 @@
/usr/openwin/lib/X11/fonts/TrueType/VeraMoIt.ttf
/usr/lib/libgnome-desktop-2.so
/usr/lib/wnck-applet
-/usr/lib/libgstreamer-0.8.so
+/usr/lib/libgstreamer-0.10.so
/usr/dt/lib/libXm.so
/usr/lib/libpoppler.so
/usr/lib/libgconf-2.so
diff --git a/configure.ac b/configure.ac
index c20fa267..a0da598c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.13.0.6)
+AM_INIT_AUTOMAKE(gdm,2.13.0.7)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index 8f7cbab8..84758dd6 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -2,7 +2,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
- <!ENTITY version "2.13.0.6">
+ <!ENTITY version "2.13.0.7">
<!ENTITY date "01/15/2006">
]>