ChangeLog 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. 2018-Januar-28 Oz Nahum Tiram <oz.tiram@gmail.com>
  2. * Release version 0.9.6
  3. * bug fix, could remove node without authentication
  4. 2017-December-5 Oz Nahum Tiram <oz.tiram@gmail.com>
  5. * Release 0.9.5
  6. * Use urllib.request instead of http.client.HTTPSconnection
  7. 2017-December-5 Oz Nahum Tiram <oz.tiram@gmail.com>
  8. * Release 0.9.4
  9. * Use http.client.HTTPSconnection
  10. 2017-Januar-15 Oz Nahum Tiram <oz.tiram@gmail.com>
  11. * Release 0.9.3
  12. * Fix multiple issues with SQLite on Windows
  13. * Fix deletion of nodes
  14. 2016-November-5 Oz Nahum Tiram <oz.tiram@gmail.com>
  15. * Release 0.9.2
  16. * Fix time out expiration
  17. 2016-August-12 Oz Nahum Tiram <oz.tiram@gmail.com>
  18. * Release 0.9.1
  19. * Windows fixes
  20. 2016-August-09 Oz Nahum Tiram <oz.tiram@gmail.com>
  21. * Release 0.9.0
  22. * Completely drop Python2 support
  23. * Migration from PyCrypto to Cryptography completed
  24. Note that this breaks compatablity with earlier versions.
  25. 2016-July-16 Oz Nahum Tiram <oz.tiram@gmail.com>
  26. * Release 0.8.1 - Tag only, not on pypi
  27. * Fixes of Python2 - Python3 compatablity issues
  28. * Pure AES module converted with 2to3 to python3
  29. 2016-July-O4 Oz Nahum Tiram <oz.tiram@gmail.com>
  30. * Release 0.8.0
  31. * Remove automatic build of man page. Explicit build is still possible.
  32. * Add pure Python AES module
  33. * On systems where Pycrypto is not available use own AES
  34. 2016-Jan-15 Oz Nahum Tiram <nahumoz@gmail.com>
  35. * Release 0.7.4
  36. * Fix typo in setup.py which affects windows installation
  37. 2016-Jan-01 Oz Nahum Tiram <nahumoz@gmail.com>
  38. * Version 0.7.3
  39. * Multiple fixes
  40. * New Crypto engine - different from 0.6
  41. * Fixes for windows
  42. 2015-Oct-21 Oz Nahum Tiram <nahumoz@gmail.com>
  43. * Version 0.7.2
  44. * Fix bug on Windows OS
  45. * Catch up with 0.7
  46. * See git log for major changes between 0.6 and 0.7
  47. 2015-Mar-19 Oz Nahum Tiram <nahumoz@gmail.com>
  48. * version 0.6
  49. * Rewrite Crypto Engine
  50. * Multiple fixes in all DB drivers
  51. * Fixes for all platforms
  52. * For the complete log see git log.
  53. 2014-May-5 Oz Nahum <nahumoz@gmail.com>
  54. * Version 0.5.1
  55. * Convert old database before starting Pwman3
  56. 2014-Apr-8 Oz Nahum <nahumoz@gmail.com>
  57. * Version 0.5.
  58. * Multiple bug fixes.
  59. * 95% test coverage.
  60. * Drop supprt for old database format that uses cPickle.
  61. Everything is stored in SQLite as encrypted strings.
  62. 2014-Feb-27 Oz Nahum <nahumoz@gmail.com>
  63. * Version 0.4.5
  64. * Fix for old database format
  65. * The tag is on commit 5304181711797bb2da68addc18b97740f6540da3
  66. 2014-Feb-25 Oz Nahum <nahumoz@gmail.com>
  67. * Version 0.4.4
  68. * Multiple bug fixes
  69. * Complete test coverage
  70. * Last version supporting old data base format.
  71. The next version will break compatability.
  72. The compatability will be broken because the old code
  73. is not testable, and immposible to maintain.
  74. Therefore this version still includes the converter.
  75. 2013-11-23 Oz Nahum <nahumoz@gmail.com>
  76. * Version 0.4.3
  77. * fix for #726987 in Debian
  78. * fix issue #21
  79. * fix for ##726884 in Debian
  80. 2013-09-28 Oz Nahum <nahumoz@gmail.com>
  81. * Version 0.4.2
  82. * Fix typos `help` option.
  83. 2013-09-25 Oz Nahum <nahumoz@gmail.com>
  84. * Version 0.4.1
  85. * Fix broken usability with old database format.
  86. 2013-09-21 Oz Nahum <nahumoz@gmail.com>
  87. * Version 0.4.0
  88. * Multiple bug fixes
  89. * Most changes are developer related (e.g. add unit testing)
  90. * Nodes data was writen to DB with cPickle.dumps, hence
  91. loading the data was done cPickle.loads. New node
  92. are now saved as encrypted string without cPickle.
  93. This makes Pwman3 a bit more secure.
  94. 2013-07-21 Oz Nahum <nahumoz@gmail.com>
  95. * Version 0.3.9d
  96. * Fix for filtering tags
  97. * remove exception when old DB file exists
  98. when converting. Instead exist with error
  99. status and explanation.
  100. 2013-06-29 Oz Nahum <nahumoz@gmail.com>
  101. * Version 0.3.9c
  102. * Fix for Generating Passwords
  103. * Added dependancies to setup.py : python-colorama, pycrypto
  104. 2013-05-30 Oz Nahum <nahumoz@gmail.com>
  105. * Version 0.3.9.a
  106. * Fix for none encrypted tags in database.
  107. 2013-05-24 Oz Nahum <nahumoz@gmail.com>
  108. * Version 0.3.9
  109. * Fix reading of Nodes and Tags a cPickle object
  110. * Add earasing of passwords from memory.
  111. * Add Class and command line flag to convert old DataBase
  112. format to new format.
  113. 2012-12-14 Oz Nahum <nahumoz@gmail.com>
  114. * Version 0.3.0
  115. * add custom generator for passwords, support of Alphanumerics + special
  116. signs.
  117. * Individual password policy.
  118. * Fix bug with Random number generation (thank you Rian).
  119. * fix bug that prevented not working on other system than MacOSX
  120. (thank you Rian).
  121. * fix autoflashing of passwords, a timeout before flashing can specified
  122. or completly disables with -1.
  123. * Improvements documentation
  124. 2012-12-14 Oz Nahum <nahumoz@gmail.com>
  125. * Version 0.2.1
  126. * implement open uri function
  127. * better MacOSX logic
  128. * implement test mode, so code can run locally
  129. * use ArgParse
  130. * some improvements on documentation
  131. 2012-10-06 Oz Nahum <nahumoz@gmail.com>
  132. * added Debian patches.
  133. * Merge pull request from David North.
  134. * Add copy to clipboard on Mac OSX
  135. 2012-10-06 Oz Nahum <nahumoz@gmail.com>
  136. * pwman/__init__.py: Version 0.1.0
  137. * pwman/ui/cli.py: Added copy of password to clipboard.
  138. * pwman/ui/cli.py: Added autoflushing of printed output.
  139. 2009-09-06 Ivan Kelly <ivan@ivankelly.net>
  140. * pwman/__init__.py: Version 0.0.8
  141. 2010-09-06 Emmanuel Bouthenot <kolter@openics.org>
  142. * pwman/ui/cli.py: Improved list output (patch from Emmanuel Bouthenot)
  143. 2009-09-05 Tero Tilus <tero@tilus.net>
  144. * pwman/ui/cli.py: list accepts tag parameters and resets filter
  145. * pwman/ui/cli.py: self.get_ids(arg) (print, edit, ... commands) now accepts tag params
  146. 2009-03-06 Ivan Kelly <ivan@ivankelly.net>
  147. * pwman/ui/cli.py: Made leetify configurable
  148. 2009-03-05 IKEGAMI Hiroyuki <ikegam@mixallow.net>
  149. * pwman/util/generator.py, pwman/ui/cli.py: Added numerous password generation options.
  150. 2009-02-16 Ivan Kelly <ivan@ivankelly.net>
  151. * pwman/__init__.py: Version 0.0.7
  152. 2009-02-16 Ivan Kelly <ivan@ivankelly.net>
  153. * pwman/ui/cli.py: Added short commands
  154. * pwman/exchange/exporter.py, pwman/exchange/importer.py, pwman/ui/cli.py, scripts/pwman3: Added patches that usually go in debian package. Removed echo on password input