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