Browse Source

changelog: Describe new changes

tags/v0.9.0
Daniel Oaks 6 years ago
parent
commit
0fe3855582
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      CHANGELOG.md

+ 7
- 0
CHANGELOG.md View File

@@ -12,12 +12,19 @@ New release of Oragono!
12 12
 ### Security
13 13
 
14 14
 ### Added
15
+* Added info document to better explain the design decisions behind Oragono in-depth, how to rehash, etc.
16
+* Now prints a warning if the server's not listening on a TLS port or if it's not listening for TLS connections on port 6697.
17
+* Now prints a warning if you're trying to run from source or an otherwise unreleased version.
15 18
 
16 19
 ### Changed
17 20
 
18 21
 ### Removed
19 22
 
20 23
 ### Fixed
24
+* Fixed a memory leak in our socket code when clients disconnect.
25
+* Fixed a SASL bug that resulted in certains clients getting caught in a cycle of trying (and failing) to abort authentication.
26
+* Fixed an instance where clients could use a nickname that isn't sane (thanks @euank!).
27
+* Fixed an issue where certain clients who connect incorrectly wouldn't be disconnected (thanks @euank!).
21 28
 
22 29
 
23 30
 ## [0.8.2] - 2017-06-30

Loading…
Cancel
Save