- Updating package for p5 module HTML::Tiny from 1.03nb1 to 1.05
- Setting gnu-gpl-v2 as license
Upstream changes:
1.05 2009-03-08
Add support for TO_JSON in json_encode.
1.04 2009-03-07
Make link default to being closed. See #40990.
- Updating package for p5 module CSS:Squish from 0.07nb1 to 0.08
- Setting gnu-gpl-v2 as license
- fix typo in homepage
Upstream changes:
0.08 Mon Apr 20 2009
* module doesn't work on perl 5.6.x and older
* update docs
- Updating package for p5 module Apache::Session from 1.87 to 1.88
- Setting gnu-gpl-v2 as license
- Adjusting dependencies according to META.yml (and perl core)
Upstream changes:
1.88 2008-12-20 by Alexandr Ciornii
- Apache::Session::Generate::MD5::validate will untaint data
- MIN_PERL_VERSION in Makefile.PL
- Updating package for LWP::Determined::UserAgent from 1.03nb1 to 1.04
- Setting gnu-gpl-v2 as license
Upstream changes:
2009-04-04 Jesse Vincent <jesse@cpan.org>
* Release 1.04 -- Keeping pace with LWP updates
* New Maintainer
* Resolves [cpan #42123] and [cpan #41508]
- Updating package for p5 module Catalyst::Runtime from 5.80003 to
5.80004
- Adjusting/reordering dependencies
Upstream changes:
5.80004 2009-05-18 17:03:23
- Rename the actions attribute in Catalyt::Controller to
_controller_actions to avoid name clashes with application
controller naming. (random)
- Test for using Moose in components which have a non-Moose base class
Fixed by 349cda in Moose 0.78 (t0m)
- Fix deprecation message for Catalyst::Dispatcher to refer
to the class actually calling the deprecated method. RT#45741 (t0m)
- Clarify limitations of $request->base and $request->secure.
(Phil Mitchell)
- Add 'use Catalyst' to documentation for a Moose MyApp class as
noted by dmaki. (t0m)
- Fix so that / (and other special characters) are URL encoded when
passed into $c->uri_for as Args/CaptureArgs (t0m)
- Fix development server so that $c->engine->env returns the correct
environment (t0m)
- Require Moose 0.78 to fix metaclass incompatibility issues (t0m)
- Require MooseX::MethodAttributes 0.10 and use
Moose::Meta::Class->initialize rather than Moose->init_meta to fix
bugs related to having a 'meta' method in your controller (t0m)
- Fix cases where your application failing to complie could cause perl
to report 'Unknown Error' (t0m)
- Support adding Moose::Roles to the plugin list. These are applied to
MyApp after plugins have been pushed onto @ISA (t0m)
- Fix calling $c->req->parameters as the first thing you do when
parse_on_demand is on (t0m)
Changes:
- Do not handle KeyEvents with Ctrl or Alt modifiers that we
otherwise know nothing about. Otherwise shortcuts defined in the
WebView will never be executed.
- Add information about the SVG index bounds check committed in r43590.
- For paste from middle button (button==2) we want to use
the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget
method in PasteboardHelperGtk by asking the WebView which
clipboard to use.
- Add glib-2.0 to the list of required package.
- (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget*
to fix pointer type incompatibility warnings.
- Make the scan program call g_thread_init(NULL) in addition to
g_type_init(), so that it actually works.
- Unify scrolling code via adjustments and keys. Use the WebCore
defined constants, since that's what people are most used to at
this point.
- Add missing call to notifyStatus in the committed case and a
missing property notify.
- When a download is requested by an ongoing request, use the already
provided response to set the suggested filename for the WebKitDownload
object, if available.
- Remove bogus extern "C" from some source files.
- Misc fixes to InspectorClientGtk: use g_filename_to_uri to
get the URI and use web_view_load_uri instead of the deprecated
web_view_open method for loading the URI.
- Add #if ENABLE(DATABASE) guards around database code so toggling
ENABLE_DATABASE off does not break builds.
- Implement load-status and progress properties on the view, as well as
load-status on the frame. This supersedes the different load signals
load-progress-changed, load-committed, load-done, load-started and
load-finished which are not only misnamed but broken by design.
- Fix memory leaks.
- Use strlen instead of g_utf8_strlen when calculating the size of
the data that is being given to webkit_web_frame_load_string to be
loaded, so that we don't miss any of the content.
- Fix mis-applied patch.
- Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest.
- Provide a mechanism to create a quirks delegate for HTMLParser
- Add MessageSource and MessageLevel parameters to
ChromeClient::addMessageToConsole.
- Updating package for p5 module Catalyst::Controller::FormBuilder from
0.04 to 0.05
- Adjusting dependencies according to META.yml
- Adjust home page and comment
- Setting license to gnu-gpl-v2
Upstream changes:
0.05 08-05-09 15:12:26
Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
base classes (Chisel Wright)
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
- Adjusting dependencies according to META.yml
Upstream changes:
1.15 2009-05-13 20:02
- Remove -p option for pid file, and restore it to the port number,
as it should be -port|-p (t0m)
- Document -pidfile in myapp_server.pl POD (t0m)
1.14_02 2009-05-11 04:29
- Small changes to work with File::ChangeNotify 0.03.
1.14_01 2009-05-11 03:45
- This release moves the restarter functionality into a new
module Catalyst::Restarter, that is not a Catalyst Engine
subclass.
The new restarter is simpler and more reliable, because it
does not try to test if a changed piece of code can be
compiled. It simply restarts the server whenever it detects
changes. This also makes it much faster.
However, this does mean that the server can simply die when
a changed file cannot compile. This is different than the
old behavior, where the server remained running without
incorporating the change.
Finally, the new restarter relies on File::ChangeNotify,
which is designed to accomodate per-OS methods of detecting
changed files. As of this writing, it currently ships with a
file watcher that uses inotify on Linux systems, and a
default fallback class that does everything in pure Perl.
1.13 2009-05-11 02:50
- add [-pidfile|-p] option for myapp_server.pl (caelum)
- Bump dependency on Config::General (caelum)
- On perls with c3 method dispatch, make sure Class::C3 is recent
enough to not produce warnings if it is already installed (caelum)
- add resources to META.yml (caelum)
- Updating package for p5 module CatalystX::CRUD::YUI from 0.018 to 0.019
- Adjusting dependencies
Upstream changes:
0.019 17 May 2009
* fix number of skipped tests in 01-rdbo.t
* switch from Class::C3 to MRO::Compat and update deps in Makefile.PL
* change Livegrid->new to accept 'c' arg instead of getting it from form->app.
This fixes bug affecting tests under perl 5.10.
- Updating package for p5 module Catalyst::Plugin::Session::Store::File
from 0.16 to 0.17
- Adjusting dependency version numbers
Upstream changes:
0.17 10 May 2009
- Add dependency on recent -Session to fix moose issues
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap
from 0.08 to 0.10
- Adjusting dependencies
Upstream changes:
0.10 13 May 2009
- Change tests to be compatible with Catalyst 5.80004
- Re-add /session-file prefix to the test session directory which was
present in 0.07. I can't see where this was removed, but the test
looks more correct with it. RT#45724
0.09 04 May 2009
- remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
see https://rt.cpan.org/Ticket/Display.html?id=45642
GtkHTML-3.26.2 2009-05-18
-------------------------
Bug Fixes:
#581228 - tarball does not provide gtkhtml-editor (Gilles Dartiguelongue)
#578394 – HTML images cannot be scaled to more than 100 px (Matthew Barnes)
Updated Translations:
krishnababu (te)
Ivar Smolin (et)
- Updating package for p5 module HTML::Mason from 1.40 to 1.42
- Reordering dependencies (alphabetical order)
- Removing option for p5-Cache-Cache, because it's mandatory now
Upstream changes:
1.42 May 7, 2009
[ BUG FIXES ]
- Fix 10b-cache-chi.t to work with latest version of CHI - expire_if
and ref of cache changed
- Fixed a bug where attempting to load a module that failed to compile
in a Mason component could mask the compilation error. RT #39803.
- Fixed the print method in HTML::Mason::FakeApache. It was including
the object itself in the output. Patch by Martin Petricek. RT
#43035.
1.41 May 5, 2009
[ BUG FIXES ]
- This is a one-fix release to get this module working with the latest
version of Exception::Class (1.27).
- Updating package for p5 module Catalyst::Plugin::Session::Store::Delegate
from 0.03 to 0.04
- Adjusting dependencies
Upstream changes:
0.04
- Switch to Module::Install.
- Avoid test suite warnings with Catalyst 5.80
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie
from 0.10 to 0.11
- Adding patch to prevent install missing dependencies
Upstream changes:
0.11 2009-05-13
- Change TestApp so that the application is in t/lib, to make it easier
for Catalyst to force our package to be immutable.
- Updating package for p5 module Catalyst::Plugin::Session from 0.21 to
0.22
Upstream changes:
0.22 2009-05-13
- INSANE HACK to ensure B::Hooks::EndOfScope inlines us a new method right now
in Catalyst::Plugin::Session::Test::Store for Catalyst 5.80004 compatibility.
This change does not in any way affect normal users - it is just due to the
fairly crazy way that Catalyst::Plugin::Session::Test::Store works, and that
module is _only_ used for unit testing session store plugins pre-installation.
Session::Test::Store should be replaced with a more sane solution, and other
CPAN modules using it moved away from using it, but this change keeps stops
new Catalyst breaking other distributions right now.
- Updating package for Catalyst::Manual from 5.7020 to 5.7021
Upstream changes:
5.7021 8 May 2009
- Switch to SimpleDB for auth
- Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
- Re-write PostgreSQL section in appendix
- Remove "create=dynamic" and only cover "create=static" for DBIC helper
- Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
- There is no Catalyst::Config, fix reference to it. (t0m)
- Misc minor adjustments
- Updating package for p5 module Rose::HTML::Objects from 0.602 to
0.603
- Adjusting dependency
Upstream changes:
0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that cause the class attribite on label tags not to
be cleared correctly. (Reported by Denis Moskowitz)
various configuration and example files. Leave the installation of the
example files to "pkgsrc" instead.
Problem reported by Hasso Tepper in private e-mail.
Release Notes
Opera 9.64 is a recommended security and stability upgrade, incorporating the
Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to
upgrade to Opera 9.64 to take advantage of these improvements.
Release date: 03.03.2009
Changes and improvements since Opera 9.63
Security
* Fixed an issue where specially crafted JPEG images could be used to execute
arbitrary code, as reported by Tavis Ormandy of the Google Security Team; see
our advisory: http://www.opera.com/support/kb/view/926/
* Fixed an issue where plug-ins could be used to allow cross domain scripting,
as reported by Adam Barth; details will be disclosed at a later date.
* Fixed a moderately severe issue; details will be disclosed at a later date.
* Added Untrusted Rootstore Capability:
* Opera downloads only the detailed information about untrusted (blacklisted)
certificates when they are encountered
* If download fails for certificate information in the list, Opera considers
any certificate matching the ID as untrusted
* Added version conditional fetching of certificate dependencies from an online
repository
* Fixed a problem downloading the CRL (Certificate Revocation List)
* Fixed a problem that could cause SSL to deadlock in one state, hanging the
connection
* Fixed a problem that could cause the incorrect calculation of Certificate IDs
* Implemented Extended Validation (EV) for cross-signed EV Root Certificates not
shipped by default
* Implemented preshipping of the Entrust 2048 CA (Certificate Authority)
* Implemented Root Certificate fetching from an online repository when an
intermediate matches a certificate in the repository
* Improved support for weak encryption when importing .p12 private certificates
* Prevented security information documents from being written to disk
Miscellaneous
* Fixed a problem which created separate feed notifications; Opera now groups
them together
* Fixed a problem with the backspace key event in the Flash plug-in
* Fixed a problem with inline find when no text was entered, and the Enter key
was pressed
* Fixed an instability error with the 64 bit Linux version
The twelfth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-006 - Drupal core - Cross site scripting
In addition to this security vulnerability, the following bugs have been fixed since the 6.11 release:
* #353328 by catch, BrianV: When a new commment is added, the redirection path should point to page, where the new comment is.
* #239945 by Xano, JeremyFrench, Damien Tournoud, andypost: Should not iterate over the children in taxonomy_get_tree() anymore if we reached max_depth.
* #292565 by grendzy, John Morahan, Jody Linn: remove path munging on 403/404 pages, which caused problems for login redirects
* #448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-006 Drupal core - Cross site scripting
In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:
* #396224 partial rollback of SA-CORE-2009-003 security hardening.
* #396224 adding missing documentation comment update. By dvessel and pwolanin.
* #267305 by brianV. Remove ?>.
* #305544 by jsenich. Add missing clear-block to admin by modules.
* #330084 by c960657: Remove unnecessary duplication of the From header value in Reply-to; standards indicate setting the From header should be sufficient.
Changes:
+ Add Delete All to transferbar
+ Show search in context menu
+ Implement 'Default' search engine
+ Show only icons in Statusbar Features
+ Implement Clear private data
+ Support News Feed icon and external aggregator
+ Fix reloading of Not found pages
+ Fixup spaces when middle click opening
+ Fix possibly wrong identificaton string
+ Optionally search engines in completion
+ Optionally Gtk 2.16 entry progress and icon
+ Experimental panel detaching
+ Support external download manager again
+ Implement '-a', '--app' argument
+ Implement '-c', '--config' argument
+ Fix a bookmark saving issue
+ Support data: URIs in the address entry
+ Several performance and memory leak fixes
+ Load cookies idle to accelerate startup
+ Support mailto: links
+ Save tab reordering in the session
+ Add a Cookie Manager extension
+ Fix crashers in Colourful Tabs
Changes:
- Several ATK support additions and fixes got landed, with many
roles being now implemented, providing better accessibility.
- Caret browsing is now available.
- Spelling check has been implemented using Enchant; the API is
still lacking, and some of the functionality still needs to be
improved, though.
- Error reporting is now available, with default error pages, and
API that allows the application to override the default behavior;
localization of those pages is still not supported, but planned.
- More crashes and other bugs fixed.
Collection.
Reaction is a Catalyst extension providing you with:
- Model mutations abstracted into Action objects.
- Reflection to generate interface models using the Action objects
from a DBIx::Class schema.
- An abstract UI expression system based on view, skin, rendering
context, widget and layout set.
- Stylable via skins. Parts of the skins can be extended and flexibly
from large down to very small parts.
- Full separation of interface rendering structure and templating,
making re-usable extensions even easier.
pathd or as ~/.cpan/CPAN/MyConfig.pm) as in such a situation it runs
an interactive setup process!
The fix is to _not_ call Module::Install::auto_install() in Makefile.PL
as pkgsrc handles the required modules anyway.
* Update Latvian translation files to support TYPOlight 2.7.0.
pkgsrc change:
* Update PLIST files which were updated for TYPOlight 2.7.0.
(What did I doing..., sigh.)
* Avoid using python-support. Closes: #525086
* websetup: Display stderr in browser if ikiwiki setup fails.
* blogspam: Load RPC::XML library in checkconfig, so that an error
can be printed at that point if it's not available, allowing
the admin to see it during wiki setup. Closes: #520015
* websetup: If setup fails, restore old setup file.
* relativedate: Deal with clock skew.
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return
them in cases where they fail to match due to a configuration
or syntax error.
* pagespec_match_list: New API function, matches pages in a list
and throws an error if the pagespec is bad.
* inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
pagestate, postsparkline: Display a handy error message if the
pagespec is erronious [sic].
* comments: Add link to comment post form to allow user to sign in
if they wish to, if the configuration makes signin optional for
commenting.
* Updated Danish translation from Jonas Smedegaard. Closes: #525751
* translation.mdwn: Typo fixes. Closes: #525753
Add msgfmt to USE_TOOLS (it's called at the end of the build).
Trac-0.11.4.ja1 (Apr 1, 2009)
* Merge Trac-0.11.4
* Fixes unicode transcoding for Exception.
- trac/core.py
- trac/util/text.py
Trac 0.11.4 (March 30, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.4
Trac 0.11.4 contains a number of bug fixes and minor enhancements.
The following list contains only a few highlights:
* Custom mainnav links regression (#8153)
* Fixed Python 2.3 incompatibility (#8061)
* Fixed Python 2.6 notification issue (#8083)
* Fixed PostgreSQL multi column index issue (#7600)