prepare 0.10.0 release.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2652 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-10-21 17:34:09 +00:00
parent 46021acdaa
commit 8b65da70a1
4 changed files with 13 additions and 7 deletions

8
NEWS
View File

@ -1,6 +1,12 @@
NEWS for OpenSC -- History of user visible changes
New in 0.10.x; not yet released
Please also see doc/WhatsNew.html or
http://www.opensc.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/ChangeLog.
New in 0.10.0-rc1; Andreas Jellinghaus
* New generic ATR/card matching code with
atrmask support, used by all card drivers.
* Much improved and unified ATR handling in

View File

@ -1,7 +1,7 @@
INPUT = ../src/libopensc
FILE_PATTERNS = *.h
PROJECT_NAME = OpenSC
PROJECT_NUMBER = 0.8
PROJECT_NUMBER = 0.10.0
HIDE_UNDOC_MEMBERS = YES
SORT_MEMBER_DOCS = NO
OPTIMIZE_OUTPUT_FOR_C = YES

View File

@ -48,7 +48,7 @@
#define PATH_MAX _MAX_PATH
#ifndef VERSION
#define VERSION "0.9.4"
#define VERSION "0.10.0"
#endif
/* src/common/getpass.c */

View File

@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,1,0
PRODUCTVERSION 0,8,1,0
FILEVERSION 0,10,0,0
PRODUCTVERSION 0,10,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@ -22,8 +22,8 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "Description", "OpenSC PKCS#11 library\0"
VALUE "FileVersion", "0, 8, 1, 0\0"
VALUE "ProductVersion", "0, 8, 1, 0\0"
VALUE "FileVersion", "0, 10, 0, 0\0"
VALUE "ProductVersion", "0, 10, 0, 0\0"
VALUE "Licence", "LGPL\0"
VALUE "Info", "http://www.opensc.org/\0"
END