Perl 5.14+.
According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>,
upstream did away with -T here in Amanda v2.6.
Since Perl 5.14+ warns of a deprecated newgetopt.perl, depend on the
recommended compat module.
Updated www/p5-Dancer to 1.3091
Updated www/p5-Plack to 0.9985
Updated www/p5-Starlet to 0.14
Updated www/p5-Task-Plack to 0.25
Updated www/p5-Template-Toolkit to 2.23
Updated www/p5-Template-Toolkit-Simple to 0.16
Updated www/p5-Test-WWW-Mechanize to 1.38
Updated www/p5-URI-Find to 20111103
patch-aa covered upstream
#-----------------------------------------------------------------------
# Version 2.23 - 21st January 2012
#------------------------------------------------------------------------
* Fixed bug RT#47929 which caused the XS Stash to die mysteriously when
calling code that used string evaluation (e.g. DateTime).
* Fixed bug RT#68722 so that list.defined('alpha') always returns false.
* Added the TRACE_VARS option to keep track of what variables are used
in a template. It's not documented yet. See t/trace_vars.t for an
example of use.
* Applied patch from RT#48989 to avoid Template::Plugin::Procedural
from adding target class' methods AUTOLOAD and new methods multiple
times (Jens Rehsack)
* Applied patch from RT#53451 to accept negative epoch times in
Template::Plugin::Date.
* Applied patch from Marc Remy to add $Template::Directive::WHILE_MAX
option to tpage.
1.38 Fri Oct 28 10:12:48 CDT 2011
------------------------------------
[FIXES]
Now passes tests even if HTML::Lint is not installed.
There are no other changes in 1.38.
1.36 Thu Oct 27 00:09:21 CDT 2011
------------------------------------
[ENHANCEMENTS]
The $mech object autolint argument can now take an HTML::Lint object.
This lets you pass your own HTML::Lint object that does less stringent
checking than the one T:W:M creates.
20111103 Thu Nov 3 12:14:21 PDT 2011
Bug Fixes
* URI::URL::strict will no longer leak out of find() if the callback
or filter fails. [rt.cpan.org 71153] (Carl Chambers)
20111020 Thu Oct 20 17:31:56 PDT 2011
Bug Fixes
* Things which look like URIs, but aren't, are now properly escaped like
other text. [rt.cpan.org 71658]
New Features
* Balanced parens in URIs are no longer stripped. Example:
"http://example.com/foo(bar)" (Merten Falk)
Updated www/p5-WWW-Mechanize to 1.71
Updated www/p5-WWW-Pastebin-PastebinCom-Create to 0.004
Updated www/p5-Web-Scraper to 0.36
Updated x11/p5-Alien-wxWidgets to 0.54nb1
Updated x11/p5-Gtk2-Ex-FormFactory to 0.67
Updated x11/p5-Tk to 804.030
Updated x11/p5-Wx to 0.9903
Updated x11/p5-Wx-Perl-ProcessStream to 0.30
Updated x11/p5-gtk2 to 1.242
0.30 2011-02-04 21:00
Test changes only - Fixes for tests failing on Mac OS X
0.29 2010-12-02 00:00
Makefile changes only - remove Archive::Tar dependency
1.71 Tue Nov 14 13:50:41 EDT 2011
========================================
[ENHANCEMENTS]
Recognise application/xhtml+xml as HTML.
[DOCUMENTATION]
Improved docs about support of JavaScript
Typo fixes.
[TESTS]
Updated tests as oops-music.com is in utf-8 now
0.9903 Wed Nov 09 08:00:00 BST 2011
- Remove force of static binding for mingw libgcc & libstdc++
0.9902 Thu Oct 13 08:00:00 BST 2011
- 2.9.2 will now build with recent mingw compilers (>= gcc 4.5.2)
- Fixed MSVC6 build (broken in 0.9702)
- wrapped wxLogChain::DetachOldLog
- added wxDF_UNICODETEXT
- added wxMediaCtrl constants for all events
0.9901 Mon June 06 12:00:00 BST 2011
- Bumped ExtUtils::XSpp dependency to 0.1602
- added Wx::Frame::SendSizeEvent
0.99 Thu May 05 08:00:00 BST 2011
- Release 0.98_01 as 0.99
0.98_01 Thu Apr 21 20:31:30 CEST 2010
- Added wxProgressDialog::Pulse (wxWidgets 2.8)
- Mac SetFrontProcess can be switched off for editors
and tests using env variable. Still switched on by default.
Added detail to Wx pod
- Added several wxLog functions & methods + Wx::PLlog::Flush
- Added wxDateTime::IsValid wxSplitterWindow::UpdateSize
- fix for Wx::Locale::FindLanguageInfo / GetLanguageInfo
- wxPli_create_evthandler added for VListBox and VScrolledWindow
- Added OnDrawSeparator and OnDrawBackground for VListBox
- added GradientFillConcentric & DrawLabel for wxDC
Tk-804.030 release (2011-10-20)
------------------
This is basically the same like Tk-804.029_502.
Tk-804.029_502 release (2011-10-17)
----------------------
Fixes
RT #71718: windres call needs the --use-temp-file on some Windows systems
RT #70429: show correct file name if image loading failed. Also
systematically searched and fixed other bad uses of Tcl_AppendResult.
RT #70423: provide inuse method for Tk::Image
Fixed a possible segfault when using canvas' select clear method.
Tk-804.029_501 release (2011-10-14)
----------------------
Fixes
Use standard libpng configure for all amd64 and x86_64 variants.
Support gridRemove method.
https://rt.cpan.org/Ticket/Display.html?id=65900
Tk-804.029_500 release (2011-06-13)
----------------------
Fixes
Fixed compilation with newer X11 version (conflicting types for
'XKeycodeToKeysym')
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613188
Use standard libpng configure for some 64 bit variants of OpenBSD,
amd64-freebsd, x86_64-linux, MacOSX 10.6.4 and newer.
Fixed Strawberry 64bit builds.
Changed handling of "underscore" character.
https://rt.cpan.org/Ticket/Display.html?id=66205
Tk::ProgressBar::configure calls now go through ConfigChanged
https://rt.cpan.org/Ticket/Display.html?id=63775
Fixed Tk::FBox::ResolveFile with defaultextension when directory
contains dots
https://rt.cpan.org/Ticket/Display.html?id=55146
New features
BalloonInfo for HList
Implementation by Christoph Lambrecht, documentation by
Slaven Rezic
https://rt.cpan.org/Ticket/Display.html?id=55887
Perl/Tk is now available at github.
Improved "all widgets at a glance" demo.
Tests
Another attempt on skipping tests if no DISPLAY is available.
Converted fork.t and progbar.t to Test::More
Documentation
Fixed SYNOPSIS section in Tk::Text Pod
Overview of changes in Gtk2 1.242
=================================
* Add gitweb link to old ChangeLog
* Be compatible with perl 5.8.0 (Bugzilla bug #666227)
* Gtk2::Widget: don't implement is_sensitive() twice
* Disable a few potentially annoying tests
Overview of changes in Gtk2 1.241
=================================
* Add the missing NEWS entries from the stable branch
* Fix a test failure in t/tied-objects.t
* Fix a test failure in t/GtkEntryBuffer.t
Overview of changes in Gtk2 1.240
=================================
Since 1.22x (the previous stable series)
----------------------------------------
* Wrap missing gdk, gdk-pixbuf and gtk+ 2.12, 2.14, 2.16, 2.18, 2.20
and 2.22 API.
* Add Gtk2::Gdk::Image.
* Add Gtk2::Container->find_child_property and list_child_properties.
* Add Gtk2::Widget->find_style_property and list_style_properties.
* Add Gtk2::Gdk::Pixbuf->get_option.
* Add is_writable field to Gtk2::Gdk::PixbufFormat.
* Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible.
* Accept format strings in Gtk2::MessageDialog->format_secondary_markup.
* In syntax check mode, do not call gtk_init.
* Improve the documentation in many places.
Since 1.232
-----------
* Document the unusual return semantics of Gtk2::CellLayout::get_cells.
Overview of changes in Gtk2 1.232
=================================
* Gtk2::Gdk::Pixbuf->new_from_data(): accept overloaded strings
* Expand and clarify some of the documentation.
* Allow undef in a few more places.
* Fix a few test failures.
Overview of changes in Gtk2 1.231
=================================
* Wrap gtk+ 2.22 API.
* Wrap gdk 2.20 and 2.22 API.
* Wrap missing gtk+ 2.8, 2.10, 2.12, 2.14, 2.16, 2.18 and 2.20 API.
* Wrap missing gdk 2.18 API.
* Wrap missing gdk-pixbuf 2.18 API.
* Add Gtk2::Gdk::Image.
* Add Gtk2::Container->find_child_property and list_child_properties.
* Add Gtk2::Widget->find_style_property and list_style_properties.
* Add Gtk2::Gdk::Pixbuf->get_option.
* Add is_writable field to Gtk2::Gdk::PixbufFormat.
* Allow Gtk2::Buildable implementations to return undef from
GET_INTERNAL_CHILD.
* Cope with the rename of the keysym defines in gtk+ 2.22.
* Fix invocation of Gtk2::Notebook window creation hooks.
* Fix length of Gtk2::Gdk::Pixbuf->get_pixels() return.
* Ensure that the option strings passed to Gtk2::Gdk::Pixbuf->save() are
upgraded to utf8 if necessary. Also, complain if an odd number of key/value
args is given.
* Update Gtk2->show_about_dialog to match upstream.
* Make damage events Gtk2::Gdk::Event::Expose objects.
* Allow undef in a few more places.
* Correct the memory management in Gtk2::Gdk::Window->new.
* Correct length of the Gtk2::Gdk::Pixbuf->get_pixels() return.
* Plug leaks in Gtk2::Gdk::Drawable->get_image, Gtk2::CellLayout and
Gtk2::TreeSortable.
* Use Glib's infrastructure for attaching "magic".
* Add some examples.
* Improve the documentation in a few places.
* Fix a few build and test failures.
Overview of changes in Gtk2 1.230
=================================
* Wrap gtk+ 2.20 API in: [Special thanks to Quentin Sculo]
- Gtk2::Notebook
* Wrap gtk+ 2.18 API in: [Special thanks to Quentin Sculo]
- Gtk2::FileChooser
- Gtk2::IconView
- Gtk2::InfoBar
- Gtk2::Label
- Gtk2::Menu
- Gtk2::Range
- Gtk2::StatusIcon
- Gtk2::Gdk::Cairo
- Gtk2::Gdk::Region
- Gtk2::Gdk::Window
* Wrap gtk+ 2.16 API in: [Special thanks to Emmanuele Bassi and Quentin
Sculo]
- Gtk2::Action
- Gtk2::Entry
- Gtk2::Gdk::Keymap
- Gtk2::IMContext
- Gtk2::MenuItem, Gtk2::ImageMenuItem
- Gtk2::Scale
- Gtk2::Window
* Wrap gtk+ 2.14 API:
- Gtk2::Adjustment [Special thanks to Kevin Ryde]
- Gtk2::Gdk::Event
- Gtk2::Gdk::Screen
* Wrap gtk+ 2.12 API in Gtk2::Gdk::Window.
* Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible:
When called with an argument, turn new() into new_with_color() or
new_with_font(), respectively.
* Accept format strings in Gtk2::MessageDialog->format_secondary_markup.
* Allow undef in a few places:
- Gtk2::Gdk::Drawable->draw_pixbuf, draw_layout_with_colors,
draw_layout_line_with_colors, draw_segments
- Gtk2::Gdk::Window->invalidate_rect, set_icon_name,
input_shape_combine_mask, shape_combine_mask,
input_shape_combine_region, shape_combine_region
- Gtk2::AccelLabel->set_accel_widget
- Gtk2::Menu->set_screen
- Gtk2::Widget->set_accel_path, shape_combine_mask
- Gtk2::Window->set_default_icon_name
* In syntax check mode, do not call gtk_init. gtk_init may abort the
program (e.g. if DISPLAY is not set), so only call gtk_init_check even
if asked to call gtk_init.
* Gtk2::Menu: trap exceptions in popup callbacks. Uncaught exceptions
in a popup callback can result in persistent mouse and keyboard grabs,
locking the screen until the program is killed.
* Make Gtk2::ListStore->remove()'s return value consistent on gtk+ 2.0.
* Fix memory handling in Gtk2::RecentInfo->get_application_info.
* Improve the documentation in many places. [Special thanks to Kevin
Ryde]
* Fix some build and test failures.
0.54 Wed Nov 09 08:00:00 BST 2011
- Remove force of static binding for mingw libgcc & libstdc++
- For mingw, properly detect the gcc shared lib dependencies
to install
0.53 Thu Oct 13 08:00:00 BST 2011
- SDK fix for 2.8.x on Mac OSX Lion
- 2.9.2 default for 64bit MacOSX
- 2.9.2 build changes for msw supporting mingw/gcc >= 4.5.2
- 2003 Platform SDK build fixed for 2.8.12
Overview of changes in Glib 1.242
=================================
* Glib::GenPod: fix typo in default pspec values
(https://bugzilla.gnome.org/show_bug.cgi?id=665331)
* Glib::GenPod: delete a duplicate key in %basic_types
(https://bugzilla.gnome.org/show_bug.cgi?id=665332)
* Change the FSF's address in all GPL license notices (RT#72664)
Overview of changes in Glib 1.241
=================================
* Register the boxed type Glib::GString, based almost completely on a patch by
Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
* Fix linking against perl < 5.9.4 on some platforms; Do not use
SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
after the 5.8.0 we require.
Overview of changes in Glib 1.240
=================================
Since 1.22x (the previous stable series)
----------------------------------------
* Add Glib::Param::GType support.
* Add Glib::Log->set_default_handler() and
Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Support the fundamental type Glib::GType.
* Correctly handle variables with "magic" attached, like tied
variables.
* Don't copy boxed objects when passing from Perl to C.
Since 1.233
-----------
* Nada.
Overview of changes in Glib 1.233
=================================
* Change the way we handle objects with floating references again, to be more
compatible.
Overview of changes in Glib 1.232
=================================
* In the documentation generated by Glib::GenPod, show default values for
properties.
* Correctly handle objects which have floating references.
* When checking whether a variable is a reference, correctly account for "get
magic", which occurs for example for tied variables. Add gperl_sv_is_ref for
other bindings to use.
Overview of changes in Glib 1.231
=================================
* Add Glib::Log->set_default_handler() and Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
* Support the fundamental type Glib::GType.
* Correctly store and look up custom signal marshallers.
* Fix fetching default values for unichar properties of custom subclasses.
* Fix subclassing with {pspec, get, set}-style properties.
* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
* Make Glib::GenPod create docs for child and style properties.
* Improve the documentation in a few places.
* Fix a few build and test failures.
Overview of changes in Glib 1.230
=================================
* Don't copy boxed objects when passing from Perl to C. This mainly affects
Perl subclasses which have signal handlers that involve boxed objects and use
signal_chain_from_overridden() to call parent signal handlers. With this
change, the parent's handlers will now operator on the same object that the
Perl code sees, and changes consequently propagate properly.
* Correctly handle variables with "set" magic attached in the default
SET_PROPERTY implementation for custom Perl subclasses.
* Add Glib::Param::GType support.
* Make Glib::Flags::bool() and as_arrayref() callable as methods.
* Allow undef for default_value in Glib::ParamSpec->string.
* Improve the documentation in a few places.
* Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
* Fix some build and test failures.
0.67 Thu Aug 11, 2011, joern
Features:
- Added parse_tags option to TextView. This way you
can easily create tagged text by using a simple
HTML based markup syntax: <tag name="...">Tagged text</tag>.
- Added HPaned widget
0.66 Sun Nov 11, 2009, joern
Features:
- image attribute for Button and ToggleButton; set a
filename here to put an arbitrary image on a button
Bugfixes:
- Applied patches from Jeff Hallock fixing a bunch of
"Use of uninitialized value" warnings. As well Jeff
fixed a bug which renders empty "getter" prefixes
unusable.
- build() Method now prevents building a Factory twice
by itself.
- Container->add_child_widget() missed registering
children to the Form Factory.
- Widget activity tracking called active check callback
without an object reference if no object was currently
set instead of rendering the widget inactive in that case.
(v3.71) "big" BibTeX with full support of 8-bit encodings
An enhanced, portable C version of BibTeX. Enhanced by conversion to "big"
(32-bit) capacity, addition of run-time selectable capacity and 8-bit
support extensions. National character set and sorting order are controlled
by an external configuration file.
Various examples are included.
PR#45763 by Bug Hunting.
4.2
This release contains plenty code cleanups.
4.2.1
Bug fix release, there were two missing files in yesterdays dmenu-4.2.tar.gz.
4.3
This is basically smaller and faster.
4.3.1
And a quick bugfix release.
4.4
This release fixes some bugs and it should be slightly nippier,
especially if your path is, ahem, broken.
4.4.1
This release fixes a small bug in the font loading, and changes dmenu_run to
let you use shell logic (foo && bar, etc).