0.007 2013-09-21
- Update copyright year (just to make sure everybody recognizes)
0.006 2013-09-20
- Reformatted as per CPAN::Changes::Spec by Neil Bowers
- Fix rt#88616 (test didn't work according to XDG Base Directory
Specification) - thanks to Alex Hartmaier.
- Fix typo in regex for testing the amount of expected directories
- Improve documentation
0.005 2013-09-03
- move to GitHub
- fix xdg_config_dir/xdg_config_home
- commit fox for rt#69263 (includes fix for rt#82696)
Sometimes we need data split into records and a simple split on
the input record separator ($/) or some other value fails because
the values we're splitting on may allowed in other parts of the
data. Perhaps they're quoted. Perhaps they're embedded in other
data which should not be split up.
This module allows you to specify what you wish to split the data
on, but also speficy an "unless" regular expression. If the text
in question matches the "unless" regex, it will not be split there.
This allows us to do things like split on newlines unless newlines
are embedded in quotes.
Changelog:
Overview of changes between 1.35.3 and 1.36.0
=============================================
- Remove a useless test (#707131)
- Never return NULL from pango_layout_get_test (#707659)
- Correct an annotation (#707874)
- Fix gravity map (#708432)
Overview of changes between 1.35.2 and 1.35.3
============================================
- Compiler warnings about strict aliasing (#703995)
- Getting rid of the arbitrary MAX_SIZE for font (707131)
Overview of changes between 1.35.0 and 1.35.2
============================================
- Bypass line reordering in some cases (#705007)
Overview of changes between 1.34 and 1.35.0
===========================================
- Requires cairo 1.12.10
- Add a --with-cairo option
- Handle invalid utf8 better (#700577)
- Install some tests
- Don't change fonts for space (#701652)
5.2 (26 September 2013)
* Language:
. new commands @inlinefmtifelse, @inlineifset, @inlineifclear, for
more brace-delimited alternatives to the conditional environments.
* texi2any:
. warns about node names, menu items, and cross-references (but not
index entries) containing problematic characters; can be disabled
with -c INFO_SPECIAL_CHARS_WARNING=0.
* info:
. new option -x (--debug) for debugging output; -x -1 to get everything.
. new option -v (--variable) assigns a value to an Info variable,
with the usual syntax, -v VARIABLE=VALUE.
. new option -a (--all) instructs Info to display all documents
matching the command line arguments, not just the first. In
conjunction with the -w option, it shows full names of all Info
files matching the command line arguments; with -o, it outputs all
matching files.
. new variable search-skip-screen controls the starting position for
repeated search commands ({ and }). When set to On, repeated
searches skip the lines displayed on the screen, i.e.,
forward searches (}) start at the beginning of the next page, and
backward searches ({) start at the end of the previous page.
. new command display-file-info (bound to = by default, C-g in vi mode)
shows full file name of the node being displayed and position in it.
* texi2dvi:
. support for biblatex+biber.
* Distribution: automake-1.14, gettext-0.18.3.1.
- 5.9.1 | 2013-10-04
- bugfixes
- specify ‘diff --binary’ consistently for non-POSIX systems
On non-POSIX systems, in some cases, ‘rcs frob’ used to omit
‘--binary’ from the command-line to the underlying diff(1).
Now, that is done in all cases.
- portability fixes
- avoid ‘grep -q’
GNU grep understands ‘grep -q’ but some others do not.
(info "(autoconf) Limitations of Usual Tools")
- avoid ‘$<’ in makefile
GNU make understands ‘$<’ but some others do not.
(info "(autoconf) $< in Ordinary Make Rules")
- avoid backslash in backticks
The /bin/sh scripts used in "make" and "make check" now avoid
using a backslash in backticks, which can cause problems for
Solaris 9 /bin/sh (and maybe other /bin/sh implementations).
- ‘PROGRAM --help’ shows home page / "gethelp" info
This is for compliance w/ the GNU coding standards.
(info "(standards) --help")
- maintenance tools updated
- automake (GNU automake) 1.13.4
- gnulib-tool (GNU gnulib 2013-10-03 04:59:38) 0.0.8036-28df8
Changes in version 2.10.0:
==========================
*
* Documentation:
* Bug 684667: improve documentation for AtkObject::children-changed
signal
* Visuall C++ Builds: Use Custom Build Rules
* Updated Aragonese and Japanese translation.
Changes in version 2.9.4:
==========================
*
* Deprecations:
* Bug 649575: Deprecate AtkObject::focus-event signal and all
related methods
* Bug 653291: Deprecate 'text-changed' signal (in favour of
'text-insert' and 'text-remove').
* Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
* Bug 705580: Implement atk_text_get_string_at_offset and deprecate
old API
* Remove 'text-update' signal (without deprecation, as was not used
and can be removed without breaking ABI/API)
* Documentation:
* Removed unneeded comments at atk_implementor_ref_accessible and
about glib usage.
* Bug 684665: removing several .sgml files and fixing gtk-doc
warnings
* Bug 684705: little update on 'text-insert' and 'text-remove'
documentation
* Bug 491998: add documentation for AtkRectangle
* Tests:
* Refactor test suite: no longer a loadable module but an standalone
executable.
* Split testrelation into testrelation and testrole.
* Execute all role tests, doesn't matter if one fails
* Bugfixing and miscellanea:
* Bug 704092: Fix and off-by-one in role names
* Bug 705290: Use generated enum type for AtkRole to get the role name
* Drop use of ATK_DISABLE_DEPRECATED guards in ATK
Changes in version 2.9.3:
==========================
*
* Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
* Deprecated atk_text_get_text_{before,after}_offset()
* Deprecated ATK_TEXT_BOUNDARY_WORD_END,
ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
the documentation.
* Updated atk_text_get_text_{at,before,after}_offset() documentation
* Bug 701503: Fix documentation for atk_object_get_attributes()
* Removed pads from interfaces
Changes in version 2.9.2:
==========================
*
* Leak management:
* Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
* Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
* Bug 699256: Free 'embedded_plug_id' when destroyed
* Tests:
* Bug 696466: Fix logic when testing for empty state set
* Bug 696409: fix hyphenation on testrelation.c
* Documentation:
* Include atk_object_get_object_locale documentation
* Fix having a repeated id on the main doc template
* Bug 700800: Improve documentation for AtkPlug and AtkSocket
* Noteworthy changes in release 1.4.17 (2013-09-22) [stable]
** Fix compilation with newer glibc headers.
** Fix a failure with diverting large amounts of text on mingw (does
not affect platforms that can rename an open file).
** A number of portability improvements inherited from gnulib.
Gearman provides a generic application framework to farm out work
to other machines or processes that are better suited to do the work.
It allows you to do work in parallel, to load balance processing,
and to call functions between languages. It can be used in a variety
of applications, from high-availability web sites to the transport
of database replication events.
Thu, Apr 18, 2013: Released Check 0.9.10
based on r743 (2013-04-18 11:27:03 +0200)
* Support 64bit int for __ck_assert_int. Patch from bug #3599471
* Add equivalent uint variants for __ck_assert_int. Patch from bug #3600433.
* Detect if the system has a C99 compliant version of the printf related
functions for check to use, and if not use an implementation provided by
check.
* Updated HACKING and release procedure in Makefile.am.
* Detect if the system has clock_gettime() available, and if not use an
implementation provided by check. clock_gettime() is used to measure
test durations. The implementation for OSX uses OSX specific system calls
to get the time. For all other systems, clock_gettime() does nothing.
* Updated documentation in check.h to reference new check API.
* Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from
check's unit tests.
* Fix implementation of putenv in check's libcompat for systems that do not
provide it.
* Fix implementation of unsettenv in check's libcompat for systems that do
not provide it.
* Improvements to the new Check API: new comparison functions for pointers:
ck_assert_ptr_(eq|ne).
* Test timeouts can now be in nanosecond precision. The tcase_set_timeout
call, and CK_DEFAULT_TIMEOUT and CK_TIMEOUT_MULTIPLIER environment
variables now can accept floating point arguments.
* Cleanup compile warnings, patch #3579199 on SF.
* Renamed Check's internal list functions to start with check_, patch #3448601 on SF.
Regularly scheduled bugfix release. This fixes significant regressions
from 2.7 in push/pull performance and SSL negotiation.
bundle: fix performance regression when bundling file changes (issue4031)
generaldelta: initialize basecache properly
help: use full name of extensions to look up them for keyword search
histedit: abort if there are multiple roots in "--outgoing" revisions
histedit: add more detailed help about "--outgoing"
histedit: suggest "histedit --abort" for inconsistent histedit state
httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038)
rebase: catch RepoLookupError at restoring rebase state for abort/continue
rebase: catch RepoLookupError at restoring rebase state for summary
repoview: have unfilteredpropertycache using the underlying cache
repoview: make propertycache.setcache compatible with repoview
revset: fix wrong keyword() behaviour for strings with spaces
sslutil: backed out changeset 074bd02352c0 (issue4038)
strip: set current bookmark to None if stripped
BUGS FIXED
* The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
compute garbage with a low probability. They are now rewritten, and the
test code has been improved.
* A bug in the ia64 implementation of mpn_divrem_2, clobbering some
callee-save registers, has been fixed. This is an internal
function, with the bug manifesting itself as miscomputation in,
e.g., mpn_sqrtrem.
* The documentation now correctly says 'const' for input arguments.
Upstream changes:
0.58 2013-09-13 16:57:41Z (Karen Etheridge)
- remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
- warnings tests bypassed during installation
- author metadata moved to contributors
0.57 2013-09-07 21:29:05Z (Karen Etheridge)
- spelling fixes (RT#87780, David Steinbrunner)
- removed use of deprecated Class::MOP::load_class
- repository migrated from shadowcat to the github moose organization
Update DEPENDS
Upstream changes:
0.37 2013-09-26 04:08:21Z (Karen Etheridge)
* repository migrated to the github moose organization
* re-release with fixed compile test
0.36 2013-09-10 02:33:28Z (Karen Etheridge)
* Depend on 'aliased'.
* The test suite now uses Test::Fatal instead of Test::Exception. (Karen
Etheridge)
* removed use of deprecated Class::MOP::load_class, calling enum with a list
* converted use of Class::MOP::class_of to Moose::Util::find_meta
* new WARNING section added to pod, regarding future utility of this module
Update DEPENDS
Upstream changes:
1.003001 - 2013-09-10
- abbreviate class names from created by create_class_with_roles if they are
too long for perl to handle (RT#83248)
- prevent destructors from failing in global destruction for certain
combinations of Moo and Moose classes subclassing each other (RT#87810)
- clarify in docs that Sub::Quote's captured variables are copies, not aliases
- fix infinite recursion if an isa check fails due to another isa check
(RT#87575)
- fix Sub::Quote and Sub::Defer under threads (RT#87043)
- better diagnostics when bad parameters given to has
Upstream changes:
1.003002 2013-09-04
- abbreviate generated package names if they are longer than perl can handle
(RT#83248)
- add explicit dependency on the version of Exporter that added 'import'