Skip to content

Commit

Permalink
Version 1.9.10 started.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 10, 2012
1 parent e814e50 commit 8623ae4
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 59 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Robin Gareus
Jackdmp changes log
---------------------------

2012-12-10 Stephane Letz <[email protected]>

* Version 1.9.10 started.

2012-11-21 Stephane Letz <[email protected]>

* Correct JackPortAudioDriver::Open : special case for ASIO drivers.
Expand Down
2 changes: 1 addition & 1 deletion common/JackConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "config.h"
#endif

#define VERSION "1.9.9.5"
#define VERSION "1.9.10"

#define BUFFER_SIZE_MAX 8192

Expand Down
2 changes: 1 addition & 1 deletion doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = "Jack2"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.9.9
PROJECT_NUMBER = 1.9.10

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
4 changes: 2 additions & 2 deletions macosx/Jack-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Jackservermp</string>
<key>CFBundleGetInfoString</key>
<string>Jackdmp 1.9.9.5, @03-12 Paul Davis, Grame</string>
<string>Jackdmp 1.9.10, @03-12 Paul Davis, Grame</string>
<key>CFBundleIdentifier</key>
<string>com.grame.Jackmp</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.9.9.5</string>
<string>1.9.10</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion windows/Setup/jack.ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<*project
version = 4 civer = "Free v4.14.5" winver = "2.6/5.1.2600" >
<output> .</>
<exename> Jack_v1.9.9_32_setup.exe</>
<exename> Jack_v1.9.10_32_setup.exe</>
<digitsign> </>
<appname> Jack</>
<password> </>
Expand Down
2 changes: 1 addition & 1 deletion windows/Setup/jack64.ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<*project
version = 4 civer = "Free v4.14.5" winver = "2.8/6.1.7600" >
<output> .</>
<exename> Jack_v1.9.9_64_setup.exe</>
<exename> Jack_v1.9.10_64_setup.exe</>
<digitsign> </>
<appname> Jack</>
<password> </>
Expand Down
8 changes: 4 additions & 4 deletions windows/jackaudioadapter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp Audio Adapter for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "audioadapter\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "audioadapter.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "audioadapter\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jackd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_APP
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jack server for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jackd\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jackd.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jackd\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jackdummydriver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp Dummy Driver for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jack_dummy\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jack_dummy.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jack_dummy\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jackloopbackdriver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp Loopback Driver for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jack_loopback\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jack_loopback.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jack_loopback\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jacknetadapter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp Net Adapter for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "netadapter\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "netadapter.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "netadapter\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jacknetdriver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp Net Driver for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jack_netdriver\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jack_netdriver.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jack_netdriver\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jacknetmanager.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp Net Manager for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "netmanager\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "netmanager.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "netmanager\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jacknetonedriver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp NetOne Driver for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jack_netonedriver\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jack_netonedriver.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jack_netonedriver\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jackportaudio.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp PortAudio Driver for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jack_portaudio\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jack_portaudio.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jack_portaudio\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/jackwinmme.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jackmp WinMME Driver for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "jack_portaudio\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "jack_winmme.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "jack_winmme\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/libjack.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jack client library for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "libjack\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libjack.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "libjack\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions windows/libjacknet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
1 VERSIONINFO
FILEVERSION 1,9,9,5
PRODUCTVERSION 1,9,9,5
FILEVERSION 1,9,10
PRODUCTVERSION 1,9,10
FILEOS VOS_UNKNOWN
FILETYPE VFT_DLL
BEGIN
Expand All @@ -23,14 +23,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Grame\0"
VALUE "FileDescription", "Jack Net library for Windows\0"
VALUE "FileVersion", "1, 9, 9, 5\0"
VALUE "FileVersion", "1, 9, 10\0"
VALUE "InternalName", "libjacknet\0"
VALUE "LegalCopyright", "Copyright Grame � 2006-2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libjacknet.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "libjacknet\0"
VALUE "ProductVersion", "1, 9, 9, 5\0"
VALUE "ProductVersion", "1, 9, 10\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
Loading

0 comments on commit 8623ae4

Please sign in to comment.