From: Axel R. <ro...@us...> - 2017-03-11 09:15:08
|
Update of /cvsroot/sdif/Easdif In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22025 Modified Files: CMakeLists.txt ChangeLog Log Message: Summary: Version 1.4.29 - improved Python 3 support Correctly handle differences in iterator interfaces of python 2 and python 3 Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/CMakeLists.txt,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** CMakeLists.txt 2 Aug 2016 11:16:07 -0000 1.84 --- CMakeLists.txt 11 Mar 2017 09:15:06 -0000 1.85 *************** *** 45,49 **** SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 23) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") --- 45,49 ---- SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 24) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") Index: ChangeLog =================================================================== RCS file: /cvsroot/sdif/Easdif/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** ChangeLog 18 Nov 2014 13:56:12 -0000 1.95 --- ChangeLog 11 Mar 2017 09:15:06 -0000 1.96 *************** *** 1,2 **** --- 1,9 ---- + 2017-03-11 Axel Roebel <roebel@m2336.local> + Version 1.4.24 + + * swig/python/CMakeLists.txt, swig/python/easdif-python.i : + Correctly handle differences in iterator interfaces of python 2 and + python 3 + 2014-11-18 Frederic Cornu <co...@ir...> Version 1.4.23 |