Upstream changes:
0.093333 2013-10-09 17:17:00 America/New_York
update bugtracker and repo data
0.093332 2012-08-24 21:03:56 America/New_York
if there's nothing after __END__ but whitespace (after removing POD)
then place the munged POD there. Also, place a blank line
between __END__ and the POD (thanks, Christopher J. Madsen!)
Upstream changes:
1.005001 2013-11-07
- fix skip on old perl on test script
1.005000 2013-11-05
- detect mercurial when checking for development trees
- avoid using constant.pm to save a bit of memory on older perls
- update to v2 metadata
Upstream changes:
0.31 February 18, 2013
Bumped the number for a production release.
0.30_01 January 3, 2010
Added prefix() function. [rt#48289]
Moved Test::More to build_requires [rt#48926]
Moved author tests to xt/author
Upstream changes:
0.53 2013-09-01 17:50 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.52 can skip this update.
+ Fix : [RT #86338] : typo fix.
Thanks dsteinbrunner@pobox.com for the patch.
+ Tst : Author tests are no longer bundled with this distribution.
They are only made available to authors in the git repository.
0.52 2012-11-05 02:30 UTC
+ Add : The new constant VMG_COMPAT_SCALAR_NOLEN evaluates to true
when your perl does not call 'len' magic for scalars, which
is the case for perl 5.17.4 and above.
This fixes RT #80388.
+ Tst : t/35-stash.t has been taught about perl 5.17.4.
+ Tst : Author tests overhaul.
0.51 2012-08-18 15:00 UTC
+ Fix : It is now safe to call dispell() from inside 'free', 'copy' and
'uvar' callbacks to dispell the magic currently in use.
Thanks Clinton Gormley for reporting.
+ Fix : Exceptions thrown from inside a 'free' callback are now always
consistently propagated outside of the callback. They used to
be lost when the 'free' callback was invoked at the end of an
eval block or string.
+ Fix : The 'reset RMG flag' workaroundn used to allow wizards with
both 'uvar' and 'clear' magics to be cast onto a hash, has been
made thread-safe.
0.50 2012-06-24 23:00 UTC
+ Fix : Less memory is leaked when a wizard is freed during global
destruction, or when an exception is thrown from a 'free'
callback.
+ Fix : [RT #77991] : t/17-ctl.t fails on perl 5.14 and 5.16.
This was actually an issue with ActivePerl, and this test
has learned to cope with it.
Thanks Gisle Aas for reporting.
+ Tst : t/35-stash.t has been taught about perl 5.17.1.
+ Doc : Many clarifications.
0.49 2012-06-05 21:40 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.48 can skip this update.
+ Fix : [RT #77644] : t/17_ctl.t fails in test 44 since 5.17.0.
This test has been taught about perl 5.17.0.
Thanks Reini Urban for reporting.
+ Tst : t/99-kwalitee.t will be skipped when only problematic versions
of its dependencies are available.
Update LICENSE
Upstream changes:
0.15 2013-09-28
- Hadn't specific meta-spec version 2, so github repo wasn't turning
up in the metadata.
0.14 2013-08-25
- Changed the repository meta_merge to the new format
- Tweaked format (mainly release dates) to conform to CPAN::Changes::Spec
0.13_1 2013-03-08
- first test release by NEILB after getting comaint
- no changes other than specifying github repository
Add LICENSE
Update DEPENDS
Upstream changes:
0.12 Fri Nov 1 09:23:00 2013
- Update pre-reqs.
- Many, many doc typo fixes via github from dsteinbrunner.
- Add repos to Build.PL and Makefile.PL.
0.11 Mon Sep 23 11:07:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Add Build.PL.
- Clean up Makefile.PL.
- RT#40504: Add META.*.
Add LICENSE
Update DEPENDS
Upstream changes:
1.23 Sat Nov 9 10:43:00 2013
- No code changes.
- Accept spelling corrections from the Debian Perl Group, with thanx. See RT#90171.
Note: The change to lib/Tree/Simple/Visitor.pm had already been made.
- Add t/version.t, which uses Test::Version, to cross-check version #s.
1.22 Mon Sep 30 08:35:00 2013
- Metadata fixes in Build.PL and correct bugtracker queue in Makefile.PL. Thanx to dsteinbrunner (via github).
1.21 Thu Sep 26 13:08:00 2013
- Fix syntax error in Makefile.PL.
1.20 Thu Sep 26 11:16:00 2013
- Merge source from https://github.com/stevan/tree-simple.
- Close github issues.
- Add bugtracker and license to Build.PL and Makefile.PL.
1.19 Mon Sep 23 08:26:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Make Simple.pm and Visitor.pm have the same version #.
- Reformat Build.PL and Makefile.PL.
- Move t/pod* into xt/author/.
- Minor doc patches.
- Add t/17_Tree_Simple_width_test.t. This code was attached to RT#40407, to demonstrate a bug in keeping a
running total of the width (leaf count) of a tree during node additions to leaves.
Thanx to David Cryer for the test code and patch.
- Add t/21_Tree_Simple_Visitor_test.t. This code was attached to RT#30032, to demonstrate a bug in including
the root in a traversal after calling $visitor -> includeTruck(1).
- RT#30032: Adopt patch from Moses Amaro. With thanx.
- RT#38607: Reject. Suppressing deep recursion warnings should not normally be done. Sub-class!
- RT#40407: Adopt patch from David Cryer. With thanx.
- RT#84797: Reject. Changing the return value of setUID could break any amount of code.
This module's goal is to be a one stop shop for checking to see
that your versions across your dist are sane. Please ensure that
you use version 0.04 or later only, as earlier versions are old
code and may not work correctly.
Update DEPENDS
Upstream changes:
1.18 Thu Sep 19 14:24:00 2013
- No changes, code or otherwise, except for the version # in the *.pm, this file, and Changelog.ini.
- Somehow a corrupted version got uploaded to search.cpan.org, so I've just changed the version #.
The file on MetaCPAN was fine.
- Thanx to Rob (Sisyphus) for reporting this.
1.17 Mon Sep 16 15:24:00 2013
- Write test temp files in :raw mode as well as utf-8, for MS Windows users.
- Take the opportunity to change all utf8 to utf-8, as per the docs for Encode,
except for 'use warnings qw(FATAL utf8);', which doesn't accept utf-8 :-(.
Add DEPENDS for test
Upstream changes:
0.096 2013-10-04 08:03:12 America/New_York
- update version of Test::Warnings required
(thanks, Alexandr Ciornii!)
0.095 2013-09-26 20:32:55 America/New_York
- add the "shortcircuit" option option (thanks, Diab Jerius!)
0.094 2013-09-05 09:35:26 America/New_York
- update documentation to note that failed validation is fatal (thanks,
SMYLERS)
- show off "required" in the SYNOPSIS (thanks, OALDERS)
Upstream changes:
0.038 2013-11-18 12:56:26 America/New_York
[FIXED]
- Fixed a bug where authentication parameters in the URL would override
an existing Authorization header
0.037 2013-10-28 13:26:21 America/New_York
[FIXED]
- Basic authentication in the URL is now unescaped before being encoded
into the authentication header
[DOCUMENTED]
- Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate
place for new features
0.036 2013-09-25 12:10:06 America/New_York
[FIXED]
- Compile test could hang on Windows
[PREREQS]
- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
[META]
- Updated support files
0.035 2013-09-10 12:29:28 America/New_York
[CHANGED]
- Encoded from data from 'post_form' preserves term order if data is
provided as an array reference. (They are still sorted for consistency
if provided as a hash reference.)
Upstream changes:
=================
Changes in version 3.3.13beta5, 4. September 2013
[all] Corrected the CGCSGID for code page 1145 (spanish-euro).
[all] Second try at getting pr3287/wpr3287 shut down and
re-launched correctly.
Changes in version 3.3.13beta4, 23. August 2013
[all] Corrected the start/stop of pr3287/wpr3287 printer sessions,
so that a new one is not started until the previous one has completely
exited.
Changes in version 3.3.13beta3, 6. August 2013
None relevant to x3270
Changes in version 3.3.13alpha2, 30. July 2013
[all] Fixed a crash when connecting to certain hosts using an SSL tunnel.
[all] Fixed a crash in the Wait(n,seconds) action.
Changes in version 3.3.13alpha1, 11. July 2013
[x3270] Combined the various text screen save/print options into a
single menu option, which brings up a dialog box that allows snapshots,
continuous saving, save to text, HTML or RichText or directly to the printer.
[x3270] Added a -secure to simplify invoking secure mode.
[all] Corrected a problem with interpreting the SuppressMap resource.
[all] Added the -accepthostname command-line option and acceptHostname
resource to allow accepting specific names and IP addresses in host
certificates, or any name.
[all] Turned off variable substitution for all actions under certain
circumstances, such as inside macros. It mostly just caused confusion.
[all] Added two pseudo-variables for filename substitutions:
${TIMESTAMP} becomes a microsecond-resolution timestamp and ${UNIQUE}
guarantees that the filename is unique. Changed the default trace file
names to use ${UNIQUE}.
[all] Added a number of keywords to the Query action.
[all] Made the Open (Connect) and Close (Disconnect) aliases available
everywhere.
[all] Added support for code page 803 (hebrew-old).
[all] Added a -loginmacro command-line option, and made the existing
loginMacro resource work on x3270.
[all] Added output to scripts to the event trace file.
Upstream changes:
=================
Version 8.6.9 (2013-11-09)
Additions and changes
html5, xhtml11 and slidy outputs now wrap pre element contents at right margin
Vim syntax file: highlight line breaks in lists (patch submitted by Alex Efros).
Vim syntax file: fixed highlighting of lines with spaces preceding an indented paragraph.
Vim syntax file: dropped ) from list of illegal characters following opening quote.
Added + intrinsic attribute.
Allow tabsize=0 in configuration file.
Removed wordpress backend into the blogpost project (where it belongs) as an AsciiDoc backend plugin.
Added HTML5 footer badges.
Added favicon to AsciiDoc website.
Changed AsciiDoc website domain to asciidoc.org.
Vim syntax file: closing quote character cannot be immediately followed by same closing quote character.
Documentation updates.
If admonition icons are embedded using the Data URI Scheme and the icons directory is undefined or does not exist then the iconsdir attribute is set to the location of the icons installed in the AsciiDoc configuration directory.
Updated ./stylesheets/pygments.css from pygments 1.4.
HTML backends: Align inline images to text-bottom.
html4 backend: Added hr attribute to make the inter-section horizontal ruler element optional.
Documented Callout lists cannot be used within tables.
Removed Vim related stuff from the installer makefile.
Dropped vim/ftdetect/asciidoc_filetype.vim from distribution, the file detection was broken and the default settings satisfied noone.
Vim syntax highlighter: increase sync backtracking to catch changes to large block elements.
Added Romanian language configuration file. Contributed by Vitalie Lazu.
Added ruler and line-break outputs to HTML Help outputs. Patch submitted by DonM.
Added Czech language configuration file. Contributed by Petr Klíma.
html4 backend: allow embedded images and icons (data-uri attribute).
html4 backend: table and example block caption place at bottom for consistency.
html4 backend: dropped border around example block.
html4 backend: cellpaddings made equal to 4 for consistency.
Vim syntax highligher: Highlight closing OpenBlock delimiter when it immediately follows a list.
Updated html5 backend (previous commit was xhtml11 only).
Embedded data-uri images now figure file mimetype from file contents rather than the file extension. Patch submitted by Lex Trotman.
Bug fixes
indexterm2:[ ] macro syntax now recognized.
Synthesised *-option attributes for options set in table conf file style entries.
Makefile: Fixed sh compatibility issue.
Upstream changes:
=================
Version 3.1.7
* fixed compilation bugs in MacOsX systems (thanks to
Trevor Spiteri)
* language definition for Lilypond (thanks to Federico Bruni)
* language definition for R statistics programming language
* language definition for ISLISP (thanks to Christian Jullien)
* improved Erlang definition file (thanks to Erik Søe Sørensen)
* new output format: ESC 256 ascii code (thanks to
Xavier-Emmanuel Vincent).
Version 3.1.6
* language definition file for T/Foswiki TML markup (thanks to
Paul W. Harvey)
* new output format: ODF (e.g. for LibreOffice or to generate ODF
color-highlighted snippets to be used by ODF back-ends,
like asciidoc-odf). Thanks to Dag Wieers.
* new output format: MediaWiki thanks to Abe Skolnik
Version 3.1.5
* boost m4 macro finds boost in lib64
* boost m4 macro files are not installed
* updated php lang definition with new php 5 keywords
* language definition for Scheme (thanks to Orlando Hill)
* language definition for Po files (thanks to Mikel Olasagasti)
* language definition for Opa (thanks to Valentin Gatien-Baron)
* language definition for Javalog (thanks to Mark Silberbauer)
* language definition for UPC (thanks to Viraj Sinha)
* fixed a bug in scala.lang dealing with keywords
* updated sql.lang (thanks to Xavier-Emmanuel Vincent)
* Emacs lisp files highlighted as Lisp (thanks to Xavier-Emmanuel Vincent)
* improved logtalk.lang (thanks to Paulo Moura)
* embed inputlang in the output file (thanks to Masatake Yamato)
* highlight _ in variable declarations (thanks to Masatake Yamato)
* correctly highlight for less when filenames contain spaces
GHDL is an open-source simulator for the VHDL language. GHDL allows
you to compile and execute your VHDL code directly in your PC.
Combined with a GUI-based wave viewer and a good VHDL text editor,
GHDL is a very powerful tool for writing, testing and simulating
your VHDL code.