Age | Commit message (Collapse) | Author | Files | Lines |
|
GtkHTML-3.24.5 2009-02-25
-------------------------
Bug Fixes:
#569365 : Do not draw a cursor without a window. (Milan Crha)
#570276 : Change Word Wrap accelerator to CtrlK, since CtrlBackspace
doesn't work apparently. (Matthew Barnes)
#571621 : Replace a g_assert() with g_return_if_fail(). (Matthew
Barnes)
|
|
|
|
1.) On platforms which provide "/etc/rc.subr" we use its process id check
to figure out when Apache actually has been stopped.
2.) On other platforms we just implement "restart" by "stop and a 10 second
delay followed by "start". If you want a better fix for please submit
a bug report to the Apache project.
This finally fixes PR pkg/39713.
|
|
* Update Ukrainian translation which catch up to TYPOlight 2.6.6.
* Add a missing translation to Japanese.
|
|
|
|
- Add USE_DESTDIR support, with a very hackish way of working around apxs's
limitations. I'm sure someone will be bothered enough adding the proper
feature to apxs, but in the meantime...
|
|
|
|
Bump PKGREVISION.
|
|
|
|
services. It is not meant to be fast, it is meant to be convenient.
OK'd by seb@
|
|
...despite some self-tests still not succeeding.
Upstream changes:
0.015 27 Jan 2009
* fix IE-related bugs in JS (extra commas, IE idiosyncrasies)
0.014 26 Jan 2009
* tweek text for Add button in rel mgr to say 'Reassign' if a o2m
relationship
* add Config::General to reqs
* LiveGrid title comes from object_class (or object_class->moniker if
defined) rather than controller class name.
0.013 14 Jan 2009
* fix undef warnings in html escape.
* remove old crud/yui_related_datatable_js.tt
* fix console js bug evidenced with new Firebug release
|
|
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
0.06 28 Jan 2009
- die when Cache::FastMmap::set() returns false value (RT #33667)
- patch from ton.voon@altinity.com to pass unlink_on_exit option
to Cache::FastMmap
- correctly set storage path from config rather than default - karman
- clean up temp files after tests
|
|
Pkgsrc changes:
o Canonicalize HOMEPAGE using http://search.cpan.org/dist/
o Adjust dependencies (add p5-MRO-Compat)
Upstream changes:
0.03
- Fix tests to work with tightened up $c->model in 5.71
- Switch from NEXT to MRO::Compat for method redispatch
|
|
Pkgsrc changes:
o Adjust dependencies, add p5-MRO-Compat
Upstream changes:
0.10 2009-02-08
- POD addition.
- Switch from NEXT to MRO::Compat
|
|
Pkgsrc changes:
o Adjust dependencies to account for new requirements
o Move some dependencies into BUILD_DEPENDS, since they're
only required for "make test".
Upstream changes:
0.20 2009-02-05
- No code changes since 0.19_01 dev release.
- Add IDEAS.txt which is an irc log of discussion about the
next-generation session plugin from discussion on #catalyst-dev
- Remove TODO file, which is no longer relevant.
0.19_01 2009-01-09
- Switch from using NEXT to Class::C3 for method re-dispatch.
- Use shipit to package the dist.
- Switch to Module::install.
- Flash data is now stored inside the session (key "__flash") to avoid
duplicate entry errors caused by simultaneous select/insert/delete of
flash rows when using DBI as a Store. (Sergio Salvi)
- Fix session finalization order that caused HTTP responses to be sent
before the session is actually finalized and stored in its Store.
(Sergio Salvi)
|
|
Upstream changes:
1.10 2009-02-05 15:04
- fix a bug in created helper scripts that prevened them working (rjbs)
1.09 2009-02-04 23:57
- Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
- Fix warning when devel is not installed.
1.09 2009-02-04 23:57
- Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
- Fix warning when devel is not installed.
|
|
1.65 Fri Dec 2 15:43:32 EST 2005
- At the request of JPCERT/CC, the internal non-public tracking number
(JPCERT#96622935) has been replaced in the Changelog with the public
vulnerability number (JVN#30451602) for the cross-site scripting
vulnerability originally fixed in version 1.63.
1.64 Mon Nov 21 13:15:17 EST 2005
- Removed extraneous version numbers.
1.63 Mon Nov 14 16:37:15 EST 2005
- Fixed cross-site scripting bug reported by JPCERT/CC Vulnerability Handling Team <vuls@jpcert.or.jp>
[JVN#30451602] (originally reported by Kiyotaka Dohmae at IIJ)
1.62 Fri Jun 11 09:51:32 EDT 2004
- Patches from Scott Lawrence to support an audit log.
1.61
- Patches from Peter Marschall to support flexible DBMS searches.
- Patch from Andrew Hollenbeck to catch filesystem errors during commits of text files.
1.59 Fri May 31 19:03:45 EDT 2002
-Fix to MD5 hash config in UserAdmin.pm. CGI interface was
never working with MD method. Patch provided by Jarrod Teale.
|
|
Zefram (1):
Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
|
|
This is a maintenance release which corrects some bugs in the installer,
introduced during the hasty security release of 1.13.4. It is not
necessary to upgrade if you do not intend on using the installer.
|
|
|
|
|
|
Virtual Hosts from LDAP. It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses it's caching capabilities
and can be used with threaded apache.
|
|
Add commentd out zope34.
I'm not sure that Zope 3.x could be handled same as Zope 2.x packages
(or it is better way to go or not.)
|
|
2009-02-13 Release 5.824
Gisle Aas (7):
Make format_request() ensure that it returns bytes [RT#42396]
Force bytes in all the format_* methods.
Ignore Sitemap: lines in robots.txt [RT#42420]
Refactor; use variable to hold the test port
Add redirects method to HTTP::Message
Setting $ua->max_redirect(0) didn't work [RT#40260]
Convert files to UTF-8
Zefram (2):
HTTP::Cookies destructor should not clobber $! and other globals.
Deal with the Encode module distributed with perl-5.8.0
Ian Kilgore (1):
Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
Ville Skyttä (1):
Documentation improvements, spelling fixes.
2008-12-05 Release 5.823
Gisle Aas (4):
Bring back the LWP::Debug code [RT#41759]
Add documentation section about 'Network traffic monitoring'.
Typo fixes
Want to ensure we get a single value back here.
|
|
2009-02-09 Release 3.60
Ville Skytta (5):
Spelling fixes.
Test multi-value headers.
Documentation improvements.
Do not terminate head parsing on the <object> element (added in HTML 4.0).
Add support for HTML 5 <meta charset> and new HEAD elements.
Damyan Ivanov (1):
Short description of the htextsub example
Mike South (1):
Suppress warning when encode_entities is called with undef [RT#27567]
Zefram (1):
HTML::Parser doesn't compile with perl 5.8.0.
|
|
This release adds CURLAUTH_DIGEST_IE and vc9 makefiles and has
around 30 bugfixes.
|
|
|
|
|
|
Highlights in 0.11.3
--------------------
* Compatibility with Python 2.6 (#7876, #7458)
* PostgreSQL db backend improvement (#4987, #7600)
* Highlighting of search results is more robust (#7324, #7830)
* Unicode related fixes (#7672, #7959, #7845, #7935, #8024)
* Fixed Trac link rendering in ReST (#7712)
|
|
|
|
|
|
|
|
Template::Provider::Encoding is a Template Provider subclass to
decode template using its declaration. You have to declare encoding
of the template in the head (1st line) of template using (fake)
encoding TT plugin. Otherwise the template is handled as utf-8.
|
|
|
|
Catalyst is an elegant web application framework, extremely flexible
yet extremely simple. It's similar to Ruby on Rails, Spring (Java)
and Maypole, upon which it was originally based.
This is a Catalyst Engine implementing a job queue with POE. It
allows the launching of HTTP requests to the application at
predetermined moments in time and the subsequent capturing of
response to a logfile or an email address.
|
|
|
|
Update drupal.conf based on .htaccess supplied with tarball
PKGREVISION++
|
|
|
|
|
|
|
|
|
|
changes:
-Flash is now stripped from feed content per default
-Added preference option to allow Flash in feed content
-Fixes cross compilation issue with configure.ac
-translation updates
-allow to build against gtkhtml also on 64-bit platforms. gtkhtml is
rather buggy, but since liferea doesn't like the gecko version of
firefox2 anymore, and our firefox3 pkg is too hacked up to be usable
for embedding this is the only choice atm
-improve my patch for 64-bit time_t so that it should be good enough
for upstream (if there only was a working mailing list to report to)
tested by Steve Bellovin (assuming no news are good news)
|
|
|
|
|
|
|
|
|
|
|
|
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1
specifications. In addition to that, it includes the following improvements:
* Memory usage optimizations
* Advanced IO capabilities
* Refactored clustering
While we're here make a number of improvements based on the old 5.5.x pkg:
- Use MASTER_SITE_APACHE
- Default to running as an unprived user
- Use a more standard rc.d script
- Cleaner pkg_delete operation based on standard files/dirs that change
|
|
|
|
|