pkgsrc changes:
- Add license definition
- Update module type
Upstream changes:
2.06 Mon Mar 15 2010
- make extracting more effective
- line with only '=' characters is not treated as quoter
anymore, but separator
- mark separating lines with "separator => 1" hash entry
- don't return "empty => ''" hash key
- update tests
Overview of Changes from GTK+ 2.18.7 to 2.18.8
==============================================
* Bugs fixed:
612066 empathy hangs when clicked on information about contact...
569042 gailbooleancell does not seem to attend to changes...
609650 GtkPlug Embedded signal is not emitted when plug/socket...
609744 crash at parse_data_for_row_pseudocolor
609952 destroying a notebook window when the last tab got dragged...
610141 gtk_assistant_get_nth_page() function fails to deliver...
610184 gtk_assistant_set_current_page() segfaults...
610381 More space between toolbar icon and label
610632 gtk_info_bar_set_default_response problem
611686 focus_in/focus_out in gailtreeview.c should return FALSE...
612119 Do not scroll when middle pasting
612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
612346 gdk_window_set_icon_name doesn't work
612505 Entry layout not updated when underlying buffer changes
598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX
* Updated translations:
Bengali India
Low German
Oriya
Polish
New features since 0.9.91:
* Memorize previously selected go-to service.
* Better scale when zoomed close in and in miles distance mode.
* Add and use preference for height units.
* Add and use preference for speed units.
* Add and use preference for distance units.
* Use a preference to set the tiles age.
* New preference for default maplayer cache.
* Improve DEM-Layer.
* Remove OpenAerial support.
Fixes since 0.9.91:
* Fix: Correctly rotate thumbnail images
* Fix#2958601: Support for non ascii characters in "Go-to" search
* Fix error handling in go-to feature
pkgsrc changes:
- Add license definition
Upstream changes:
1.31 February 24, 2010
* Modify need_cgi so that it looks for cgi.c instead of cgi. This is a
fix for the case insensitive filesystem correction listed below.
[Phillipe M. Chiasson]
* t/next_available_port.t doesn't need mod_cgid, use need_cgi instead of
need_module('mod_cgi.c') [Philippe M. Chiasson]
* PR: 21554 Load mod_apreq2.so if it is available
[Derek Price, <derek@ximbiot.com>]
* Add conditional to ignore IfVersion directive if mod_version is not
built. [Adam Prime <adam.prime@utoronto.ca>,
Fred Moyer <phred@apache.org>]
* PR: 41239 t/TEST -ping does not return a valid return code to the
calling shell [ozw1z5rd <alessio.palma@staff.dada.net>]
* Prevent infinite loop when no default apxs or httpd is present and
repeated attempts to run the test suite under an automated harness
(such as a cpan smoke test). Issue reported by CORION and ANDK,
PR: 12911 [Fred Moyer <phred@apache.org>]
* Use need_module('mod_cgi.c') and need_module('mod_cgid.c') in
t/next_available_port.t instead of need_cgi. On case insensitive file
systems such as OS X, need_cgi will fulfill the requirement with
cgi.pm, when mod_cgi.c is the desired requirement.
[Fred Moyer <phred@apache.org>]
* Fix overridden get_basic_credentials test when using NTLM
authentication [Rick Frankel <cpan@rickster.com>]
* Work around a bug introduced in libwww-perl in version 5.820 for
httpd's credentials [Gunnar Wolf <gwolf@gwolf.org>, Niko Tyni <ntyni@debian.org>]
* Make Apache::TestConfig::untaint_path tolerate undefined arguments
[Torsten Foertsch <torsten.foertsch@gmx.net]
* Inherit LoadFile directives from the global httpd.conf
[Torsten Foertsch <torsten.foertsch@gmx.net]
* Don't overwrite php.ini if it already exists PR: 32994
[MAHEX <MAHEX@cpan.org>]
Added cross/mingw-binutils version 2.18
Added cross/mingw-gcc version 3.4.5
Added cross/mingw-runtime-bin version 3.14
Added cross/mingw-w32api-bin version 3.11
pkgsrc changes:
- Adjust license definition
Upstream changes:
v0.40 (released 2010/01/27):
* bug fixes
- Fixed RT #47500 (http://rt.cpan.org/Public/Bug/Display.html?id=47500),
HTTP::DAV::Comms->credentials() method erroneously autovivified
basic authentication internal values, causing wrong or undefined
credentials to be sent out, or credentials to be "forgot" by HTTP::DAV.
Thanks to stoian.iovchev at imperia.bg and Glenn Fowler for their
feedback on this.
v0.39 (released 2009/12/12):
* bug fixes
- Fixed RT #52665 (http://rt.cpan.org/Public/Bug/Display.html?id=52665),
Using dave or propfind() on URLs containing escaped chars (%xx) could fail,
due to upper/lower case differences. Thanks to cebjyre for the patch
and the test case.
pkgsrc changes:
- Adding license definition
Upstream changes:
1.56 2010-03-14 23:26:00 EST5EDT
- Convert line endings during read() [Issue identified
by Serguei Trouchelle]
1.55 2010-03-12 11:44:05 EST5EDT
- Preserve distfile through write() and read()
[patch by Dan Collins]
- Regenerate _myconfig data during read() method
Upstream changes:
1.005001 2010-03-10
- I am an idiot.
1.005000 2010-03-10
- More robust handling of running new toolchains on older perls. This
should sort out issues users have with bootstrapping on e.g. Solaris
and other traditional Unices. In addition, try to find a GNU tar
capable of dealing with @LongLink so bootstrapping doesn't fail.
- Warnings for missing PATH/PERL5LIB (as when not running interactively)
silenced by a patch from Marco Emilio Poleggi.
- Start of better docs for C<--self-contained> thanks to
markstos@cpan.org.
Upstream changes:
2010-03-13 - Release 0.94 - Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #43580:
"Reversed logic on overload::StrVal() in AdjacencyMap::Vertex::__set_path"
Had to add a new option, refvertexed_stringified.
* Address rt.cpan.org #50210:
"Graph-0.91: bug in unionfind parameter"
One cannot delete from a unionfind graph: now enforcing that.
* Address rt.cpan.org #48090:
"all_reachable on directed $g->add_edges(['a','b'],['b','a'])"
Now if there are loops, all_reachable() will include
the initial vertices themselves. Also all_neighbors()
had some problems in certain cases, fixed those too.
* Address rt.cpan.org #50210:
"Graph-0.91: bug in unionfind parameter"
One cannot delete edges or vertices from a unionfind
graph: now enforce that in code.
* Address rt.pcan.org #42549: "stron"
Document that strongly connected components will include
isolated and sink and source vertices.
interface to XML processing, particularly in light of signing and encryption.
This package includes two alternate library versions, one with security support,
and one so-called "lite" version without that support.
MinGW, a contraction of "Minimalist GNU for Windows," is a port
of the GNU Compiler Collection (GCC), and GNU Binutils, for use
in the development of native Microsoft Windows applications.
pkgsrc changes:
- Adjust module type (EU::MM)
Upstream changes:
2.2205 - Wed Mar 10 18:15:36 EST 2010
Other:
- No longer ships with Build.PL to avoid creating a circular dependency
2.2204 - Wed Mar 10 14:23:52 EST 2010
Other:
- Downgraded warnings on using INCLUDE with a command from "deprecated"
to "discouraged" and limited it to the case where the command includes
"perl" [Steffen Mueller]