Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (45m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 11:16:42 UTC Now

2014-11-13 08:30:16 UTC MAIN commitmail json YAML

Update to Tk-804.032

Also add patch from development version to fix:
Workaround behaviour change in ExtUtils::MakeMaker 6.99_10 (PERL
value is now quoted), which caused build failures (RT #100044).

Tk-804.032 release (2014-01-26)
------------------

This is basically the same like Tk-804.031_503.

Tk-804.031_503 release (2013-12-07)
----------------------

Fixes
Regain compatibility for perl < 5.8.9
(SvIV_nomg is not available with earlier perls).

Tests
wm-time.t more robust against GNOME Shell slowness.

Tk-804.031_502 release (2013-12-01)
----------------------

Fixes
Enable libpng configure for all Solaris architectures.

Documentation
Update INSTALL, README-ActiveState.txt, and README-Strawberry.txt
documents.

Tk-804.031_501 release (2013-11-18)
----------------------

Fixes
Fix gamma setting for PNG images (was only broken in 804.031_500).

Fix clang compilation error (was only broken in 804.031_500).

Tests
Some tests are now more robust.

Tk-804.031_500 release (2013-11-17)
----------------------

Fixes
88210: fix compilation for perl 5.19.0+ ("undef bool").

90077: floating number issue with -textvariable variables.

89621: avoid segfaults during global destruction (by Gisle Aas).

87016: compatibility for libpng 1.6.x.

86988: use cflags/libs information from pkg-config zlib.

89261: split Tk/ColorEditor.pm into three .pm files.

71718: fix compilation issue with 64bit Strawberry Perl (Tk_Cursor).

Fail gracefully if no font could be allocated.

ptksh: storing the history works now also under Windows.

Better handling if libpng's configure fails.

Documentation
Changes to README.linux (dependency requirements, fontconfig) and
README.cygwin.

Document special Tk::Table behavior regarding -takefocus => 0.

Tests
New test files (eventGenerate.t, sv.t) and new test cases
(eventGenerate in optmenu.t).

More test tweaks (e.g. skip some tests if the required fixed font is
unavailable, see with_fixed_font in TkTest.pm, workaround some fvwm2
problems in wm-tcl.t, protect from haning wm-time.t).

checked_test_harness() skips testing if no font could be allocated.

No test request user positioning windows anymore (for old window
managers like twm).

Configuration file for travis-ci.

(markd)