Skip to content

Commit

Permalink
approaching 2.04d
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.tt2.org/tt/Template2/trunk@156 d5a88997-0a34-4036-9ed2-92fb5d660d91
  • Loading branch information
abw committed Aug 21, 2001
1 parent 5c48472 commit 9be7d64
Show file tree
Hide file tree
Showing 66 changed files with 390 additions and 159 deletions.
25 changes: 24 additions & 1 deletion Changes
Expand Up @@ -3,7 +3,7 @@
# Changes
#
# DESCRIPTION
# Revision history for the Template Toolkit version 2.04b, detailing
# Revision history for the Template Toolkit version 2.04d, detailing
# significant changes between versions, most recent first. Some
# way down the file you'll find a section detailing major changes from
# version 1.* to 2.* and a list of "Gotchas!" that you might have to
Expand All @@ -16,6 +16,29 @@
# $Id$
#========================================================================

#------------------------------------------------------------------------
# Version 2.04d - 15 Aug 2001 ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Added gt, ge, lt and le as comparison operators which map directly
to their Perl counterparts. Added tests to t/stash.t and relevant
documentation to the IF directive.

* Added 'sorted' as a flag to the HTML plugin to return attributes in
sorted order. Mainly for debugging purposes, as used in t/html.t.

* Fixed Template::Parser.pm to recognise "\r" as a valid escape sequence
in double quoted strings.


#------------------------------------------------------------------------
# Version 2.04c - 04 Aug 2001 ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Fixed t/dbi.t and t/latex*.t to not complain about "Test header seen
twice". Thanks to Leon.


#------------------------------------------------------------------------
# Version 2.04b - 04 Aug 2001 ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions MANIFEST
Expand Up @@ -6,6 +6,7 @@ TODO
bin/README
bin/gifsplash
bin/tpage
bin/tt-bench.pl
bin/tt2inst
bin/ttree
docs/README
Expand Down Expand Up @@ -422,6 +423,7 @@ lib/Template/Provider.pm
lib/Template/Service.pm
lib/Template/Stash.pm
lib/Template/Stash/Context.pm
lib/Template/Stash/XS.pm
lib/Template/Test.pm
lib/Template/Tools/tpage.pod
lib/Template/Tools/ttree.pod
Expand Down Expand Up @@ -462,6 +464,7 @@ t/dumper.t
t/error.t
t/evalperl.t
t/exception.t
t/factory.t
t/file.t
t/filter.t
t/foreach.t
Expand Down Expand Up @@ -494,6 +497,7 @@ t/ref.t
t/rss.t
t/service.t
t/skel.t
t/stash-xs.t
t/stash.t
t/stashc.t
t/stop.t
Expand Down Expand Up @@ -643,3 +647,7 @@ templates/splash/tabset
templates/splash/text
templates/splash/ttdotorg
templates/splash/ttpower
xs/MANIFEST
xs/Makefile.PL
xs/README
xs/Stash.xs
5 changes: 5 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -36,3 +36,8 @@
^t/shout.t
^t/docset.t
^t/test/src/complex.org
^xs/Makefile$
^xs/Stash.c
^xs/Stash.o
^xs/XS.bs
^xs/pm_to_blib

0 comments on commit 9be7d64

Please sign in to comment.