From 3cb23468ee0837e2ff86d5015659bfa4b356db7b Mon Sep 17 00:00:00 2001 From: George Lebl Date: Mon, 15 Mar 2004 23:22:20 +0000 Subject: Release 2.6.0.0 Mon Mar 15 10:22:30 2004 George Lebl * Release 2.6.0.0 * docs/Makefile.am: fix build * Makefile.am: did I not commit this build fix? --- ChangeLog | 8 ++++++++ Makefile.am | 2 +- NEWS | 14 ++++++++++++++ docs/Makefile.am | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93662b3d..2a3e2ede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Mar 15 10:22:30 2004 George Lebl + + * Release 2.6.0.0 + + * docs/Makefile.am: fix build + + * Makefile.am: did I not commit this build fix? + 2004-03-15 Glynn Foster * configure.in, docs/Makefile.am: Add localized docs to build. diff --git a/Makefile.am b/Makefile.am index 2e68e19c..dd253b1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ sbin_SCRIPTS = gdm-stop gdm-restart gdm-safe-restart gdmconfig install-data-local: gdmsetup-security if CONSOLE_HELPER $(INSTALL_DATA) -D $(srcdir)/gdmsetup-pam $(DESTDIR)$(PAM_PREFIX)/pam.d/gdmsetup - $(INSTALL_DATA) -D $(srcdir)/gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup + $(INSTALL_DATA) -D gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup $(INSTALL_DATA) -m 755 -d $(DESTDIR)$(sbindir) mv -f $(DESTDIR)$(bindir)/gdmsetup $(DESTDIR)$(sbindir) $(LN_S) @CONSOLE_HELPER@ $(DESTDIR)$(bindir)/gdmsetup diff --git a/NEWS b/NEWS index 16718137..7411ff89 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ Ahh news... +2.6.0.0 stuff: + +- DisplayLastLogin defaults to false since '/usr/bin/last' is stupidly + unlocalized + +- Add translated (de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW) + documentation (Glynn, Sun translation team) + +- Translation updates (Christophe Merlet, Christian Neumair, Maxim Dziumanenko, + Telsa Gwynne, Stanislav Visnovsky, Gustavo Maciel Dias Vieira, + Alastair McKinstry, Alexander Winston, Sanlig Badral, Vincent van Adrighem, + Michiel Sikkes, Funda Wang, Ales Nyakhaychyk, Metin Amiroff, Takeshi AIHANA, + Alessio Frusciante, Francesco Marletta) + 2.5.90.2 stuff: - Support for GTK+ theming (accessibility) and ability to change current diff --git a/docs/Makefile.am b/docs/Makefile.am index 9a34104d..cbb8a6e4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . C de es fr it sv ja ko zh_CN zh_HK zh_CN +SUBDIRS = . C de es fr it sv ja ko zh_CN zh_HK zh_TW man_MANS = gdm.1 -- cgit v1.2.1