Explorar o código

bump version, update changelog, version 0.4

oz123 %!s(int64=11) %!d(string=hai) anos
pai
achega
4b59bdfaf3
Modificáronse 2 ficheiros con 13 adicións e 4 borrados
  1. 12 3
      ChangeLog
  2. 1 1
      pwman/__init__.py

+ 12 - 3
ChangeLog

@@ -1,14 +1,23 @@
+2013-09-21 Oz Nahum <nahumoz@gmail.com>
+	* Version 0.4.0 
+	* Multiple bug fixes 
+	* Most changes are developer related (e.g. add unit testing)
+	* Nodes data was writen to DB with cPickle.dumps, hence
+	loading the data was done cPickle.loads. New node
+		are now saved as encrypted string without cPickle.
+		This makes Pwman3 a bit more secure.
+
 2013-07-21 Oz Nahum <nahumoz@gmail.com>
 	* Version 0.3.9d
-    * Fix for filtering tags 
+	* Fix for filtering tags 
 	* remove exception when old DB file exists
 	  when converting. Instead exist with error
 	  status and explanation.
 
 2013-06-29 Oz Nahum <nahumoz@gmail.com>
 	* Version 0.3.9c
-    * Fix for Generating Passwords
-	* Added dependacies to setup.py : python-colorama, pycrypto
+	* Fix for Generating Passwords
+	* Added dependancies to setup.py : python-colorama, pycrypto
 
 2013-05-30 Oz Nahum <nahumoz@gmail.com>
 	* Version 0.3.9.a

+ 1 - 1
pwman/__init__.py

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