[planner] Version 0.14.6



commit 18f2867993de688a555eeb65f9eb64356a0d709d
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Sun Dec 25 04:26:29 2011 +0100

    Version 0.14.6

 NEWS         |   25 +++++++++++++++++++++++++
 README       |    4 ++--
 configure.in |    2 +-
 3 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2b81a17..f70de8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
 ==============
+Planner 0.14.6
+==============
+
+Fixes
+=====
+
+* Fixed compilation with --with-database (thanks to Maxim Zakharov)
+* Several warnings (thanks to Tinggong Wang)
+* Got rid of AM_MAINTAINER_MODE
+* Got rid of some deprecated code
+
+New and Updated Translations
+============================
+Kristjan Schmidt (eo)
+Alexandre Franke (fr)
+Takeshi AIHANA (ja)
+RÃdolfs Mazurs (lv)
+Piotr DrÄg (pl)
+Matej UrbanÄiÄ (sl)
+Daniel Nylander (sv)
+Gorkem Cetin (tr)
+Muhammet Kara (tr)
+Kjartan Maraas (nb)
+
+==============
 Planner 0.14.5
 ==============
 
diff --git a/README b/README
index 1489a81..e6d5c31 100644
--- a/README
+++ b/README
@@ -69,8 +69,8 @@ PYGTK 2.6.0
 
 Simple install procedure:
 
-  $ tar xzvf planner-0.14.5.tar.gz 	# unpack the sources
-  $ cd planner-0.14.5			# change to the toplevel directory
+  $ tar xzvf planner-0.14.6.tar.gz 	# unpack the sources
+  $ cd planner-0.14.6			# change to the toplevel directory
   $ ./configure				# run the `configure' script
   $ make				# build planner
   [ Become root if necessary ]
diff --git a/configure.in b/configure.in
index d81220d..c251dac 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@
 AC_PREREQ(2.54)
 
 AC_INIT(AUTHORS)
-AM_INIT_AUTOMAKE(planner, 0.14.5)
+AM_INIT_AUTOMAKE(planner, 0.14.6)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]