Skip to content

Commit

Permalink
Update to 2.2.3 to prepare for any future fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewpalmer authored and stevewpalmer committed Jan 6, 2008
1 parent c5591f9 commit ce1d78b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,9 @@ most recent build should be at the top of this file.

Thanks!

2.2.3.2213
----------

2.2.2.2212
----------
- Fix cookie handling on Leopard. (This could cause crashes.)
Expand Down
12 changes: 6 additions & 6 deletions Vienna.xcodeproj/project.pbxproj
Expand Up @@ -2647,7 +2647,7 @@
ppc,
i386,
);
BUILD_NUMBER = 2212;
BUILD_NUMBER = 2213;
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.2;
VIENNA_VERSION_NUMBER = 2.2.3;
};
name = DeploymentWithSymbols;
};
Expand Down Expand Up @@ -2811,7 +2811,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BUILD_NUMBER = 2212;
BUILD_NUMBER = 2213;
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.2;
VIENNA_VERSION_NUMBER = 2.2.3;
};
name = Development;
};
Expand All @@ -2843,7 +2843,7 @@
ppc,
i386,
);
BUILD_NUMBER = 2212;
BUILD_NUMBER = 2213;
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.2;
VIENNA_VERSION_NUMBER = 2.2.3;
};
name = Deployment;
};
Expand Down
6 changes: 2 additions & 4 deletions notes.html
@@ -1,12 +1,10 @@
<html>
<head>
<title>Vienna 2.2.2.2212</title>
<title>Vienna 2.2.3.2213</title>
</head>
<body>
<ul>
<li>Fix crash when web page attempts to open pop-under window.</li>
<li>Fix cookie handling on Leopard. (This could cause crashes.)</li>
<li>Fix error in Spanish translation. (Thanks to Ramon.)</li>
<li></li>
</ul>
</body>
</html>

0 comments on commit ce1d78b

Please sign in to comment.