Skip to content

Commit

Permalink
Update version numbers for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson1234 authored and johnson1234 committed Dec 2, 2007
1 parent 730b0e1 commit 4416b80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,10 @@ most recent build should be at the top of this file.

Thanks!

2.2.2.2211
----------


2.2.1.2210
----------
- Fix appearance of search field in toolbar when using small size.
Expand Down
12 changes: 6 additions & 6 deletions Vienna.xcodeproj/project.pbxproj
Expand Up @@ -2647,7 +2647,7 @@
ppc,
i386,
);
BUILD_NUMBER = 2210;
BUILD_NUMBER = 2211;
COPY_PHASE_STRIP = NO;
GCC_DEBUGGING_SYMBOLS = full;
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
Expand All @@ -2668,7 +2668,7 @@
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
STRIP_INSTALLED_PRODUCT = NO;
VIENNA_CHANGELOG_SUFFIX = "";
VIENNA_VERSION_NUMBER = 2.2.1;
VIENNA_VERSION_NUMBER = 2.2.2;
};
name = DeploymentWithSymbols;
};
Expand Down Expand Up @@ -2811,7 +2811,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BUILD_NUMBER = 2210;
BUILD_NUMBER = 2211;
COPY_PHASE_STRIP = NO;
GCC_DEBUGGING_SYMBOLS = full;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -2831,7 +2831,7 @@
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
VIENNA_CHANGELOG_SUFFIX = "";
VIENNA_VERSION_NUMBER = 2.2.1;
VIENNA_VERSION_NUMBER = 2.2.2;
};
name = Development;
};
Expand All @@ -2843,7 +2843,7 @@
ppc,
i386,
);
BUILD_NUMBER = 2210;
BUILD_NUMBER = 2211;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
Expand All @@ -2862,7 +2862,7 @@
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
VIENNA_CHANGELOG_SUFFIX = "";
VIENNA_VERSION_NUMBER = 2.2.1;
VIENNA_VERSION_NUMBER = 2.2.2;
};
name = Deployment;
};
Expand Down
15 changes: 2 additions & 13 deletions notes.html
@@ -1,21 +1,10 @@
<html>
<head>
<title>Vienna 2.2.1.2210</title>
<title>Vienna 2.2.2.2211</title>
</head>
<body>
<ul>
<li>Fix appearance of search field in toolbar when using small size.</li>
<li>Fix the visual glitch in which the unread count and progress indicator were slightly overlapping with the scroll bar if present.</li>
<li>Update the styles menu in the toolbar when adding a style.</li>
<li>Added Portuguese localisation. (Thanks to Rui Carlos A. Gon&ccedil;alves).</li>
<li>Added Turkish localisation. (Thanks to Emrah Omuris).</li>
<li>Updated German, Italian, Traditional Chinese, and Ukranian localisations.</li>
<li>Updated Spanish localisation (Thanks to Dani Carril).</li>
<li>Fix feed parsing crash on PowerPC machines (Patch from Paul Livesey).</li>
<li>Possible fix for crashes in ArticleController.</li>
<li>Fix the truncated right pane in Leopard.</li>
<li>Fix long-standing issue with many messages in console.log while downloading (Patch from Martin H&auml;cker).</li>
<li>Add support for blogging with MarsEdit 2.</li>
<li></li>
</ul>
</body>
</html>

0 comments on commit 4416b80

Please sign in to comment.