Skip to content

Commit

Permalink
Tagged as version 0.1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Jun 15, 2014
1 parent 2d05622 commit 522b7e0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 29 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ Features
- Support for contrast and brightness settings
- Support for single-sided scanning from a flatbed
- Support for automatic document feeder and duplex mode
- Support for username- und password-based authentication
- Integrated property page for device modification
- Integrated wizard during driver/device installation

To be implemented
-----------------
- Support for username- und password-based authentication (in progress)

To be improved
--------------
- Make WIA driver use asynchronous network connections
- Make wizard and property pages use threaded device I/O handling
- Make WIA driver use asynchronous network connections (in progress)
- Make wizard and property pages use threaded device I/O handling (in progress)
- Handling of rounding issues while converting between units of length
- Handling of errors while using automatic document feeder or duplex mode

Expand Down
10 changes: 5 additions & 5 deletions coisane/coisane.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,5
PRODUCTVERSION 0,0,0,5
FILEVERSION 0,1,0,6
PRODUCTVERSION 0,1,0,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -42,12 +42,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marc H�rsken"
VALUE "FileDescription", "Scanner Access Now Easy - CoInstaller DLL"
VALUE "FileVersion", "0.0.0.5"
VALUE "FileVersion", "0.1.0.6"
VALUE "InternalName", "coisane.dll"
VALUE "LegalCopyright", "Copyright � 2013-2014 Marc H�rsken. All rights reserved."
VALUE "LegalCopyright", "Copyright � 2012-2014 Marc H�rsken. All rights reserved."
VALUE "OriginalFilename", "coisane.dll"
VALUE "ProductName", "Scanner Access Now Easy - WIA Driver"
VALUE "ProductVersion", "0.0.0.5"
VALUE "ProductVersion", "0.1.0.6"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions devsane/devsane.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,5
PRODUCTVERSION 0,0,0,5
FILEVERSION 0,1,0,6
PRODUCTVERSION 0,1,0,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -43,12 +43,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marc H�rsken"
VALUE "FileDescription", "Scanner Access Now Easy - Driver/Device Installer"
VALUE "FileVersion", "0.0.0.5"
VALUE "FileVersion", "0.1.0.6"
VALUE "InternalName", "devsane.exe"
VALUE "LegalCopyright", "Copyright � 2013-2014 Marc H�rsken. All rights reserved."
VALUE "LegalCopyright", "Copyright � 2012-2014 Marc H�rsken. All rights reserved."
VALUE "OriginalFilename", "devsane.exe"
VALUE "ProductName", "Scanner Access Now Easy - WIA Driver"
VALUE "ProductVersion", "0.0.0.5"
VALUE "ProductVersion", "0.1.0.6"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions wiasane.iss
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ MinVersion=0,6.1.7600
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x86 x64
AppID={{B7D5E900-AF40-11DD-AD8B-0800200C9A65}
AppCopyright=Copyright (C) 2013 Marc Hörsken. All rights reserved.
AppCopyright=Copyright (C) 2012-2014 Marc Hörsken. All rights reserved.
AppPublisher=Marc Hörsken
AppPublisherURL=http://wiasane.marc-hoersken.de/
AppName=Scanner Access Now Easy - WIA Driver
AppVersion=0.0.0.5
VersionInfoVersion=0.0.0.5
AppVersion=0.1.0.6
VersionInfoVersion=0.1.0.6
DefaultDirName={pf}\SANE WIA Driver
DefaultGroupName=SANE WIA Driver
OutputBaseFilename=wiasane
Expand Down
10 changes: 5 additions & 5 deletions wiasane/wiasane.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,5
PRODUCTVERSION 0,0,0,5
FILEVERSION 0,1,0,6
PRODUCTVERSION 0,1,0,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -42,12 +42,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marc H�rsken"
VALUE "FileDescription", "Scanner Access Now Easy - MicroDriver DLL"
VALUE "FileVersion", "0.0.0.5"
VALUE "FileVersion", "0.1.0.6"
VALUE "InternalName", "wiasane.dll"
VALUE "LegalCopyright", "Copyright � 2013-2014 Marc H�rsken. All rights reserved."
VALUE "LegalCopyright", "Copyright � 2012-2014 Marc H�rsken. All rights reserved."
VALUE "OriginalFilename", "wiasane.dll"
VALUE "ProductName", "Scanner Access Now Easy - WIA Driver"
VALUE "ProductVersion", "0.0.0.5"
VALUE "ProductVersion", "0.1.0.6"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions winsane/winsane.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,5
PRODUCTVERSION 0,0,0,5
FILEVERSION 0,1,0,6
PRODUCTVERSION 0,1,0,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -42,12 +42,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marc H�rsken"
VALUE "FileDescription", "Scanner Access Now Easy - Network DLL"
VALUE "FileVersion", "0.0.0.5"
VALUE "FileVersion", "0.1.0.6"
VALUE "InternalName", "winsane.dll"
VALUE "LegalCopyright", "Copyright � 2013-2014 Marc H�rsken. All rights reserved."
VALUE "LegalCopyright", "Copyright � 2012-2014 Marc H�rsken. All rights reserved."
VALUE "OriginalFilename", "winsane.dll"
VALUE "ProductName", "Scanner Access Now Easy - WIA Driver"
VALUE "ProductVersion", "0.0.0.5"
VALUE "ProductVersion", "0.1.0.6"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 522b7e0

Please sign in to comment.