Skip to content

Commit

Permalink
Release-1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaltaks committed Nov 24, 2009
1 parent 95068a9 commit c99b4d0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dcversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.8
1.6.9
8 changes: 4 additions & 4 deletions docs/footer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


<div id="sidebar">
<a id="download_link" href="files/DoubleCommand-1.6.8.dmg">
<a id="download_link" href="files/DoubleCommand-1.6.9.dmg">
Download Latest
</a>
<br />
Expand All @@ -16,13 +16,13 @@
Get email when there's a new version</a>
</li>
<li>
Have a question? Talk in the
Have a question? Talk in the
<a href="http://sourceforge.net/forum/forum.php?forum_id=221238">
Forum
</a>
</li>
<li>
Have a request? Add it to the
Have a request? Add it to the
<a href="http://sourceforge.net/tracker/?group_id=65339&atid=510608">
list
</a>
Expand Down Expand Up @@ -56,7 +56,7 @@
I put time and effort into the software I make, and am happy to give it
away with source code for free. If you feel that it is worth something to
you, why not let me know?
You can send donations via <a href="http://www.paypal.com/">Paypal</a> to
You can send donations via <a href="http://www.paypal.com/">Paypal</a> to
<a href="mailto:mbaltaks@users.sourceforge.net?subject=DoubleCommand">
me</a> if you care to. And a great big thankyou to the many who have
generously donated!
Expand Down
3 changes: 2 additions & 1 deletion docs/history.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
</p>

<h1>Version History</h1>
<p><em>1.6.9 - 2009-11-24:</em> DoubleCommand 1.6.9 adds full Snow Leopard (Mac OS X 10.6) and 64-bit support.</p>
<p><em>1.6.8 - 2009-03-10:</em> DoubleCommand 1.6.8 adds back the missing options from the preference pane.</p>
<p><em>1.6.7 - 2009-02-05:</em> DoubleCommand 1.6.7 fixes the control key under certain situations, and adds an uninstaller script.</p>
<p><em>1.6.5 - 2007-08-06:</em> DoubleCommand 1.6.5 removes the unnecessary log output.</p>
<p><em>1.6.4 - 2007-07-25:</em> DoubleCommand 1.6.4 adds Caps lock to delete feature for the
<p><em>1.6.4 - 2007-07-25:</em> DoubleCommand 1.6.4 adds Caps lock to delete feature for the
Colemak keyboard layout. Also added internals for multiple keyboard support.</p>
<p><em>1.6.3 - 2007-06-27:</em> DoubleCommand 1.6.3 allows using the Option key with backslash as forward delete to delete to word boundaries.</p>
<p><em>1.6.2 - 2006-12-04:</em> DoubleCommand 1.6.2 fixes two bugs, Command flags still active after using PC style home and end, and allows both shift keys to trigger the forward delete feature.</p>
Expand Down
3 changes: 3 additions & 0 deletions docs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</a>
<h2>News</h2>

<p>
24th November 2009 - DoubleCommand 1.6.9 released, fully supporting 64-bit for the prefpane and the kext (for those who want to use the 64-bit kernel). This is a universal binary, so only one kext and prefpane is needed for any Mac OS X 10.4 and up computer.

<p>
2nd September 2009 - Snow Leopard (Mac OS X 10.6) has been released, but I might not be able to have a copy running for a couple of weeks. However, most reports coming in are that the existing DoubleCommand works fine on 10.6 in 32 bit kernel mode, and if you're using DoubleCommand, chances are that 32 bit is not only the default, but is just fine for you right now. I have been sent a patch by Ryan Walklin (thanks!) that should support the 64 bit kernel, but I won't be able to release that until I can test that it works, which should be a couple of weeks at most.
</p>
Expand Down
8 changes: 4 additions & 4 deletions kext/DoubleCommand.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
x86_64,
);
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.6.8;
CURRENT_PROJECT_VERSION = 1.6.9;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Expand All @@ -237,7 +237,7 @@
"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4;
MODULE_NAME = com.baltaks.driver.DoubleCommand;
MODULE_VERSION = 1.6.8;
MODULE_VERSION = 1.6.9;
OTHER_CFLAGS = "-no-cpp-precomp";
PREBINDING = NO;
PRODUCT_NAME = DoubleCommand;
Expand All @@ -258,7 +258,7 @@
x86_64,
);
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.6.8;
CURRENT_PROJECT_VERSION = 1.6.9;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G3;
Expand All @@ -272,7 +272,7 @@
"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4;
MODULE_NAME = com.baltaks.driver.DoubleCommand;
MODULE_VERSION = 1.6.8;
MODULE_VERSION = 1.6.9;
OTHER_CFLAGS = "-no-cpp-precomp";
PREBINDING = NO;
PRODUCT_NAME = DoubleCommand;
Expand Down
Binary file modified kext/English.lproj/InfoPlist.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion kext/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>BALT</string>
<key>CFBundleVersion</key>
<string>1.6.8</string>
<string>1.6.9</string>
<key>IOKitPersonalities</key>
<dict>
<key>DoubleCommand</key>
Expand Down
4 changes: 2 additions & 2 deletions package/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
<string>DoubleCommand 1.6.8</string>
<string>DoubleCommand 1.6.9</string>
<key>CFBundleIdentifier</key>
<string>com.baltaks.DoubleCommand</string>
<key>CFBundleShortVersionString</key>
<string>1.6.8</string>
<string>1.6.9</string>
<key>IFPkgFlagAllowBackRev</key>
<integer>0</integer>
<key>IFPkgFlagAuthorizationAction</key>
Expand Down
Binary file modified prefpane/English.lproj/InfoPlist.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion prefpane/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.6.8</string>
<string>1.6.9</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit c99b4d0

Please sign in to comment.