Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled
- placate pkglint about whitespace
Upstream changes:
1.09 Thu 19 Aug 2010 19:08:55 UTC
- remove blib for PAUSE indexing.
1.08 Thu 19 Aug 2010 18:08:42 UTC
- Temp files now preserve the suffix of the uploaded file. This makes
it possible to feed the file directly into a mime-type-determing
module that may rely on this suffix as part of its heuristic. (Dave
Rolsky)
- Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
- Move to Dist::Zilla
Upstream changes:
0.9946 Sat Aug 28 22:32:16 PDT 2010
- Fixes UUV warnings in Apache2 handler RT:60472
- Fixed various test failures due to dependencies
Trac-0.12.ja1 (Aug 25, 2010)
* Based on Trac 0.12 'Babel'
* Change document and parameters for our distribution.
- *.trac-ja
- setup.py
- trac/templates/about.html
- trac/templates/theme.html
* Translate default Wiki pages into Japanese.
- trac/wiki/default-pages/*
* Translate document of Wiki macros into Japanese.
- trac/admin/console.py
- trac/ticket/query.py
- trac/wiki/macros.py
* Translate document of trac.ini options into Japanese.
- trac/attachment.py
- trac/db/api.py
- trac/db/mysql_backend.py
- trac/db/postgres_backend.py
- trac/db/sqlite_backend.py
- trac/env.py
- trac/mimeview/api.py
- trac/mimeview/silvercity.py
- trac/notification.py
- trac/perm.py
- trac/search/web_ui.py
- trac/ticket/api.py
- trac/ticket/notification.py
- trac/ticket/query.py
- trac/ticket/report.py
- trac/ticket/roadmap.py
- trac/ticket/web_ui.py
- trac/timeline/web_ui.py
- trac/versioncontrol/api.py
- trac/versioncontrol/svn_authz.py
- trac/versioncontrol/svn_fs.py
- trac/versioncontrol/web_ui/browser.py
- trac/versioncontrol/web_ui/changeset.py
- trac/versioncontrol/web_ui/log.py
- trac/web/auth.py
- trac/web/chrome.py
- trac/web/main.py
- trac/wiki/api.py
- trac/wiki/web_ui.py
- tracopt/mimeview/enscript.py
- tracopt/mimeview/php.py
* Change default values for databases and trac.ini to Japanese
- trac/db_default.py
- trac/ticket/workflows/basic-workflow.ini
- trac/ticket/workflows/original-workflow.ini
* [Patch] Change default date/time format to Japan
- trac/log.py
- trac/util/datefmt.py
* [Patch] Change default encode to cp932
- trac/mimeview/api.py
* [Patch] Add format processing with Japanese coumn name in reports
- trac/ticket/report.py
- trac/ticket/templates/report.rss
- trac/ticket/templates/report_view.html
* [Patch] Fixes a bug that local time is not applied when download Zip file
from repository
- trac/versioncontrol/web_ui/changeset.py
* [Patch] minor patch for Unicode handling
- trac/about.py
Trac 0.12 'Babel' (June 13, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.12
Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
The following list contains only a few highlights:
- The user interface is translated in a dozen of languages, provided the
[Babel:] package is installed
- Multiple repositories can be associated to a single Trac environment; the
repositories can be of heterogeneous types (svn, hg, git, darcs...)
- Usability improvements for the Wiki, with a nice side-by-side edit mode with
automatic preview
- Richer Wiki syntax, with much improved support for tables, partial
WikiCreole compatibility and numerous smaller improvements
- Usability improvements for the Ticket module, with automatic preview of
comments while you type and possibility to edit or remove them later
- Improved Custom Queries (time fields, multiple disjoint conditions,
a.k.a. OR queries)
- Timeline filtering by user
- ... and numerous smaller features added and bugs fixed since 0.11!
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.10
- switch from alarm-based polling to select-based
- use TCP_DEFER_ACCEPT on linux
- performance tweaks
0.09
- [bugfix] enable keepalive when --max-keepalive-reqs=n (n>1) is set
- accept --max-workers=n option (for better interoperability w. Starman)
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.9945 Thu Aug 19 16:24:30 PDT 2010
- Support executing (non-perl) CGI scripts in CGIBin and WrapCGI
- Fixed tests for win32
0.9944 Sun Aug 8 23:35:52 PDT 2010
- Fixed Restarter for Starlet where SIGTERM doesn't quit the process (chiba)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
1.45 Apr 3, 2010
[ BUG FIXES ]
- Silenced some new warnings that appeared when using Mason with Perl
5.12.0+. Reported by Jesse Vincent.
Upstream changes:
v0.41 (released 2010/07/24):
* bug fixes
- Fixed RT #59674 (http://rt.cpan.org/Public/Bug/Display.html?id=59674),
When SSL support is needed but not installed, a more specific
error messages is now displayed, instead of "not DAV enabled or not
accessible".
pkgsrc changes:
- add license definition
Upstream changes:
1.17 Sun 4 Jul 2010
- Removed the use of Module::Install
- Allow read-string to be rerun again on an existing object,
and thus also thus on tied objects (MPETERS)
- Moved POD after __END__ to reduce number of disk reads when parsing.
- Added support for running xt tests
1.16 Fri 4 Jul 2008
- Upgrading to Module::Install 0.76
- Localising $@ during evals
4.12 Sun Jun 04 2010: - Balint Szilakszi <szbalint at cpan.org>
- Fixed WWW::Curl::Form (patch contributed by Michael Ing).
- Added CURLPROXY_* constants (patch by claes).
- Added the const_string method to provide access to constants in a non-bareword way.
- Fixed t/01basic.t test failure on older libcurl versions.
Quote from release announce:
This release adds support for PostgreSQL (in addition to MySQL and MS
SQL), developed by Stan Palatnik during the Google Summer of Code
2009. It also adds a re-authentication option in case the CSRF token
expires, thus preventing loss of data. For other improvements, please
see the list of changes. Of course, it also addresses the latest
security issue.
We would also like to thank all those students again who applied for
the Google Summer of Code 2010 and submitted patches for Geeklog. Some
of them already made it into 1.7.0, the rest is scheduled for
inclusion into Geeklog 1.7.1. We will also be looking into adding more
of our successful GSoC projects from 2009 into that release.
2010-08-06 Benjamin Mack <benni@typo3.org>
* Release of TYPO3 4.4.2
2010-08-05 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing,
the editor is not loaded in the text tab
2010-08-05 Steffen Kamper <steffen@typo3.org>
* Fixed bug #12646: Click on icon does not open/close sections
2010-08-05 Steffen Gebert <steffen@steffen-gebert.de>
* Fixed bug #14773: Styling issue when selecting position of new
created page
2010-08-05 Oliver Hader <oliver@typo3.org>
* Fixed bug #15343: dbClientCompress crashes with pconnect
* Fixed bug #15280: felogin redirect doesn't work anymore after
update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel)
* Fixed bug #15282: It is impossible to set links to files any more
with the link wizard
* Fixed bug #15336: sys_actions shows wrong error if an "Record List"
action is not propertly configured (thanks to Stefan Galinski)
2010-08-03 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15313: Link to deprecation logfile doesn't work in
installations inside a subdirectory (thanks to Stefan Galinski)
2010-08-03 Oliver Hader <oliver@typo3.org>
* Fixed bug #15265: InstallTool-login not possible after Update to
4.4.1 due to session_start() in extensions (thanks to Ernesto
Baschny and Helmut Hummel)
2010-08-02 Oliver Hader <oliver@typo3.org>
* Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements
2010-08-01 Oliver Hader <oliver@typo3.org>
* Fixed bug #15321: Unused variable $warningItems in tx_install
(thanks to Markus Klein)
2010-08-01 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15292: Fatal error in DB browser because of wrong sprite
API usage (thanks to Alexandre Gravel-Raymond)
2010-07-30 Steffen Kamper <steffen@typo3.org>
* Follow-up to bug #15188: Remove default greyed out effect for CEs
(Thanks to Steffen Gebert)
* Fixed bug #15295: Page treeFilter not re-applied after branch
toggling (Thanks to Felix Kopp)
2010-07-29 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever
(thanks to Stephan Seitz and Steffen Gebert)
Contao 2.9.1 is available
August 9th, 2010 11:24 by Leo Feyer
Contao version 2.9.1 is available.
The maintenance release includes an important front end cache fix,
a front end preview link fix and various accessibility fixes.
It also fixes an XSS vulnerability in one of the framework functions,
so an update is highly recommended.
* template: Fix dependency tracking. Broken in version 3.20100427.
* po: The po_slave_languages setting is now a list, so the order of
translated languages can be controlled. (intrigeri)
* git: Fix gitweb historyurl examples so "diff to current" links work.
(Thanks jrayhawk)
* meta: Allow syntax closer to html meta to be used.
* Add new disable hook, allowing plugins to perform cleanup after they
have been disabled.
* Use Digest::SHA built into perl rather than external Digest::SHA1
to simplify dependencies. Closes: #591040
* Fixes a bug that prevented matching deleted pages when using the page()
PageSpec.
3.0.1:
* Fixed 54 tickets total. A break down of ticket status by component can be found in Trac (http://core.trac.wordpress.org/milestone/3.0.1).
* Added unregister_nav_menu(), for child themes.
3.0:
* WordPress and WordPress MU have merged, allowing the management of multiple sites (called Multisite) from one WordPress installation.
* New default theme "Twenty Ten" takes full advantage of the current features of WordPress.
* New Custom Menu Management feature, allows creation of custom menus combining posts, pages, categories, tags, and links for use in theme menus or widgets.
* Custom Header and Custom Background APIs.
* Contextual help text accessed under the Help tab of every screen in the WordPress administration.
* Ability to set the admin username and password during installation.
* Bulk updating of themes with an automatic maintenance mode during the process.
* Support for Shortlinks.
* Improved Custom Post Types and Custom Taxonomies including hierarchical (category-style) support. (Try the Custom Post Type UI or GD Custom Posts And Taxonomies Tools plugins to see the possibilities.)
* A lighter admin color scheme to increase accessibility and put the focus more squarely on your content.
Upstream changes:
0.9943 Fri Jul 30 13:24:15 PDT 2010
- Updated Apache* handler so it could duck type on Loader (jnap)
- Added --access-log to plackup (grantm)
- Added support for streaming stdio in Net::FastCGI handler (chansen)
is missing, this package's configure script defines it on the command
line and db4 also provides it as a typedef in db.h, and the two don't
mix. This is a hack, but it should fix PR 42805.
Upstream changes:
20100505 Wed May 5 18:48:44 PDT 2010
Test Fixes
* Fixed t/urifind/find.t on Windows
20100504.1039 Tue May 4 10:39:23 PDT 2010
Doc Fixes
* Forgot to mention that we ship with urifind now.
20100504 Tue May 4 10:29:52 PDT 2010
New Features
* Added a urifind program. (Darren Chamberlain)
Bug Fixes
* The final semi-colon was being strippped form URLs found in HTML
that ended with HTML entities. (Michael Peters)
Example: http://google.com/search?q=<html>
* URLs with leading dots, pluses and minuses are now found.
[rt.cpan.org 57032]
Example: stuff...http://example.com
Packages Collection.
The Perl 5 module WWW::Mechanize::GZip tries to fetch a URL by
requesting gzip-compression from the webserver. If the response
contains a header with 'Content-Encoding: gzip', it decompresses
the response in order to get the original (uncompressed) content.
(CVE-2010-0308 is http://www.squid-cache.org/Advisories/SQUID-2010_1.txt.)
Changes to squid-2.7.STABLE9 (15 March 2010)
- 2.7.STABLE8 failed to compile with OpenSSL 0.9.8 on some systems
- failure to detect certain system libraries on some systems
resulting in compilation errors
Changes to squid-2.7.STABLE8 (10 March 2010)
- Bug #2458: reply_body_max_size incorrectly documented
- Bug #2858: Segment violation in HTCP
- Bug #2773: Segfault in RFC2069 Digest authantication
- 64-bit filesize issue in squidclient if trying to post a file > 2GB
- Improve %nn parser to better deal with certain odd %nn sequences
- Segmentation fault if failed to open cache.log
- Bug #2819: const correctness errors in dns_internal.c
- Handle DNS header-only packets as invalid. (CVE-2010-0308)
- Windows port: Updated mswin_ad_group native helper to version 2.1
- Cosmetic change to keep GCC happy
- Bug #2678 - storeurl_rewrite does not play nicely with vary
- Bug #2861 - only-if-cached request blocks if it collapsed into
another request
- Use libcap functions instead of raw kernel interface
- No need to sync the store on -k rotate, but instead it needs to be
done in reconfigure
- const correctness in OpenSSL initialization
- Rework the http digest auth parser