http://trac.tiddlywiki.org/changeset/9920
FND
2009-06-24 09:34:57 +0000 (Wed, 24 Jun 2009)
21
preparation for 2.5.2
---------------
U Trunk/core/js/Version.js
U Trunk/verticals/tiddlywiki.com/bld
U Trunk/verticals/tiddlywiki.com/content/NewFeatures.tiddler
A Trunk/verticals/tiddlywiki.com/recipes/empty.2.5.2.html.recipe
A Trunk/verticals/tiddlywiki.com/recipes/index.2.5.2.html.recipe
U Trunk/verticals/tiddlywiki.com/upload
U Trunk/verticals/tiddlywiki.com/uploaddav
---------------
Modified: Trunk/core/js/Version.js
===================================================================
--- Trunk/core/js/Version.js 2009-06-23 21:27:56 UTC (rev 9919)
+++ Trunk/core/js/Version.js 2009-06-24 09:34:57 UTC (rev 9920)
@@ -1 +1 @@
-var version = {title: "TiddlyWiki", major: 2, minor: 5, revision: 2, beta: 1,
date: new Date("June 23, 2009"), extensions: {}};
+var version = {title: "TiddlyWiki", major: 2, minor: 5, revision: 2, date: new
Date("June 24, 2009"), extensions: {}};
Modified: Trunk/verticals/tiddlywiki.com/bld
===================================================================
--- Trunk/verticals/tiddlywiki.com/bld 2009-06-23 21:27:56 UTC (rev 9919)
+++ Trunk/verticals/tiddlywiki.com/bld 2009-06-24 09:34:57 UTC (rev 9920)
@@ -1,5 +1,6 @@
-#!/bin/bash
-DEFAULT_RELEASE=2.5.1
+#!/usr/bin/env bash
+
+DEFAULT_RELEASE="2.5.2"
RELEASE=${1:-$DEFAULT_RELEASE}
DEST=$PWD/../../../cooked/tiddlywiki.com
mkdir -p $PWD/../../../cooked
Modified: Trunk/verticals/tiddlywiki.com/content/NewFeatures.tiddler
===================================================================
--- Trunk/verticals/tiddlywiki.com/content/NewFeatures.tiddler 2009-06-23
21:27:56 UTC (rev 9919)
+++ Trunk/verticals/tiddlywiki.com/content/NewFeatures.tiddler 2009-06-24
09:34:57 UTC (rev 9920)
@@ -1,5 +1,7 @@
-<div title="NewFeatures" modifier="Osmosoft" created="200903090000">
-<pre>Release 2.5.1 of TiddlyWiki contains several usability enhancements and
bug fixes.
+<div title="NewFeatures" modifier="Osmosoft" created="200903090000"
created="200906240000">
+<pre>Release 2.5.2 is a bugfix release, restoring the upgrade functionality on
Mozilla-based browsers.
+
+Release 2.5.1 of TiddlyWiki contained several usability enhancements and bug
fixes.
These include:
* Improved separators and "more/less" extenders for toolbars
* Added plugin version information to the PluginManager
Added: Trunk/verticals/tiddlywiki.com/recipes/empty.2.5.2.html.recipe
===================================================================
--- Trunk/verticals/tiddlywiki.com/recipes/empty.2.5.2.html.recipe
(rev 0)
+++ Trunk/verticals/tiddlywiki.com/recipes/empty.2.5.2.html.recipe
2009-06-24 09:34:57 UTC (rev 9920)
@@ -0,0 +1 @@
+recipe: ../../../../Tags/core/REL-2.5.2_Final/tiddlywiki.html.recipe
Added: Trunk/verticals/tiddlywiki.com/recipes/index.2.5.2.html.recipe
===================================================================
--- Trunk/verticals/tiddlywiki.com/recipes/index.2.5.2.html.recipe
(rev 0)
+++ Trunk/verticals/tiddlywiki.com/recipes/index.2.5.2.html.recipe
2009-06-24 09:34:57 UTC (rev 9920)
@@ -0,0 +1,11 @@
+recipe: ../../../../Tags/core/REL-2.5.2_Final/tiddlywikinonoscript.html.recipe
+tiddler: ../../../contributors/MartinBudden/plugins/SplashScreenPlugin.js
+tiddler: ../../../contributors/FND/plugins/SimpleSearchPlugin.js
+recipe: ../plugins/split.recipe
+recipe: ../feeds/split.recipe
+recipe: ../content/split.recipe
+recipe: ../blog/split.recipe
+recipe: ../shadows/split.recipe
+recipe: ../images.recipe
+copy: ../attachments/firstversion.html
+copy: ../attachments/secondversion.html
Modified: Trunk/verticals/tiddlywiki.com/upload
===================================================================
--- Trunk/verticals/tiddlywiki.com/upload 2009-06-23 21:27:56 UTC (rev
9919)
+++ Trunk/verticals/tiddlywiki.com/upload 2009-06-24 09:34:57 UTC (rev
9920)
@@ -1,10 +1,10 @@
-#!/bin/bash
-#
+#!/usr/bin/env bash
+
# Usage:
# upload [release] [user] [cleanup]
# default values
-DEFAULT_RELEASE="2.5.1"
+DEFAULT_RELEASE="2.5.2"
RELEASE=${1:-$DEFAULT_RELEASE}
REMOTE_USER=${2:-$USER}
DEST=$PWD/../../../cooked/tiddlywiki.com
Modified: Trunk/verticals/tiddlywiki.com/uploaddav
===================================================================
--- Trunk/verticals/tiddlywiki.com/uploaddav 2009-06-23 21:27:56 UTC (rev
9919)
+++ Trunk/verticals/tiddlywiki.com/uploaddav 2009-06-24 09:34:57 UTC (rev
9920)
@@ -1,10 +1,10 @@
-#!/bin/bash
-#
+#!/usr/bin/env bash
+
# Usage:
# uploadbeta [release] [cleanup]
# default values
-DEFAULT_RELEASE="2.5.1"
+DEFAULT_RELEASE="2.5.2"
RELEASE=${1:-$DEFAULT_RELEASE}
HOST="webdav.tiddlywiki.com"
USER="releasemanager"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---