summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-15 14:08:40 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-15 14:08:40 +0200
commit66e0fdd5369bd804e9147e32a1a043559f2b5e9d (patch)
tree2553375acc15cf83e0d773858493d758f62212ef /HISTORY
parent0e4c1c1dd3dd4271e54a7305699c303b629fa915 (diff)
parent9b2a64e0f1cd115b0091c2b57ad938ec0f7bab4d (diff)
Merge branch 'release/debian/6.3.0-1'debian/6.3.0-1
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY11
1 files changed, 11 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e064c7a..74004e9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,16 @@
History
+2017/05/29: Version 6.3.0
+
+2017/05/24: fix #60 : invalid state(CCS_VALUE) in parse_char_class()
+2017/05/24: fix #59 : access to invalid address by reg->dmax value
+2017/05/23: fix invalid increment of start position in onig_scan()
+2017/05/23: fix #58 : access to invalid address by reg->dmin value
+2017/05/23: fix #57 : DATA_ENSURE() check must be before data access
+2017/05/22: fix #56 : return invalid result for codepoint 0xFFFFFFFF
+2017/05/19: [new] add \o{17777777777} syntax.
+2017/05/19: fix #55 : Byte value expressed in octal must be smaller than 256
+
2017/04/08: Version 6.2.0
2017/03/15: fix: size in xmemcpy in stack_double (PR #51)