comparison CHANGELOG @ 1957:8226f9539580

changelog: minor fixes in previous commit
author Goffi <goffi@goffi.org>
date Sat, 28 May 2016 20:12:54 +0200
parents ee73f20f6cf5
children 0618832a1627
comparison
equal deleted inserted replaced
1956:ee73f20f6cf5 1957:8226f9539580
1 All theses changelogs are not exhaustive, please check the mercurial repository for more details. 1 All theses changelogs are not exhaustive, please check the mercurial repository for more details.
2 2
3 v 0.6.1 (14/03/2016): 3 v 0.6.1 (xx/xx/2016):
4 - minimum Twisted version is now 15.2.0 4 - minimum Twisted version is now 15.2.0
5 - removed pyfeed and xe dependencies 5 - removed pyfeed and xe dependencies
6 - added mutagen to recommended in README4PACKAGERS 6 - added mutagen to recommended in README4PACKAGERS
7 - use of /usr/bin/env instead of /usr/bin/python in shebang 7 - use of /usr/bin/env instead of /usr/bin/python in shebang
8 - core: 8 - core:
56 - blog: import, edit, preview 56 - blog: import, edit, preview
57 - roster: get, stats, purge 57 - roster: get, stats, purge
58 - command "message" moved to "message send" 58 - command "message" moved to "message send"
59 - command "profile list" uses the new --output option 59 - command "profile list" uses the new --output option
60 - added constants for exit codes 60 - added constants for exit codes
61 - fixed traceback shown on a normal quit when a progression is finished
62 - primitivus: 61 - primitivus:
63 - detect direct pasting in the message bar 62 - detect direct pasting in the message bar
64 - add bracketed paste mode 63 - add bracketed paste mode
65 - libervia: 64 - libervia:
66 - browser and server sides: 65 - browser and server sides:
67 - replaced isRegistered call by a more generic getSessionMetadata 66 - replaced isRegistered call by a more generic getSessionMetadata
68 - new option "allow_registration" 67 - new option "allow_registration" to enable/disable new accounts registration
69 - browser side: 68 - browser side:
70 - improve the popup message banner 69 - improvee the popup message banner
71 - replace old favicon and display favicon counter 70 - replaced old favicon and display favicon counter
72 - better handling of connection with external JID 71 - fixed handling of connection with external JID
73 - improve some regexps after Link Mauve's comments 72 - improved some regexps
74 - replace "re" module usage with pure javascript 73 - replace "re" module usage with pure javascript
75 - server: 74 - server:
76 - added mechanism for URL redirections 75 - added mechanism for URL redirections
77 - renamed "ssl_certificate" to "tls_certificate" 76 - renamed "ssl_certificate" to "tls_certificate"
78 - new options "tls_private_key", "tls_chain options", "base_url_ext" 77 - new options "tls_private_key", "tls_chain options", "base_url_ext"