70 lines
1.8 KiB
Diff
70 lines
1.8 KiB
Diff
From 8016b940223e73ec5ba031c4c8451e57efa9d37b Mon Sep 17 00:00:00 2001
|
|
From: Kimmo Suominen <kimmo@suominen.com>
|
|
Date: Sat, 24 Dec 2016 10:22:22 +0000
|
|
Subject: [PATCH 1/3] Reset numbering since 6.20.00
|
|
|
|
---
|
|
Fixes | 5 +++--
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/Fixes b/Fixes
|
|
index 1c2e183..ef39e42 100644
|
|
--- a/Fixes
|
|
+++ b/Fixes
|
|
@@ -1,5 +1,6 @@
|
|
- 22. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
|
- 21. PR/471: Delay arginp parsing
|
|
+ 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
|
+ 1. PR/471: Delay arginp parsing
|
|
+
|
|
20. V6.20.00 - 20161124
|
|
19. Don't resize the screen if it did not change size.
|
|
18. V6.19.01 - 20161025
|
|
--
|
|
2.9.3
|
|
|
|
|
|
From 4ee184c298368e8a7f2954197f3f279a70dd10aa Mon Sep 17 00:00:00 2001
|
|
From: Kimmo Suominen <kimmo@suominen.com>
|
|
Date: Sat, 24 Dec 2016 12:39:23 +0000
|
|
Subject: [PATCH 2/3] Note a missing fix.
|
|
|
|
---
|
|
Fixes | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Fixes b/Fixes
|
|
index ef39e42..c99ffa3 100644
|
|
--- a/Fixes
|
|
+++ b/Fixes
|
|
@@ -1,3 +1,4 @@
|
|
+ 3. Fix out of bounds read (Brooks Davis)
|
|
2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
|
1. PR/471: Delay arginp parsing
|
|
|
|
--
|
|
2.9.3
|
|
|
|
|
|
From 4f3088e31cc72c314ecb803fac0405dac5047179 Mon Sep 17 00:00:00 2001
|
|
From: Kimmo Suominen <kimmo@suominen.com>
|
|
Date: Sat, 24 Dec 2016 13:15:47 +0000
|
|
Subject: [PATCH 3/3] Note another missing fix.
|
|
|
|
---
|
|
Fixes | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Fixes b/Fixes
|
|
index c99ffa3..aec768e 100644
|
|
--- a/Fixes
|
|
+++ b/Fixes
|
|
@@ -1,3 +1,4 @@
|
|
+ 4. Don't play pointer tricks that are undefined in modern c (Brooks Davis)
|
|
3. Fix out of bounds read (Brooks Davis)
|
|
2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
|
1. PR/471: Delay arginp parsing
|
|
--
|
|
2.9.3
|
|
|