aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
blob: 369ac3b3442d27412769b414200856f87450266b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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

- Updated the project so Xcode 3 is also happy.

- 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)

- Found and fixed a bug in the regex enumerators that was causing them to
  incorrectly walk a string when using '^' in an expression.

- Added GTMScriptRunner for spawning scripts.

- Added GTMNSFileManager+Path for two small helpers.


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.