We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4e55d8 + 80ae257 commit f71d89bCopy full SHA for f71d89b
CHANGES.md
@@ -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.
9
## Release version: 1.1.2
10
* Runs in Microsoft Windows. In Windows, build using build.bat
11
* BUG: Files encrypted in Linux is not getting decrypted properly in Windows
0 commit comments