http://trac.tiddlywiki.org/changeset/11820
FND
2010-03-11 07:48:45 -0800 (Thu, 11 Mar 2010)
34
beta: preparation for 2.6.0 beta 1
---------------
U Trunk/core/js/Version.js
U Trunk/verticals/beta/bldbeta
U Trunk/verticals/beta/content/NewFeatures.tiddler
A Trunk/verticals/beta/recipes/empty.2.6.0.B1.html.recipe
A Trunk/verticals/beta/recipes/index.2.6.0.B1.html.recipe
U Trunk/verticals/beta/uploadbeta
---------------
Modified: Trunk/core/js/Version.js
===================================================================
--- Trunk/core/js/Version.js 2010-03-11 15:48:33 UTC (rev 11819)
+++ Trunk/core/js/Version.js 2010-03-11 15:48:45 UTC (rev 11820)
@@ -1 +1 @@
-var version = {title: "TiddlyWiki", major: 2, minor: 5, revision: 4, alpha: 1,
date: new Date("Aug 18, 2009"), extensions: {}};
+var version = {title: "TiddlyWiki", major: 2, minor: 6, revision: 0, beta: 1,
date: new Date("Mar 11, 2010"), extensions: {}};
Modified: Trunk/verticals/beta/bldbeta
===================================================================
--- Trunk/verticals/beta/bldbeta 2010-03-11 15:48:33 UTC (rev 11819)
+++ Trunk/verticals/beta/bldbeta 2010-03-11 15:48:45 UTC (rev 11820)
@@ -3,7 +3,7 @@
# Usage:
# bldbeta [release]
-DEFAULT_RELEASE=2.5.3.B1
+DEFAULT_RELEASE=2.6.0.B1
RELEASE=${1:-$DEFAULT_RELEASE}
DEST=$PWD
RECIPE=$PWD/recipes/index.$RELEASE.html.recipe
Modified: Trunk/verticals/beta/content/NewFeatures.tiddler
===================================================================
--- Trunk/verticals/beta/content/NewFeatures.tiddler 2010-03-11 15:48:33 UTC
(rev 11819)
+++ Trunk/verticals/beta/content/NewFeatures.tiddler 2010-03-11 15:48:45 UTC
(rev 11820)
@@ -1,8 +1,8 @@
-<div title="NewFeatures" modifier="FND" created="200704141410"
modified="200908060000">
-<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 dynamic loading of tiddlers
+<div title="NewFeatures" modifier="FND" created="200704141410"
modified="201003110000">
+<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/beta/recipes/empty.2.6.0.B1.html.recipe
===================================================================
--- Trunk/verticals/beta/recipes/empty.2.6.0.B1.html.recipe
(rev 0)
+++ Trunk/verticals/beta/recipes/empty.2.6.0.B1.html.recipe 2010-03-11
15:48:45 UTC (rev 11820)
@@ -0,0 +1,2 @@
+recipe: ../../../core/tiddlywiki.html.recipe
+#recipe: plugins/split.recipe
Added: Trunk/verticals/beta/recipes/index.2.6.0.B1.html.recipe
===================================================================
--- Trunk/verticals/beta/recipes/index.2.6.0.B1.html.recipe
(rev 0)
+++ Trunk/verticals/beta/recipes/index.2.6.0.B1.html.recipe 2010-03-11
15:48:45 UTC (rev 11820)
@@ -0,0 +1,4 @@
+recipe: ../../../core/tiddlywiki.html.recipe
+recipe: ../../tiddlywiki.com/feeds/split.recipe
+recipe: ../content/split.recipe
+recipe: ../shadows/split.recipe
Modified: Trunk/verticals/beta/uploadbeta
===================================================================
--- Trunk/verticals/beta/uploadbeta 2010-03-11 15:48:33 UTC (rev 11819)
+++ Trunk/verticals/beta/uploadbeta 2010-03-11 15:48:45 UTC (rev 11820)
@@ -4,7 +4,7 @@
# uploadbeta [release] [cleanup]
# default values
-DEFAULT_RELEASE="2.5.3.B1"
+DEFAULT_RELEASE="2.6.0.B1"
RELEASE=${1:-$DEFAULT_RELEASE}
HOST="tiddlywiki.com"
DIR="/var/www/www.tiddlywiki.com/htdocs"
--
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.