Skip to content

Commit f71d89b

Browse files
committed
* Updated CHANGES.md
Merge branch 'master' into develop
2 parents c4e55d8 + 80ae257 commit f71d89b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Release version: 2.0.0
2+
* **BUG FIX**: Linux incompatability resolved.
3+
`typedef _int32 uint32_t` should be `typedef unsigend _int32 uint32_t`.
4+
* Breaks backward-file compatability in Windows.
5+
6+
## Release version: 1.1.3
7+
* **BUG FIX**: `_O_BINARY` flag is needed to prevent `_write` and `_read` to
8+
interpret CTRL+Z and end of file.
19
## Release version: 1.1.2
210
* Runs in Microsoft Windows. In Windows, build using build.bat
311
* BUG: Files encrypted in Linux is not getting decrypted properly in Windows

0 commit comments

Comments
 (0)