update configure and NEWS file.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3543 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2008-07-30 11:57:40 +00:00
parent 973bf9a791
commit 59dc6f5157
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -6,6 +6,12 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/ChangeLog.
New in 0.11.5; 2008-07-30; Andreas Jellinghaus
* configure system improved by Alon Bar-Lev.
* The windows build system was rewritten from scatch by Alon Bar-Lev.
The new build system uses mingw for building packages.
* RuToken now supported
New in 0.11.4; 2007-09-10; Andreas Jellinghaus
* Drop AC_LIB_LINKFLAGS for libltdl and aclocal/lib* files.
* New configure option to disable building nsplugin.

View File

@ -4,7 +4,7 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11])
define([PACKAGE_VERSION_FIX], [4])
define([PACKAGE_VERSION_FIX], [5])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn])
AC_CONFIG_AUX_DIR([.])