-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
40 lines (40 loc) · 1.54 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
0.1 initial working unpublished version
0.2 performance enhancements:
- keys are now represented as lists
- general optimizations
documentation written
code cleanup
0.3 Bugfix in password generation
documentation cleanup
0.4 Increased ocb performance and adjusted possible blocksizes
Replaced aes-ocb-max-default-length by aes-default-method
0.5 Bugfix in the case of a false password
Improved performance of some functions
Added support for multiple padding formats
Updated documentation
0.6 Changed order of parameter in a few functions
- aes-enlarge-to-multiple-num
- aes-ocb-encrypt
- aes-ocb-decrypt
- aes-key-from-passwd
Disabled autosaving of encrypted files in unencrypted form
Made documentation compatible with checkdoc
Updated documentation
Removed compile warning
Removed support for Emacs 21
Changed Emacs Version recommendations
0.7 Move generation of a key from a password to a separate function
Allow usage of external password for buffer-en/de-cryption.
Bugfix for uni-multibyte problem.
Pushed Save-Format from V1.2 to V1.3
Updated Documentation
0.8 Adopt to new repository
Apply new double-hyphen coding convention of Emacs 24.4
0.9 Show buffer in decrypted form after saving
Resolved Emacs 25 Compatibility issues
1.0 Resolved Emacs 26 Compatibility issues
Updated Documentation and Links
1.1 Fix Checkdoc and package-lint problems
No longer erase messages buffer
Get rid of unused variables
Remove support for internal storage format V1.2