Browse Source

preparing for release

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@163 7c53e7cc-98ea-0310-8f1f-a0b24da60408
sip 15 years ago
parent
commit
289380a173
5 changed files with 9 additions and 5 deletions
  1. 5 1
      ChangeLog
  2. 1 1
      Makefile
  3. 1 1
      Makefile.freebsd
  4. 1 1
      Makefile.netbsd
  5. 1 1
      Makefile.openbsd

+ 5 - 1
ChangeLog

@@ -1,8 +1,12 @@
-1.3.1 - XXXX.XX.XX
+1.3.1 - 2008.09.25
     * Added focus_password config option for focusing password
       automatically when default_user is enabled
+    * Added auto_login option
     * Fixed uninitialized daemonmode, see
       http://www.freebsd.org/cgi/query-pr.cgi?pr=114366
+    * Fixed maximum length for password
+    * Introduced customization options for session text:
+      font, colors, position, shadows.
 
 1.3.0 - 2006.07.14
     * Added PAM support by Martin Parm

+ 1 - 1
Makefile

@@ -20,7 +20,7 @@ DESTDIR=
 #######################################################
 
 NAME=slim
-VERSION=1.3.0
+VERSION=1.3.1
 
 DEFINES=-DPACKAGE=\"$(NAME)\" -DVERSION=\"$(VERSION)\" \
 		-DPKGDATADIR=\"$(PREFIX)/share/slim\" -DSYSCONFDIR=\"$(CFGDIR)\"

+ 1 - 1
Makefile.freebsd

@@ -19,7 +19,7 @@ DESTDIR=
 #######################################################
 
 NAME=slim
-VERSION=1.3.0
+VERSION=1.3.1
 
 DEFINES=-DPACKAGE=\"$(NAME)\" -DVERSION=\"$(VERSION)\" \
 		-DPKGDATADIR=\"$(PREFIX)/share/slim\" -DSYSCONFDIR=\"$(CFGDIR)\"

+ 1 - 1
Makefile.netbsd

@@ -19,7 +19,7 @@ DESTDIR=
 #######################################################
 
 NAME=slim
-VERSION=1.3.0
+VERSION=1.3.1
 
 DEFINES=-DPACKAGE=\"$(NAME)\" -DVERSION=\"$(VERSION)\" \
 		-DPKGDATADIR=\"$(PREFIX)/share/slim\" -DSYSCONFDIR=\"$(CFGDIR)\"

+ 1 - 1
Makefile.openbsd

@@ -15,7 +15,7 @@ DESTDIR=
 #######################################################
 
 NAME=slim
-VERSION=1.3.0
+VERSION=1.3.1
 
 DEFINES=-DPACKAGE=\"$(NAME)\" -DVERSION=\"$(VERSION)\" \
 		-DPKGDATADIR=\"$(PREFIX)/share/slim\" -DSYSCONFDIR=\"$(CFGDIR)\"