Skip to content

Commit

Permalink
0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 8, 2012
1 parent 58da45d commit fe647a7
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DNSCrypt-Menubar/DNSCrypt-Menubar/DNSCrypt-Menubar-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.13 (beta)</string>
<string>0.14 (beta)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.13</string>
<string>0.14</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions DNSCrypt-OSX-Installer/DNSCrypt-OSX-Installer.pkgproj
Expand Up @@ -1241,7 +1241,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.13</string>
<string>0.14</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1734,7 +1734,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.13</string>
<string>0.14</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
14 changes: 7 additions & 7 deletions DNSCrypt-OSX-Installer/sign.sh
@@ -1,6 +1,6 @@
#! /bin/sh

VERSION='0.13'
VERSION='0.14'

cd build || exit 1
(
Expand All @@ -16,11 +16,11 @@ done
rm -fr DNSCrypt-OSX.mpkg
productsign --sign 'Developer ID Application' DNSCrypt.mpkg DNSCrypt-OSX.mpkg
zip -9 -r "dnscrypt-osx-client-${VERSION}.zip" DNSCrypt-OSX.mpkg
rm -fr dstroot
rm -fr dnscrypt-pkg
rm -f "dnscrypt-osx-client-${VERSION}.dmg"
mkdir dstroot
mv DNSCrypt-OSX.mpkg dstroot
hdiutil create "dnscrypt-osx-client-${VERSION}.dmg" -srcfolder dstroot
mkdir dnscrypt-pkg
mv DNSCrypt-OSX.mpkg dnscrypt-pkg
hdiutil create "dnscrypt-osx-client-${VERSION}.dmg" -srcfolder dnscrypt-pkg

mv dstroot/DNSCrypt-OSX.mpkg .
rm -fr dstroot
mv dnscrypt-pkg/DNSCrypt-OSX.mpkg .
rm -fr dnscrypt-pkg
4 changes: 2 additions & 2 deletions DNSCrypt-Preference-Pane/DNSCrypt/DNSCrypt-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.13</string>
<string>0.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.13</string>
<string>0.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011-2012 OpenDNS Inc. All rights reserved.</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion DNSCrypt-Preference-Pane/DNSCrypt/DNSCrypt.h
Expand Up @@ -9,7 +9,7 @@
#import <PreferencePanes/PreferencePanes.h>
#import <WebKit/WebKit.h>

#define kDNSCRYPT_PACKAGE_VERSION @"0.13"
#define kDNSCRYPT_PACKAGE_VERSION @"0.14"

#define kDNSCRYPT_PREFPANE_APP_PATH @"/Library/PreferencePanes/DNSCrypt.prefPane"
#define kDNSCRYPT_USR_BASE_DIR kDNSCRYPT_PREFPANE_APP_PATH @"/Contents/Resources/usr"
Expand Down
4 changes: 2 additions & 2 deletions DNSCrypt-Preference-Pane/DNSCrypt/extra/html/about.haml
Expand Up @@ -14,8 +14,8 @@
%body
%h1 About DNSCrypt
%p
This software encrypts DNS packets between your computer and
OpenDNS. This prevents man-in-the-middle attacks and snooping of DNS
This software encrypts and authenticates DNS packets between your computer
and OpenDNS. This prevents man-in-the-middle attacks and snooping of DNS
traffic by ISPs or others.
%p
Tips:
Expand Down
Expand Up @@ -20,12 +20,18 @@
style: italic
%body
%h1 Release Notes
%article
%h2 Version 0.14 released!
%time Wed, 08 Aug 2012
%ul
%li The preference pane can now run on OSX 10.6.
%article
%h2 Version 0.13 released!
%time Wed, 08 Aug 2012
%ul
%li The DNS cache is now flushed after a configuration change.
%li Compatibility with OSX 10.6 has been improved.
%li
The release notes are now bundled with the preference pane.
This reduces the startup time and ensures that these notes are
Expand Down
Expand Up @@ -23,12 +23,18 @@
</head>
<body>
<h1>Release Notes</h1>
<article>
<h2>Version 0.14 released!</h2>
<time>Wed, 08 Aug 2012</time>
<ul>
<li>The preference pane can now run on OSX 10.6.</li>
</ul>
</article>
<article>
<h2>Version 0.13 released!</h2>
<time>Wed, 08 Aug 2012</time>
<ul>
<li>The DNS cache is now flushed after a configuration change.</li>
<li>Compatibility with OSX 10.6 has been improved.</li>
<li>
The release notes are now bundled with the preference pane.
This reduces the startup time and ensures that these notes are
Expand Down

0 comments on commit fe647a7

Please sign in to comment.