summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-01-26 20:19:17 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-01-26 20:19:17 +0000
commit246c90e876b339da3dad7c5bc94a0fdb1969e5fa (patch)
tree8c5d832ebba1c3709f85b619516d31f710212b19
parent83584e504a28f0e133eca1dd39e5531f6cae5abf (diff)
downloadswig-246c90e876b339da3dad7c5bc94a0fdb1969e5fa.tar.gz
Java char changes file update
-rw-r--r--CHANGES.current11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index e114acd09..4406f1225 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,17 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-01-26: wsfulton
+ [Java] Fix generated code parsing enum values using char escape sequences
+ when these values appear in the Java code (usually when using %javaconst)
+ such as:
+
+ enum X { x1 = '\n', x2 = '\1' };
+
+ Similarly for static const member char variables such as:
+
+ struct Y { static const char y = '\n'; }
+
2016-01-12: olly
[Javascript] Look for "nodejs" as well as "node", as it's packaged
as the former on Debian.