aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-02-01 20:16:57 +0000
committerGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-02-01 20:16:57 +0000
commitb3086cfd9aead0b2900c2d942b289957837286ab (patch)
treefde59e078122ee0edb021267088c8084314a07ce /ReleaseNotes.txt
parent62301a30a8b6e9b71d3549178f89d62c8c3c7d48 (diff)
- Fixed up the prefix header of the project and prefix handing in the Unittest
Xcode Config. (thanks schafdog) - Fixed error in handling default compression for NSData+zlib - Changed name on API in NSString+XML and added another api to make this a litte more clear. (thanks Kent)
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt21
1 files changed, 19 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 0233235..f197504 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,5 +1,22 @@
+Google Toolbox for Mac Release Notes
+
+Project site: http://code.google.com/p/google-toolbox-for-mac/
+Discussion group: http://groups.google.com/group/google-toolbox-for-mac
+
+
+Release ?.?.?
+Changes since 1.0.0
+
+- Fixed up the prefix header of the project and prefix handing in the Unittest
+ Xcode Config. (thanks schafdog)
+- Fixed error in handling default compression for NSData+zlib
+- Changed name on API in NSString+XML and added another api to make this a
+ litte more clear. (thanks Kent)
+
+
+
Release 1.0.0
14-January-2008
-Initial public release. Includes some simple utils, xcode configs, and
-some support for doing unit tests of graphical things.
+- Initial public release. Includes some simple utils, xcode configs, and
+ some support for doing unit tests of graphical things.