summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 3.0.11William S Fulton2016-06-121-0/+42
|
* Correct CHANGES comment about kwargs and compactdefaultargs.William S Fulton2016-05-311-1/+1
| | | | [skip ci]
* Bump version to 3.0.10William S Fulton2016-05-291-0/+196
|
* Remove unused kwnames generated variable in Ruby wrappersWilliam S Fulton2016-05-281-1/+1
| | | | This seems to be from some left over Python kwargs / unfinished kwargs support
* Fix typo: "neccessary" -> "necessary"Olly Betts2016-01-121-2/+2
|
* Bump version to 3.0.9William S Fulton2015-12-311-0/+158
|
* Bump version to 3.0.8William S Fulton2015-08-031-0/+117
|
* Cosmetic corrections - Mac OS XWilliam S Fulton2015-08-021-4/+4
|
* Bump version to 3.0.7William S Fulton2015-07-061-0/+202
|
* Mark the not-always-using-args in Python change as incompatible.Vadim Zeitlin2015-04-221-0/+4
| | | | | | Some existing typemaps actually rely on "*args" being always used, so document the change fixing the bug which resulted in their use as being potentially incompatible and point to a way to restore the previous behaviour.
* Correct changes notes on %pythonnondynamic usageWilliam S Fulton2015-04-101-3/+3
|
* Bump version to 3.0.6William S Fulton2015-02-011-0/+31
| | | | [skip ci]
* Bump version to 3.0.5William S Fulton2015-01-141-0/+35
|
* Fix typo in old entryOlly Betts2015-01-081-1/+1
|
* Fix typoOlly Betts2015-01-071-1/+1
|
* Bump version to 3.0.4William S Fulton2014-12-311-0/+139
|
* Remove bogus ; after } in documentationOlly Betts2014-11-071-9/+9
|
* Spelling fixWilliam S Fulton2014-10-211-12/+12
|
* Syntax fix using %feature in documentationWilliam S Fulton2014-10-211-2/+2
|
* Fix incorrect examples of regex %renameOlly Betts2014-08-121-2/+2
|
* Correct documentation of special variable namesWilliam S Fulton2014-07-011-3/+3
| | | | | $parentname is really $parentclassname $parentsymname is really $parentclasssymname
* Bump version to 3.0.3William S Fulton2014-06-061-0/+20
|
* Bump version to 3.0.2William S Fulton2014-05-281-0/+84
|
* Fix typosOlly Betts2014-04-291-3/+3
|
* Bump version to 3.0.1William S Fulton2014-03-171-0/+358
|
* Fix assorted comment and documentation typosOlly Betts2014-02-231-3/+3
|
* CHANGES files corrections since 2.0.12 releasev3.0.0-beta1rel-3.0.0-beta1William S Fulton2014-02-161-0/+65
| | | | | A number of fixes committed since 2.0.11 release were intended for the 3.0.0 release were backported to the maintenance-2.0 branch for 2.0.12.
* Fix a few typos in comments and docsOlly Betts2013-12-121-3/+3
|
* Fix typosOlly Betts2013-09-251-2/+2
|
* Bump version to 3.0.0William S Fulton2013-09-181-0/+138
| | | | SWIG 3 is open for business - looks go crazy!
* Bump version to 2.0.11William S Fulton2013-05-271-0/+237
|
* Fix assorted typos.Olly Betts2013-01-081-7/+7
| | | | From https://sourceforge.net/p/swig/patches/332/ and some others too.
* Bump version to 2.0.10William S Fulton2013-01-031-0/+155
|
* Bump version to 2.0.9William S Fulton2012-08-211-0/+157
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13718 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix somes typosSylvestre Ledru2012-08-081-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13559 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.8William S Fulton2012-05-261-0/+91
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13125 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix typemap method hiding regression introduced in swig-2.0.5 - rev 12764William S Fulton2012-05-111-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13071 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Relocate entry incorrectly added to CHANGESOlly Betts2012-05-101-5/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13061 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove support for using gccgo 4.6 as the Go compiler. Gccgo 4.7Ian Lance Taylor2012-05-021-0/+5
| | | | | | | works, as does the more commonly used gc compiler. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13031 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.7William S Fulton2012-04-301-0/+13
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13029 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.6William S Fulton2012-04-191-0/+440
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13009 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add blank line after 2.0.4 release heading to match previous releases.Olly Betts2011-05-241-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12712 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* bump version to 2.0.5William S Fulton2011-05-211-0/+116
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* bump version to 2.0.4William S Fulton2011-03-291-0/+72
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12570 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.3William S Fulton2011-02-201-0/+163
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12511 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.2 and move CHANGES.current to CHANGESWilliam S Fulton2010-10-051-0/+189
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12260 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove duplicate introWilliam S Fulton2010-06-031-3/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12097 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.1William S Fulton2010-06-031-1/+665
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12096 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* minor tweaks for release notes uploaded to SFWilliam S Fulton2010-06-021-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12088 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Refer each of the changes/release notes files to each otherWilliam S Fulton2010-06-011-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12079 626c5289-ae23-0410-ae9c-e8d60b6d4f22