Codebase list libotr / f91917e
Update NEWS for 4.1.0 Ian Goldberg 9 years ago
1 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 18 Oct 2014:
1 - Release 4.1.0
2 - Modernized autoconf build system
3 - Use constant-time comparisons where needed
4 - Use gcrypt secure memory allocation
5 - Correctly reject attempts to fragment a message into too many pieces
6 - Fix a missing opdata when sending message fragments
7 - Don't lose the first user message when REQUIRE_ENCRYPTION is set
8 - Fix some memory leaks
9 - Correct check for children contexts' state when forgetting a context
10 - API Changes:
11 - Added API functions otrl_context_find_recent_instance and
12 otrl_context_find_recent_secure_instance.
13
014 24 Aug 2012:
115 - Release 4.0.0
216 - Support v3 of the OTR protocol