Skip to content

Commit c9ce691

Browse files
committed
v1.1.2 changes and build information changed in README.md
1 parent a2ee09e commit c9ce691

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release version: 1.1.2
2+
* Runs in Microsoft Windows. In Windows, build using build.bat
3+
* BUG: Files encrypted in Linux is not getting decrypted properly in Windows
4+
and vice versa.
5+
16
## Release version: 1.1.1
27

38
* **Change:** -D now works for both encryption and decryption. Deletes source

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ arguments and calling tea routines to entrypt/decrypt entire files.
3030

3131
## Build
3232

33-
Run the `build.sh` file in shell. It will build in the local directory, but
33+
Run the
34+
35+
* `build.sh` (Linux) file in shell.
36+
* `build.bat` (Windows)
37+
38+
It will build in the local directory, but
3439
will not install it anywhere. So no root is required.
3540

3641
## Usage:

0 commit comments

Comments
 (0)