Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
packaged for wip by pho.
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.
|
|
|
|
Changes: bugfixes, speedups, more tests.
|
|
awk array iteration which could result in the wrong library being chosen.
Fixes issue seen with GCC 4.9 where the libgcc from the main GCC package
was found first and caused errors, even though the RPATH correctly had
the gcc49-libs version listed first.
|
|
|
|
|
|
Contributed by: Leonardo Taccari <iamleot@gmail.com>
Update mail/nmh to 1.6.
Changes:
The biggest changes in this release are in the arena of MIME handling.
Specifically relating to MIME composition and display. On the
composition front, mhbuild(1) will now automatically be run by send(1)
for all drafts. Specifically, mhbuild is now run with the new -auto
flag, which will suppress the processing of mhbuild directives and cause
mhbuild to silently exit if the draft is already MIME-formatted. When
invoking mhbuild manually via the "mime" command at the WhatNow? prompt,
mhbuild will behave as before and process mhbuild directives.
In both cases (automatic and manual invocation) mhbuild will encode email
headers according to RFC-2047 rules. Mhbuild also will use RFC 2231
encoding rules for MIME parameters when appropriate. In addition, the
attach system has been substantially reworked; the new header name is
now "Attach" (to better align with other MUA behavior) and cannot be
changed by the end-user. The existing "attach" command simply adds
the filename(s) to the draft in new Attach: headers, and the actual
file processing is done by mhbuild; this attachment processing will
take place in either automatic or manual mode.
On the display front, mhshow(1) will now automatically convert text
into the user's native character set using iconv, if nmh was built
with iconv support. Also, mhshow will now by default only display
text content that was not marked as an attachment. By default all
displayed content wll be run under one pager, as opposed to individual
pagers for each part as was in the past. Non-displayed parts will be
indicated using a marker string, which can be customized by a new
mh-format(5) string.
All nmh utilites now understand RFC 2231-encoded MIME parameters and
will automatically convert the encoded parameters into the native
character set, when appropriate (again, assuming nmh was built with
iconv support).
In other changes, sequence files are now locked using transactional
locks: locks that are held across sequence file reading, modification,
and writing. The locking algorithm used for spool files and nmh data
files is now runtime configurable.
For people that struggle with mh-format(5) files, a new utility for testing
them has been developed: fmttest(1). It includes the ability to trace the
execution of format instructions.
For users that wish to use Unix utilities on their mail, a new utility
to transform MIME messages to more easily-digestable format is now
available: mhfixmsg(1). It supports a number of options to control
the message transformation.
For users of spost(8), the support for spost has been rolled into post(8)
under a new sendmail/pipe MTS. A shell script emulating the old behavior
of spost has been provided.
|
|
|
|
2.40.0 (stable):
* VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value.
(Murray Cumming)
* gmmproc: Small improvement of enum documentation
(Kjell Ahlstedt)
* Windows Update the visual Studio build files.
(Chun-wei Fan)
2.39.93 (unstable):
Glib:
* Keyfile: Add save_to_file().
(Murray Cumming)
* Add VariantDict.
(Murray Cumming)
* Variant: Remove the now-unnecessary local g_variant_parse_error_quark().
(Murray Cumming) Bug #727554 (Antoine Jacoutot)
Gio:
* Application: Add the handle-local-options signal.
* ApplicationCommandline: Add get_options_dict().
* Settings: Add get_user_value() and get_default_value().
(Murray Cumming)
* Socket: Add get/set_option().
(Murray Cumming)
* TlsInteraction: Add invoke_request_certificate(),
request_certificate(), request_certificate_async() and
request_certificate_finish().
(Murray Cumming)
Build:
* h2def.py:
- Handle *_DEPRECATED_IN_* and AVAILABLE_IN_* with 0 digits.
- Also strip *_DEPRECATE_IN_*_FOR () without a space.
(Murray Cumming)
* Visual Studio Projects: Update giomm Projects.
(Chun-wei Fan)
2.39.92 (unstable):
Gio:
* Application: Add add_main_option_entry() and add_option_group().
(Murray Cumming)
Documentation:
* Glib::ustring: Say more clearly that it must be only UTF-8.
(Kjell Ahlstedt) Bug #681560 (vurentjie)
Build:
* win32: Surround content_type_get_symbolic_icon() with ifdefs.
(Giuseppe Penone)
2.39.91 (unstable):
Documenation:
* Improve Gio::Socket documentation.
(Tomasz Jankowski, Murray Cumming)
2.39.3 (unstable):
Gio
* Action:
- Add parse_detailed_name() and parse_detailed_name_variant().
(Kjell Ahlstedt)
- Fix activate(const Glib::Variant<T_Value>& value).
(Kjell Ahlstedt) Bug #722896
* MenuModel: Add signal_items_changed()
(Kjell Ahlstedt)
* MemoryInputStream: Add add_data() taking a sigc::slot,
with a test.
(Kjell Ahlstedt) Bug #609946 (Daniel Elstner)
* MenuModel: Add signal_items_changed()
(Kjell Ahlstedt)
* Add Notification.
(Kjell Ahlstedt) Bug #722896.
Documentation:
* Fix some doxygen warnings.
(Kjell Ahlstedt)
* Don't change NULL to 0 in docs, when it's part of a longer name.
(Kjell Ahlstedt)
* OptionContext: Add API documentation based on the C docs.
(Murray Cumming)
2.39.3 (unstable):
* Documentation improvements.
(Kjell Ahlstedt)
* Fix a test on IPv6 systems.
(Adam Sampson)
|
|
py-django-1.7, stella-4.1, wine-devel-1.7.26.
|
|
|
|
0.28 Fri, 06 Jan 2012 05:51:04 UTC
Added HMAC-SHA256 support
|
|
|
|
0.401 2014-05-03
- Fix the tests to accomodate the new 1-digit format for days of month
before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch.
- add some more sample dates to t/sample_dates
and run one test per sample date in t/sample.t
0.400 2014-04-13
- New maintainer - Philippe Bruhat (BooK)
- Now depends on DateTime 0.18. RT #74580.
- Moved POD tests to the release stage.
- format_datetime() now uses 1-digit numbers for day of month < 10.
Dates with unrecognized timezones lead to the creation of a DateTime
object with a floating timezone.
UTC is now formatted as +0000, floating is formatted as -0000.
RT #94556.
- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
|
|
|
|
0.08 2014-07-16T00:21:22Z
- Switch to EUMM.
|
|
|
|
1.24 2014-03-23
- fix not to make the PerlIO layer empty for Perl 5.8.9 or
before. [rt.cpan.org #59832]
- update Pod document assuming the use of Pod::Simple::HTMLBatch.
- t/00checkver.t: not to use 'display-readline-version') and "use
Test;"
- INSTALL: add "(Install) Using Package" section.
1.23 2014-03-20
- add description of the pager command bug in Perl debugger
which causes segementation fault [rt.perl.org #121456]
- fix not to clobber binmode layer (utf-8) on filehandles [rt.cpan.org #59832]
- support UTF-8 input as compatible with Term::ReadLine
- Now Term::ReadLine::Gnu requires perl 5.8.0 or above
- define Term::ReadLine::Gnu::ornaments method [rt.cpan.org #93614]
- Makefile.PL: Fix the URL of the bug-tracker [rt.cpan.org #93680]
- eg/perlsh: POD syntax fix. [rt.cpan.org #93895]
- README: add note for bug-tracker
- INSTALL: update "1.3 Trouble Shooting"
|
|
|
|
|
|
* v2.04
Minor documentation fixes and explanation of the proposed split into
legacy/trunk branches. No code changes from 2.03_02.
* v2.03_02
The uploads have had a minor change which may solve the windows size
difference failures. More diagnostics were added to the failures if it
does not.
* v2.03_01
The test multi-part upload data in the test suite has been fixed to have
the correct (CRLF) line terminators. These tests should now pass for
Microsoft users.
The documentation has been amended to reflect the change of maintainer.
* v2.03 - May 25, 2014
Maintainer change: Pete Houston has taken over maintenance from Smylers.
A test suite has been created.
BUG FIX: Cleared up some uninitialised value warnings emitted when query
strings are missing an entire key-value pair eg: "&foo=bar" (issue
38448).
BUG FIX: If the user calls parse_form_data as a class method without a
query string, the method now gives up early and silently
(issue 6180).
BUG FIX: In form-data uploads, the boundary string was not properly
escaped and therefore would not match when it contained
metacharacters (issue 29053).
BUG FIX: The content type for url-encoded forms now matches on the MIME
type only, so additional charset fields are allowed (issues 16236,
34827 and 41666).
BUG FIX: Leading/trailling whitespace is now stripped from cookie names
and values.
BUG FIX: Cookies now no longer need to be separated by whitespace.
Commas can now be used as separators too. (issue 32329).
BUG FIX: The semicolon is now a permitted delimiter in the query string
along with the ampersand (issue 8212).
|
|
|
|
Version 0.77 -- 2014-08-05
o re-release to remove build artifacts that should not have been shipped
Version 0.76 -- 2014-08-05
o On Android, set TMPDIR before calling configure (RT#97680, Brian Fraser)
Version 0.75 -- 2014-07-17
o deprecated APIs removed (chansen)
o broken PP implementation removed (chansen)
o retooled distribution so FCGI.pm and FCGI.xs exist as-is, rather than
being generated by FCGI.PL and FCGI.XL (chansen)
|
|
|
|
1.11 Fri Aug 29 20:08:20 PDT 2014
- Apply 139. @ehuelsmann++
1.10 Thu Aug 28 22:53:26 PDT 2014
- Apply 138. @ehuelsmann++
1.09 Tue Aug 19 16:41:13 PDT 2014
- Replace tabs with spaces
1.08 Mon Aug 18 10:21:48 PDT 2014
- Dep on Test::YAML 1.05
1.07 Mon Aug 18 08:40:01 PDT 2014
- Apply 8 from shlomif++. Add doc examples for YAML::Any.
1.06 Sat Aug 16 16:51:08 PDT 2014
- Change testdir to t
1.05 Sat Aug 16 13:03:28 PDT 2014
- Meta 0.0.2
1.04 Sat Aug 16 04:28:10 PDT 2014
- Eliminate spurious trailing whitespace
1.03 Sat Aug 16 03:32:35 PDT 2014
- Eliminate File::Basename from test/
1.02 Fri Aug 15 21:09:54 PDT 2014
- Add t/000-compile-modules.t
1.01 Thu Aug 7 14:48:24 PDT 2014
- Dep on patched Test::YAML
1.00 Thu Aug 7 00:35:21 PDT 2014
- Fix bad encoding in Pod
0.99 Wed Aug 6 17:55:42 PDT 2014
- Switch to external Test::Base
0.98 Wed Jul 30 12:32:25 PDT 2014
- Fix indexing of YAML::Any
- Change IRC to irc.perl.org#yaml
0.97 Wed Jul 16 23:37:04 PDT 2014
- Move remaining docs to Swim
0.96 Sun Jul 13 22:54:08 PDT 2014
- Fix Metadata and add Contributing file
- Change Kwim to Swim
0.95 Sat Jun 14 10:32:08 PDT 2014
- Fix dumping blessed globs.
0.94 Sat Jun 14 10:32:08 PDT 2014
- Skip a failing test on 5.8 introduced in 0.93
0.93 Fri Jun 13 22:32:18 PDT 2014
- Switch to Zilla::Dist
- Add badges to doc
- @thorsteneckel++ fixed #18
- @karenetheridge++ fixed #19
|
|
Upstream changes:
RELEASE 0.12
New SimpleTemplate parser implementation * Support for multi-line code blocks (<% ... %>). * The keywords include and rebase are functions now and can accept variable template names.
The new BaseRequest.route() property returns the Route that originally matched the request.
Removed the BaseRequest.MAX_PARAMS limit. The hash collision bug in CPythons dict() implementation was fixed over a year ago. If you are still using Python 2.5 in production, consider upgrading or at least make sure that you get security fixed from your distributor.
New ConfigDict API (see Configuration (DRAFT))
|
|
|
|
|
|
Test::YAML is a subclass of Test::Base with YAML specific support.
|
|
|
|
2.00 15/06/2014 (TINITA)
- Fix ptargrep for problems on MSWin32
1.98 14/06/2014 (TINITA)
- ptardiff and ptargrep should use prefix if defined
|
|
|
|
4.075 Wed Jun 11 11:41:17 PDT 2014
make CPAN happy with new rev number
4.074 Wed Jun 11 09:36:10 PDT 2014
In Lite.pm v1.54,
change input filter for resolvable hostnames
to allow the underscore character
Thanks to grankio [...] gmail.com for the heads up on this issue.
4.073 Sat Apr 5 09:32:11 PDT 2014
add documentation about FQDN conversion and
an option to disable
4.072 Mon Jan 27 11:59:58 PST 2014
modify Makefile.PL to bypass missing 'pod2text'
4.071 Mon Sep 30 13:41:03 PDT 2013
add method "canon" by request from <tom.jones@bccx.com>
4.070 Thu Sep 12 12:54:22 PDT 2013
nth documention error fixed. thanks to Anton tobez@tobez.org
Lite v1.51, add new6FFFF, RFC4291 compliant ipv4->ipV6 new
|
|
|
|
version 2.06: Thu Aug 28 16:28:43 CEST 2014
Improvements:
- needed other file from broofa :(
rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
- fix scan of freedesktop definitions
rt.cpan.org #98385 [Russell Jenkins]
version 2.05: Wed Aug 27 09:43:03 CEST 2014
Improvements:
- rename ::Type::isAscii() into ::Type::isText()
- add source table broofa
rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
- add source table freedesktop
rt.cpan.org#98309 [Lars Dɪᴇᴄᴋᴏᴡ]
- update iana types
|
|
|
|
1.46 2013-03-29 rurban
----
* Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban)
* Fix RT #84210 Bad NAME in Makefile.PL (miyagawa)
* Fix RT #82687 cpansign MANIFEST failure (myra)
* Work on RT #41285 test failures with non-english locale (reported by srezic)
* Skip patching the src for newWarnings style, these are the default (rurban)
* Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde)
and add usage docs.
1.47 2013-03-31 rurban
----
* Reproduced and fixed RT #41285 test failures with non-english locale
(reported by srezic)
1.48 2013-04-01 rurban
----
* added META records, such as repository, recommends to Makefile.PL
* added META and POD tests
1.49 2013-04-02 rurban
----
* Better fix for RT #41285 test failures with non-english locale
(patched by srezic, pull #1)
* Add t/z_*.t meta tests (now for real), move Try to t/FilterTry,
add POD to Filter::Util::Call, Filter::Util::Exec and generated
FilterTry.
|
|
|
|
0.37 2014-05-15 16:45:33 garu
- removed Carp dependency (GARU)
- silenced some clang warnings (JACQUESG)
- added a README (GARU)
|
|
|
|
1.38 Tue 02 Sep 2014
- Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas]
https://rt.cpan.org/Ticket/Display.html?id=83367
|
|
|
|
2014-05-10 Jonathan Stowe <jns+git@gellyfish.co.uk>
* Makefile.PL: Makefile.PL more specific
2014-05-10 Jonathan Stowe <jns+git@gellyfish.co.uk>
* : Merge pull request #2 from jacquesg/warnings Fix some warnings
2014-03-09 Jonathan Stowe <jns+git@gellyfish.co.uk>
* Configure.pm, META.yml, Makefile.PL: Don't index Configure.pm
2014-03-03 Jonathan Stowe <jns+git@gellyfish.co.uk>
* Changes, README, ReadKey.pm: Added documentation patch as per
Chris Marshall Bumped version
2013-10-28 Jonathan Stowe <jns+git@gellyfish.co.uk>
* README: Some changes to README
2013-10-28 Brian Wightman <MidLifeXis@wightmanfam.org>
* ReadKey.pm: Promote SUPPORT and LICENSE to top-level head sections SUPPORT and LICENSE sections were in item sections, but outside of
an over/back block.
2013-10-27 Jonathan Stowe <jns@gellyfish.co.uk>
* Makefile.PL, README, ReadKey.pm, ReadKey.xs, genchars.pl: Change
licensing Fix some warnings
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* ReadKey.pm: Applied patch from rt #35669
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* Makefile.PL, ReadKey.xs: Applied change from rt #26235 Also fixed
repo name
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* ReadKey.pm: Patch from rt #35671
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* ppport.h: Updated ppport.h as per #78831
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* Makefile.PL: Changed distname per RT #87885 Added additional
metadata
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* ReadKey.pm: Added changes for RT #86584
2013-10-26 Jonathan Stowe <jns@gellyfish.co.uk>
* ReadKey.pm: Added patch from jpeacock@cpan.org for RT #88266
2011-04-19 Jonathan Stowe <jns@gellyfish.co.uk>
* Changes: Added Changes
2011-04-19 Jonathan Stowe <jns@gellyfish.co.uk>
* : commit 40ba6a2a80ae495b921ab416f6b024014daac25e Author: Stas
Grabois <CENSORED> Date: Tue Jun 24 01:57:37 2008 -0800
2006-01-13 jonathan <jonathan@d4a3e428-c23c-0410-a93a-b1ce904c0fb3>
* MANIFEST, Makefile.PL: Added Changes git-svn-id: http://jstowe.googlecode.com/svn/trunk/TermReadKey@74
d4a3e428-c23c-0410-a93a-b1ce904c0fb3
|
|
|
|
0.50 - 2014-03-14
- Version 0.49 implicitly required Moose; switch to a technique that
does not
- Modernize CHANGES
0.49 - 2014-03-13
- Restore context-sensitive (array/arrayref) behavior of multiple array
methods from 0.46.
- Fix MANIFEST/.gitignore inconsistency
0.48 - 2014-03-10
- Switch from --always-trust to --trust-model=always
0.47 - 2014-03-10
- No changes from 0.47_02
0.47_02 - 2014-02-14
- Remove a stray 'use Data::Dumper::Concise' added in 0.47_01
0.47_01 - 2014-01-27
- Switch from Any::Moose to Moo
- Accept "gpg (GnuPG/MacGPG2)" as a valid gpg version
- Typo fixes in documentation
|
|
|
|
|
|
MooX::HandlesVia is an extension of Moo's 'handles' attribute
functionality. It provides a means of proxying functionality from
an external class to the given attribute. This is most commonly
used as a way to emulate 'Native Trait' behavior that has become
commonplace in Moose code, for which there was no Moo alternative.
|