Skip to content

Commit 1888d7e

Browse files
committed
Note that Leopard support is broken
FMDatabase requires Clang 3 at least.
1 parent 9ba2486 commit 1888d7e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

11-
3.0.0 Beta 15
11+
3.0.0 Beta 16
1212
-------------
13+
__Mac OS Leopard (10.6) or later only !!!__
1314
- Improved speed thanks to a new database wrapper (contributed by echelon9 and barijaona)
1415
- Fix many Unified display view problems
1516
- Fix for some iframes/videos which did not show

configs/Project-All.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARCHS = x86_64 i386
55
ARCHS[sdk=macosx10.6] = x86_64 i386 ppc
66
SDKROOT = macosx
77
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
8-
MACOSX_DEPLOYMENT_TARGET = 10.5
8+
MACOSX_DEPLOYMENT_TARGET = 10.6
99
COPY_PHASE_STRIP = NO
1010
ALWAYS_SEARCH_USER_PATHS = NO
1111
GCC_ENABLE_OBJC_GC = unsupported

notes.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111

1212
<h1>Version notes</h1>
1313

14-
<h2 id="beta15">3.0.0 Beta 15</h2>
14+
<h2 id="beta16">3.0.0 Beta 16</h2>
1515

16-
<ul>
17-
<li>New database wrapper (contributed by echelon9 and barijaona) should improve speed</li>
18-
<li>Fix many Unified display view problems</li>
19-
<li>Fix for some iframes/videos which did not show</li>
20-
<li>Improved string to date conversion routine (solves problems with some feeds which wrongly showed as updated)</li>
21-
<li>Fix some problems reported by analyser</li>
22-
</ul>
16+
<p><strong>Mac OS Leopard (10.6) or later only !!!</strong>
17+
- Improved speed thanks to a new database wrapper (contributed by echelon9 and barijaona)
18+
- Fix many Unified display view problems
19+
- Fix for some iframes/videos which did not show
20+
- Improved string to date conversion routine (solves problems with some feeds which wrongly showed as updated)
21+
- Fix some problems reported by analyser</p>
2322
</body>
2423
</html>

0 commit comments

Comments
 (0)