summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 12:47:50 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 12:47:50 +0000
commitab62df21e800c183df96d706524ecbe94c323ed4 (patch)
tree281d3df4b3a8c57b12e4039b6bf21fa370afc161
parent7a1551e0c45843a2c02961932fde7cd04deed48c (diff)
downloadswig-ab62df21e800c183df96d706524ecbe94c323ed4.tar.gz
add fix distclean and maintainer-clean targets to CHANGES file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11975 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index a58cd68d3..f85338ed1 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,6 +1,9 @@
Version 2.0.0 (in progress)
============================
+2010-04-03: wsfulton
+ Fix Makefile targets: distclean and maintainer-clean
+
2010-04-02: wsfulton
[Lua] Fix char pointers, wchar_t pointers and char arrays so that nil can be passed as a
valid value. Bug reported by Gedalia Pasternak.