ChangeLog 6.5 KB

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