prepare release of 0.97.0
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@712 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
549cae3de4
commit
7333049082
3 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
||||||
-->
|
-->
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
|
|
||||||
<property name="version-m" value="0.96" />
|
<property name="version-m" value="0.97" />
|
||||||
<property name="version" value="0.96.1" />
|
<property name="version" value="0.97.0" />
|
||||||
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
|
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
|
||||||
<property name="distfile" value="dist/${zipfile}" />
|
<property name="distfile" value="dist/${zipfile}" />
|
||||||
<property name="sfproject" value="SemanticScuttle" />
|
<property name="sfproject" value="SemanticScuttle" />
|
||||||
|
|
|
@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
|
||||||
|
|
||||||
|
|
||||||
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
|
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
|
||||||
<li>SemanticScuttle v0.96.1</li>
|
<li>SemanticScuttle v0.97.0</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
ChangeLog for SemantiScuttle
|
ChangeLog for SemantiScuttle
|
||||||
============================
|
============================
|
||||||
|
|
||||||
0.97.0 - 2010-?????
|
0.97.0 - 2010-06-09
|
||||||
-------------------
|
-------------------
|
||||||
- Many SQL optimizations
|
- Many SQL optimizations - SemanticScuttle shows bookmarks 4 times faster now
|
||||||
- New config option to skip "SET NAMES UTF8" call: $dbneedssetnames
|
- New config option to skip "SET NAMES UTF8" call: $dbneedssetnames
|
||||||
- Do not highlight admin bookmarks when $enableAdminColors is disabled
|
- Do not highlight admin bookmarks when $enableAdminColors is disabled
|
||||||
- Add russian translation
|
- Add russian translation
|
||||||
|
|
Loading…
Reference in a new issue