소스 검색

Prepare for release 0.4

oz123 11 년 전
부모
커밋
810ea63dc7
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 0
      ChangeLog
  2. 1 1
      pwman/__init__.py

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2013-05-24 Oz Nahum <nahumoz@gmail.com>
+	* Version 0.3.9
+	* Fix reading of Nodes and Tags a cPickle object
+	* Add earasing of passwords from memory.
+	* Add Class and command line flag to convert old DataBase 
+	  format to new format.
 2012-12-14 Oz Nahum <nahumoz@gmail.com>
     * Version 0.3.0
     * add custom generator for passwords, support of Alphanumerics + special

+ 1 - 1
pwman/__init__.py

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