Browse Source

preparing for release

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@112 7c53e7cc-98ea-0310-8f1f-a0b24da60408
sip 17 years ago
parent
commit
40588e4fa0
5 changed files with 10 additions and 4 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      Makefile
  3. 1 1
      Makefile.freebsd
  4. 1 1
      Makefile.netbsd
  5. 1 1
      Makefile.openbsd

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+1.2.6 - 2006.09.15
+    * Bug #008167: Update pid when in daemon mode
+    * Fixed warnings when compiling with -Wall. Thanks to
+      KIMURA Masaru
+    * Fixed major memory leaks with repeated login (bug #007535)
+
 1.2.5 - 2006.07.24
     * hiding of the cursor is now an option (disabled
       by default) since some WMs does not re-initialize

+ 1 - 1
Makefile

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

+ 1 - 1
Makefile.freebsd

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

+ 1 - 1
Makefile.netbsd

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

+ 1 - 1
Makefile.openbsd

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