diff options
author | epg <epg> | 2004-11-29 00:08:57 +0000 |
---|---|---|
committer | epg <epg> | 2004-11-29 00:08:57 +0000 |
commit | 5760075e614601a146b4936408b8e3cfeb1459b2 (patch) | |
tree | 044a0ebdc608ca4ee8a7c27d7c554a57d5a4dfc7 /www/clearsilver/distinfo | |
parent | 203828a1f5ec17c0dc948e36d29b74233f49e521 (diff) | |
download | pkgsrc-5760075e614601a146b4936408b8e3cfeb1459b2.tar.gz |
Update to 0.9.13 and turn this into a meta-package; what was formerly
in this package has split into py-clearsilver and clearsilver-base.
Release Notes for Clearsilver 0.9.13 11/24/2004
-------------------------------------
bugfix release
- one incompatible change: semi-public function cgi_html_ws_strip now
takes a second argument to set the level of stripping
- white space stripper now has two levels: 1 is the old debug level
(which doesn't strip whitespace at the beginning of a line) and the
second strips all duplicate whitespace
- make java/perl/python/ruby wrappers for CS include the html strfuncs
(ie, filters)
- make hdf destroy less recursive (so we don't blow the stack on
really large data sets)
Release Notes for Clearsilver 0.9.12 09/29/2004
-------------------------------------
bugfix release
- fix bugs in Java wrapper and add white space stripper option
- fix some allocation bugs in cs parser
- add single quotes to the list of characters to escape in url_escape
- fix core dump in find_context (hit during parse error in evar)
- fix some operator precedence bug and some bad expression handling of
empty strings
Release Notes for Clearsilver 0.9.11 08/03/2004
-------------------------------------
bugfix release
- fix bugs in Java wrapper
- update copyright notice
- fixes to get rid of gcc3 warnings
- fix bug in cgi/html.c
Release Notes for Clearsilver 0.9.10 06/02/2004
-------------------------------------
bugfix release
- Parenthesis in the wrong place in the last patch
- fix some memory leaks in template parsing and rendering
Release Notes for Clearsilver 0.9.9 05/14/2004
-------------------------------------
A small release.
INCOMPATIBLE CHANGE - The convert_text_html_alloc_options()
HTML_CONVERT_OPTS struct now has another member, link_name, which (if
not NULL) will be used instead of the link as the title of the link
which gets created. If you don't zero out your HTML_CONVERT_OPTS
struct (using either memset or calloc, for instance), you'll need to
initialize the link_name member (probably to NULL). Users of the
older convert_text_html_alloc() function or the python wrapped version
don't have to worry about this.
Also, added a ne_file_read_len() for loading binary files since it
returns the length of the loaded data.
Release Notes for Clearsilver 0.9.8 04/22/2004
-------------------------------------
A bit more than a bugfix release, we have some new features and
abilities.
New Features
- Internal functions in ClearSilver can now take multiple arguments.
This includes support for the comma ',' operator in CS, which works
like the comma operator in C.
- added string.slice function as an example of a multiple argument
function.
- added string.length function to replace old len function
- added subcount function to replace bad len function overloading
- added gettext support from Gerald Dachs <gda at gmx.de>
- INCOMPATIBLE CHANGE: added secure flag to cgi_cookie_set function
- Add new allocating sprintf routines which take the char * as an
argument and return the size of the allocated string
- Dave added a bunch of my public python code to the python example
code (we need to define a real package for this stuff at some point)
- support for sqlite in odb, and various odb improvements
Bug fixes
- gzip compression was broken, thanks to the guys at OmniWeb for
pointing out my mistake.
- handle redirects when using https correctly
- handle invalid form data without erroring out (or segfaulting)
Diffstat (limited to 'www/clearsilver/distinfo')
-rw-r--r-- | www/clearsilver/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/clearsilver/distinfo b/www/clearsilver/distinfo index 39ed9c6aab8..b7a7fe65d01 100644 --- a/www/clearsilver/distinfo +++ b/www/clearsilver/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2004/03/22 20:07:48 epg Exp $ +$NetBSD: distinfo,v 1.3 2004/11/29 00:08:57 epg Exp $ -SHA1 (clearsilver-0.9.7.tar.gz) = 182a29587a7094741fce4ed13101532ef359153a -Size (clearsilver-0.9.7.tar.gz) = 377694 bytes -SHA1 (patch-aa) = 29274a2f89f33fc16dad7529f142a3971717761f +SHA1 (./clearsilver-0.9.13.tar.gz) = 947c328fb200aa6f3869c51bf115fe91d9944fa6 +Size (./clearsilver-0.9.13.tar.gz) = 365908 bytes +SHA1 (patch-aa) = a336841bb190e179842b88694791303bcde211de +SHA1 (patch-ab) = 23824d0023220a698bac8a1a7f6d45042095edd9 |