jcs
/amend
/amendments
/79
rez: Release 3.4
jcs made amendment 79 over 2 years ago
--- amend.π.r Fri Jun 3 13:00:53 2022
+++ amend.π.r Wed Jun 15 10:30:29 2022
@@ -69,7 +69,7 @@ data 'WIND' (128) {
};
data 'vers' (1) {
- $"0330 8000 0000 0333 2E33 2B33 2E33 20A9" /* .0Ä....3.3+3.3 © */
+ $"0340 8000 0000 0333 2E34 2B33 2E34 20A9" /* .@Ä....3.4+3.4 © */
$"2032 3032 302D 3230 3232 2C20 6A6F 7368" /* 2020-2022, josh */
$"7561 2073 7465 696E 203C 6A63 7340 6A63" /* ua stein <jcs@jc */
$"732E 6F72 673E" /* s.org> */
--- README Fri Jun 3 13:14:37 2022
+++ README Wed Jun 15 13:06:57 2022
@@ -3,6 +3,13 @@ Written by joshua stein <jcs@jcs.org> - http://jcs.org
Amend is free software; see the LICENSE file for copyright/licensing
+3.4 - 2022-06-15
+ - Fix newline handling in diff generation that was adding erroneous
+ newlines after chunk headers
+ - Update backend database library with bug fixes
+ - Fix crash that occurred after saving settings
+ - Other minor crash fixes
+
3.3 - 2022-06-03
- Correctly include C function prototypes in diffs (equivalent to diff's -p
option)