File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Framework Changes
2
2
3
+ ## Version 3.0.1 (July 1st, 2011)
4
+
5
+ * [ Issue80] [ #80 ] : Kill memory leak reported by DinosaurDad.
6
+ * Fix typo in Readme
7
+ * Bump versions.
8
+
3
9
## Version 3.0 (June 18th, 2011)
4
10
5
11
* Bump version number
Original file line number Diff line number Diff line change 728
728
buildSettings = {
729
729
ALWAYS_SEARCH_USER_PATHS = NO;
730
730
COPY_PHASE_STRIP = NO;
731
- CURRENT_PROJECT_VERSION = 31 ;
731
+ CURRENT_PROJECT_VERSION = 32 ;
732
732
DYLIB_COMPATIBILITY_VERSION = 1;
733
- DYLIB_CURRENT_VERSION = 31 ;
733
+ DYLIB_CURRENT_VERSION = 32 ;
734
734
FRAMEWORK_VERSION = A;
735
735
GCC_DYNAMIC_NO_PIC = NO;
736
736
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
749
749
buildSettings = {
750
750
ALWAYS_SEARCH_USER_PATHS = NO;
751
751
COPY_PHASE_STRIP = YES;
752
- CURRENT_PROJECT_VERSION = 31 ;
752
+ CURRENT_PROJECT_VERSION = 32 ;
753
753
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
754
754
DYLIB_COMPATIBILITY_VERSION = 1;
755
- DYLIB_CURRENT_VERSION = 31 ;
755
+ DYLIB_CURRENT_VERSION = 32 ;
756
756
FRAMEWORK_VERSION = A;
757
757
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
758
758
GCC_ENABLE_OBJC_GC = supported;
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 </string >
20
+ <string >3.0.1 </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 </string >
16
+ <string >3.0.1 </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 </string >
16
+ <string >3.0.1 </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