Ver Fonte

Release version 0.4.4

oz123 há 11 anos atrás
pai
commit
8d19f8dfb4
3 ficheiros alterados com 13 adições e 2 exclusões
  1. 10 0
      ChangeLog
  2. 1 1
      pwman/__init__.py
  3. 2 1
      pwman/ui/ocli.py

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+2014-Feb-25 Oz Nahum <nahumoz@gmail.com>
+	* Version 0.4.4
+	* Multiple bug fixes 
+	* Complete test coverage 
+	* Last version supporting old data base format.
+	  The next version will break compatability. 
+	  The compatability will be broken because the old code 
+	  is not testable, and immposible to maintain. 
+	  Therefore this version still includes the converter. 
+
 2013-11-23 Oz Nahum <nahumoz@gmail.com>
 	* Version 0.4.3
 	* fix for   #726987 in Debian

+ 1 - 1
pwman/__init__.py

@@ -20,7 +20,7 @@
 #============================================================================
 
 appname = "Pwman3"
-version = "0.4.4-dev"
+version = "0.4.4"
 website = "http://github.com/pwman3/pwman3"
 author = "Oz Nahum"
 authoremail = "nahumoz@gmail.com"

+ 2 - 1
pwman/ui/ocli.py

@@ -546,7 +546,8 @@ class PwmanCliOld(cmd.Cmd, HelpUI, BaseUI):
             + " which is unsecure." \
             + " It's highly recommended to switch to the new database " \
             + "format. Do note: support for this DB format will be dropped in"\
-            + " v0.5." \
+            + " v0.5. This  database format is in hold. No bugs are fixed. Please " \
+            + " upgrade your database." \
             + " Check the help (pwman3 -h) or look at the manpage which" \
             + " explains how to proceed. ***"