File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Framework Changes
2
2
3
+ ## Version 3.0.2 (July 27th, 2011)
4
+
5
+ * [ Issue 88] [ #88 ] : Fix parsing of -0 into the integer 0.
6
+ * [ Issue 86] [ #86 ] : Make framework compile on Leopard.
7
+
3
8
## Version 3.0.1 (July 1st, 2011)
4
9
5
- * [ Issue80 ] [ #80 ] : Kill memory leak reported by DinosaurDad.
10
+ * [ Issue 80 ] [ #80 ] : Kill memory leak reported by DinosaurDad.
6
11
* Fix typo in Readme
7
- * Bump versions.
8
12
9
13
## Version 3.0 (June 18th, 2011)
10
14
Original file line number Diff line number Diff line change 501
501
BC1232331391D5CC00131607 /* Project object */ = {
502
502
isa = PBXProject;
503
503
attributes = {
504
+ LastUpgradeCheck = 0420;
504
505
ORGANIZATIONNAME = "Stig Brautaset";
505
506
};
506
507
buildConfigurationList = BC1232361391D5CC00131607 /* Build configuration list for PBXProject "SBJson" */;
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.0.1 </string >
20
+ <string >3.0.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >3.0.1 </string >
16
+ <string >3.0.2 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >3.0.1 </string >
16
+ <string >3.0.2 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments