http://trac.tiddlywiki.org/changeset/11866

FND
2010-03-18 04:29:48 -0700 (Thu, 18 Mar 2010)
27
preparation for 2.6.0 final

---------------

U   Trunk/core/js/Version.js
A   Trunk/core/recipes/empty.2.6.0.html.recipe
U   Trunk/verticals/tiddlywiki.com/bld
U   Trunk/verticals/tiddlywiki.com/content/NewFeatures.tiddler
A   Trunk/verticals/tiddlywiki.com/recipes/empty.2.6.0.html.recipe
A   Trunk/verticals/tiddlywiki.com/recipes/index.2.6.0.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    2010-03-18 09:27:48 UTC (rev 11865)
+++ Trunk/core/js/Version.js    2010-03-18 11:29:48 UTC (rev 11866)
@@ -1 +1 @@
-var version = {title: "TiddlyWiki", major: 2, minor: 6, revision: 0, beta: 2, 
date: new Date("Mar 11, 2010"), extensions: {}};
+var version = {title: "TiddlyWiki", major: 2, minor: 6, revision: 0, date: new 
Date("Mar 18, 2010"), extensions: {}};

Added: Trunk/core/recipes/empty.2.6.0.html.recipe
===================================================================
--- Trunk/core/recipes/empty.2.6.0.html.recipe                          (rev 0)
+++ Trunk/core/recipes/empty.2.6.0.html.recipe  2010-03-18 11:29:48 UTC (rev 
11866)
@@ -0,0 +1 @@
+recipe: ../../../Tags/core/REL-2.6.0_Final/tiddlywiki.html.recipe

Modified: Trunk/verticals/tiddlywiki.com/bld
===================================================================
--- Trunk/verticals/tiddlywiki.com/bld  2010-03-18 09:27:48 UTC (rev 11865)
+++ Trunk/verticals/tiddlywiki.com/bld  2010-03-18 11:29:48 UTC (rev 11866)
@@ -3,7 +3,7 @@
 # Usage:
 #  bld [release]
 
-DEFAULT_RELEASE="2.5.3"
+DEFAULT_RELEASE="2.6.0"
 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  2010-03-18 
09:27:48 UTC (rev 11865)
+++ Trunk/verticals/tiddlywiki.com/content/NewFeatures.tiddler  2010-03-18 
11:29:48 UTC (rev 11866)
@@ -1,8 +1,8 @@
-<div title="NewFeatures" modifier="FND" created="200704141410" 
modified="200908180000">
-<pre>Release 2.5.3 is primarily a bugfix release, but also contains usability 
enhancements:
-* Reverted changes to the file system code that were made in 2.5.2
-* Fixed problem with lack of confirmation prompt when cancelling editing on 
new and shadow tiddlers
-* Improved feedback on synchronization and dynamic loading of tiddlers
+<div title="NewFeatures" modifier="FND" created="200704141410" 
modified="201003180000">
+<pre>Release 2.6.0 provides a variety of bugfixes and enhancements:
+* Added //WindowTitle// shadow tiddler
+* Added //creator// tiddler field
+* Upgraded to [[jQuery|http://jquery.com]] 1.4.2
 
 For the full release notes see:
 http://trac.tiddlywiki.org/wiki/History

Added: Trunk/verticals/tiddlywiki.com/recipes/empty.2.6.0.html.recipe
===================================================================
--- Trunk/verticals/tiddlywiki.com/recipes/empty.2.6.0.html.recipe              
                (rev 0)
+++ Trunk/verticals/tiddlywiki.com/recipes/empty.2.6.0.html.recipe      
2010-03-18 11:29:48 UTC (rev 11866)
@@ -0,0 +1 @@
+recipe: ../../../../Tags/core/REL-2.6.0_Final/tiddlywiki.html.recipe

Added: Trunk/verticals/tiddlywiki.com/recipes/index.2.6.0.html.recipe
===================================================================
--- Trunk/verticals/tiddlywiki.com/recipes/index.2.6.0.html.recipe              
                (rev 0)
+++ Trunk/verticals/tiddlywiki.com/recipes/index.2.6.0.html.recipe      
2010-03-18 11:29:48 UTC (rev 11866)
@@ -0,0 +1,11 @@
+recipe: ../../../../Tags/core/REL-2.6.0_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       2010-03-18 09:27:48 UTC (rev 
11865)
+++ Trunk/verticals/tiddlywiki.com/upload       2010-03-18 11:29:48 UTC (rev 
11866)
@@ -4,7 +4,7 @@
 #  upload [release] [user] [cleanup]
 
 # default values
-DEFAULT_RELEASE="2.5.3"
+DEFAULT_RELEASE="2.6.0"
 RELEASE=${1:-$DEFAULT_RELEASE}
 REMOTE_USER=${2:-$USER}
 DEST=$PWD/../../../cooked/tiddlywiki.com

Modified: Trunk/verticals/tiddlywiki.com/uploaddav
===================================================================
--- Trunk/verticals/tiddlywiki.com/uploaddav    2010-03-18 09:27:48 UTC (rev 
11865)
+++ Trunk/verticals/tiddlywiki.com/uploaddav    2010-03-18 11:29:48 UTC (rev 
11866)
@@ -8,7 +8,7 @@
 exit 1
 
 # default values
-DEFAULT_RELEASE="2.5.2"
+DEFAULT_RELEASE="2.6.0"
 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.

Reply via email to