Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: tsarna
Date: Sat Jun 19 22:48:23 UTC 1999
Modified Files:
pkgsrc/www/zope: Makefile
pkgsrc/www/zope/files: Makefile.in md5 zope-install.py
pkgsrc/www/zope/pkg: PLIST.pre
Log Message:
Update to 1.10.3. Also fix PR#6884, and move base directory from
${PREFIX}/zope to ${PREFIX}/lib/zope
Changes in 1.10.3:
Features Added:
- A new flag attribute, only, of the DTML with tag prunes the DTML
namespace to only the namespace created with the with tag.
- A new flag attribute, reverse, of the DTML in tag which will reverse
the order of the items iterated over.
- A new flag attribute, reverse, of the DTML tree tag which will reverse
the order of the items iterated over.
- Added contributed support for encoding options in the SendMail tag and
MailHost send method.
Bugs Fixed:
- A significant memory leak, introduced in 1.10.0 has been plugged. This
is the main reason for this release.
- Construction, upload, and edit methods did not consistently support
either string or file data. This caused really weird behavior when file
upload was used with out includeing the ":string" suffix in the argument
name when doing a file upload.
- This bug was previously (and incorrectly) reported as a
ZPublisher.Client problem.
- Errors in ExternalMethods were masked by bugs in error reporting logic.
The bugs were made far more effective by Python 1.5.1.
- Bug in sqlvar tag where the combination of type=nb and optional would
not behave as expected.
- Databases (or export files) created in binary distributions were not
usable in source distributions due to cPickle limitations in stock
Python 1.5.1. We now link/copy the cPickle extension to BoboPOS to make
sure that it uses the latest version.
- Broken products seemed to remain broken (were shown as broken in the
control panel products area) even after problems were corrected.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/zope/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/zope/files/Makefile.in \
pkgsrc/www/zope/files/zope-install.py
cvs rdiff -r1.4 -r1.5 pkgsrc/www/zope/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/zope/pkg/PLIST.pre
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index