Roland Illig to support Solaris, and modified by me.
Aget is a multithreaded HTTP download accelerator. It aims to imitate
Flashget for Win32. Aget is an acronym for two Turkish words "Acele
Getir," meaning "Get it fast."
Changes since version 2.0:
==========================
item 2.01 (07 July 2002)
New testing method MLDBM::_compare($a, $b) used in t/*.t
scripts to verify data structures are identical. In
perl 5.8.0 RC2, the order of hashes changed, making the prior
hard coded test case string comparisons invalid, so created
this more flexible method for testing that should work in
future releases, without relying on specific hash ordering.
Changes since version 0.41:
===========================
Version 0.42:
Fix test for a change of string representation of Math::BigInt.
Support qr// objects (via UNIVERSAL, so if Regexp supports
(de)serialization methods, they will be used instead).
`use strict'-complient.
Version 0.43:
Correct save/restore of overloaded values, including repeated refs.
Changes since version 2.04:
===========================
Sat Jan 3 18:49:18 GMT 2004 Nicholas Clark <nick@ccl4.org>
Version 2.09
Fix minor problems with the CPAN release
1: Make Storable.xs work on 5.8.2 and later (already in the core)
2: Ship the linux hints file
3: Ship Test::More for the benefit of Perls pre 5.6.2
4: Correct Makefile.PL to only install in core for 5.8.0 and later
Sat Sep 6 01:08:20 IST 2003 Abhijit Menon-Sen <ams@wiw.org>
Version 2.08
This release works around a 5.8.0 bug which caused hashes to not
be marked as having key flags even though an HEK had HEK_WASUTF8
set. (Note that the only reasonable solution is to silently drop
the flag from the affected key.)
Users of RT 3 who were seeing assertion failures should upgrade.
(Perl 5.8.1 will have the bug fixed.)
Mon May 5 10:24:16 IST 2003 Abhijit Menon-Sen <ams@wiw.org>
Version 2.07
Minor bugfixes (self-tied objects are now correctly stored, as
are the results of additions larger than INT_MAX).
Mon Oct 7 21:56:38 BST 2002 Nicholas Clark <nick@ccl4.org>
Version 2.06
Remove qr// from t/downgrade.t so that it will run on 5.004
Mention $File::Spec::VERSION a second time in t/forgive.t so that it
runs without warnings in 5.004 (this may be a 5.00405 bug I'm working
round)
Fix t/integer.t initialisation to actually generate 64 bits of 9c
Fix comparison tests to use eval to get around 64 bit IV conversion
issues on 5.6.x, following my t/integer.t ^ precedence bug found by
Rafael Garcia-Suarez
Alter t/malice.t to work with Test/More.pm in t/, and skip individual
subtests that use $Config{ptrsize}, so that the rest of the test can
now be run with 5.004
Change t/malice.t and the error message in check_magic in Storable.xs
from "Pointer integer size" to "Pointer size"
Remove prerequisite of Test::More from Makefile.PL
Ship Test::Builder, Test::Simple and Test::More in t
Thu Oct 3 08:57:22 IST 2002 Abhijit Menon-Sen <ams@wiw.org>
Version 2.05
Adds support for CODE references from Slaven Rezic
<slaven.rezic@berlin.de>.
Enhancements
* New translations: Croatian (hr) (Robert Sedak), Japanese (ja) (Mitsuru Oka)
* Updated translations: Albanian (sq) (Laurent Dhima), Serbian (sr.po,
sr@Latn.po) (Danilo ?egan), nl (Daniel van Eeden), Czech (cs) (Miloslav
Trmac), Greek (el) (Kostas Papadimas), German (de) (Christian Neumair),
Croatian (hr) (Robert Sedak)
* Added preliminary support for the TEI Lite format (Roberto Rosselli Del
Turco)
* Big fix of XML namespace handling. Dispspecs now refer to elements using a
namespace URI (if any) and the local name within that namespace.
Element-matching code now uses namespaces rather than prefixes in various
places, including the XSL-FO and RELAX NG plugins, which should lead to
more robust handling of arbitrary documents. (me)
* When determining which dispspec to use, calculate coverage of the document
elements and pick the best (above a certain threshold percentage) (me)
* New dialog for selecting which child element to insert when a DTD requires
such a choice. The new dialog lists both the XML names and the translated
names with icons where available (me)
* Added a workaround for bug #124507 which pops up a dialog explaining what
the problem is and tells you which elements are causing it. The problem
elements will not appear in the editor widget. The dialog repeats every
time the document is editor, but this is better behaviour than a silent
crash :-) (me)
Fixes
* Reorganised source tree so that the xds files live in their own "dispspecs"
subdirectory, rather than sharing the "examples" folder with the sample
instance documents (Geert Stappers)
* Tidying up of plugin management code to use Service IDs to identify
instances and GType to identify classes (me)
* Big warning fix, should now compile cleanly on "-Wall -Werror" (me)
* Big cleanup of the insides of the popup context menu, replacing lots of
obcure hackery with a more maintainable system. (me)
The SPF (Sender Permitted From) protocol relies on sender domains to publish
a DNS whitelist of their designated outbound mailers. Given an envelope
sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
Net::CIDR::Lite is a Perl extension for merging IPv4/v6 CIDR addresses.
Faster alternative to Net::CIDR when merging a large number of CIDR address
ranges. Works for IPv4 and IPv6 addresses.
2004-02-09 Bill Haneman <billh@gnome.org>
* configure.in: Revved to 0.10.6.
Re-dist to fix libtool problem.
2004-02-06 Robert Sedak <robert.sedak@sk.htnet.hr>
* configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
2003-01-08 Brian Cameron <Brian.Cameron@sun.com>
* magnifier/zoom-region.c: Fix pan test so that it does not
call zoom_region_process_updates if the delta is 0. This
should fix the problem with Frame Rate being assigned
unreasonable values. Also fixed the counter so it exits
the pan test after the correct number of iterations.
2003-01-06 Brian Cameron <Brian.Cameron@sun.com>
* magnifier/zoom-region.c: Properly reset max totals.
2003-12-20 Arafat Medini <lumina@silverpen.de>
* configure.in: Added Arabic locale "ar" to ALL_LINGUAS
2003-12-17 Brian Cameron <Brian.Cameron@sun.com>
* magnifier/zoom-region.c:
Now cache gc's, so there is less X-traffic.
* magnifier/magnifier-main.c:
Properly abort if user specifies a pantest but does not supply
a number of iterations via --timing-iterations. Corrected bug
with exit-magnifier property not being set properly during the
update test.
2003-12-11 Bill Haneman <billh@gnome.org>
* magnifier/magnifier.c:
Fixed compile issue in magnifier_expose_filter.
Thanks to Kaushal Kumar for catching the problem.
2003-12-10 Tõivo Leedjärv <toivo@linux.ee>
* configure.in: Added et to ALL_LINGUAS.
2003-12-10 Bill Haneman <billh@gnome.org>
* magnifier/zoom-region.c:
(zoom_region_update): Changed use of deprecated
gdk_pixbuf_render_to_drawable to
gdk_draw_pixbuf.
* magnifier/magnifier.c:
(magnifier_transform_cursor):
Replaced gdk_pixbuf_render_to_drawable with gdk_draw_pixbuf (as above).
* magnifier/magnifier-main.c, zoom-region.c, magnifier.c:
Silenced some other compiler warnings introduced by timing patch.
2003-12-10 Bill Haneman <billh@gnome.org>
* magnifier/zoom-region.c:
Add #include <gdk/gdk.h>
(zoom_region_clip_to_target): New function, clips a rectangle
in the source screen to the zoom-region's target. Used for
processing expose/dirty notifications on the source.
(impl_zoom_region_mark_dirty): Fixed implementation; it was
using the wrong coordinate system for the 'dirty' notification.
* idl/GNOME_Magnifier.idl:
Improved docs for markDirty.
* magnifier/magnifier.c:
(magnifier_expose_filter): New method, filters
'GdkExpose' events that are passed in on a source
window for which notifications are selected by the
client. Useful if we have the ability to 'snoop' exposes on
the source.
(magnifier_set_expose_listener):
Add the expose filter (above) to a specified GdkWindow.
(magnifier_realize): Add the expose filter (above) to the source root window
on set_source_display.
(impl_magnifier_add_zoom_region): Add the expose filter to the source
root when the first zoom region is added.
2003-12-08 Brian Cameron <Brian.Cameron@sun.com>
* magnifier/zoom-region.c
Cleaned the timing report, now more code reuse.
2003-12-09 à smund Skjæveland <aasmunds@fys.uio.no>
* configure.in: Added nn to ALL_LNGUAS.
* nn.po: Added Norwegian Nynorsk translation.