from Nicolas Thauvin.
Version 1.10.1
- Prefetching fonts to group calls to kpsewhich (starts faster)
- Made scroll buttons preemptive (stop displaying)
- Fix install path of dlladvi
- Fix compatibility of event loop with new version of graphics
Version 1.10
- Updated the doc
- Bytecode version uses a library dlladvi.so
- Changed configuration to use 4.0 of camlimages
- Dynamics libraries loaded last (provided by Stefan Potyra)
Version 1.9
- EPS files are read by advi and sent to gs
- splash.dvi is now distributed and correctly installed
- examples are distributed but not compiled by default
- added conf/jpfonts.conf in the disbribution
- gs path is now set by configure
- Added support for gzip and bzip2 compressed files.
- Fixed advi.man (provided mostly by Debian managers).
- Included security patches (provided by Debian managers).
Version 1.8
Rendering EPS files with gs by default.
PGF patches for pstrick support of PDF macros in advi.sty
Bug fixes.
Version 1.7
2005/09/02
Having Active-DVI compatible with the new Graphics library.
2004/12/07
Getting rid of the new warnings of the Caml compiler.
4.0.1
* Minor bug fixes, patch submitted by Damien Doligez
4.0.0
* Stop supporting the autoconf build. (It might works though.)
* Instead of autoconf, using omake and ocamlfind
* Subpackages: no need to link codes for uninterested format.
* Stop supporting lablgtk1
- Ximage2 module is now Ximage, and the older Ximage is removed
- OXimage2 module is now OXimage, and the older OXimage is removed
3.2.0
* Misnamed version. It should have been 3.0.3 or something.
* Small bug fix for image load memory allocation vulnerability
3.0.2
* O'Caml 3.11 port.
* Integer overflow vulnerability fix for pngread.c
3.0.1
* Alpha channel support for png images.
3.0.0
* new version numbering scheme
* autoconf and makefiles cleanup
* fix examples compilation
2.2.1
* Now compiling with -warn-error -A
`seqdiag' generate sequence-diagram image file from spec-text file.
* Generate sequence-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
`nwdiag' generate network-diagram image file from spec-text file.
* Generate network-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
`actdiag' generate activity-diagram image file from spec-text file.
* Generate activity-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
* Added
* speed up MIKU Lang
* add `open URL' mikutter command
* Fixed
* fail to start with no full color environment
* with UserStream, follow notification will be risen twice per one person
* not work configuration `up FAVed tweet on TL'
* crash if removed a tweet from TL in getting in_reply_to_status of the tweet.
Changelog:
Overview of changes in gst123-0.2.1:
* Fixed minor memory leak.
* Fix warnings due to wrong glib option parsing. [Nicholas Miell]
* Use wikihtml2man for documentation (replaces old doxer based manpage).
- [FIXES]
- Tied all $VERSION to HTML::Element to ensure latest package is used
for all modules. RT #66110
- Moved perlcritic tests to xt/author
- [DOCUMENTATION]
- Added text and link to "Perl and LWP" book.
- Fix Authors is all PM files.
- Mark Stosberg (8):
- typo fix: s/do deal/to deal/
- best practice: s/foreach /for /
- Whitespace: fix inconsistent use of tabs vs spaces
- Code style: fix inconsistency with subroutine braces at the end of the
line vs below it.
- Modernize: s/use vars/our/ ... since we require 5.6 as a minimum
version now
- Whitespace: fix indentation so blocks are consistently indented
- Add formal terms "Percent-encode" and "Percent-decode" to the NAME
and description to match the RFC
- Drop support for Perl < 5.8.1 -
Perl 5.8 was released almost 10 years ago. It's time.
- Gisle Aas (6):
- Convert test to use Test::More
- Adjust tests for query_form
- Avoid "Use of uninitialized value"-noise from query_form
- State test dependencies [RT#61538]
- We also depend on ExtUtils::MakeMaker
- State 5.8 dependency in the META.yml file
- Ville Skyttä (2):
- Guess HTTPS and FTP from URI::Heuristic input with port but no scheme.
- Try harder to guess scheme from hostnames besides just "$scheme.*" ones.
* bugfix: require bugfixed version of Lexical::SealRequireHints
* document that Perls prior to 5.9.3 don't propagate the right lexical
state into string eval
* test that handlers are scoped correctly across swash loading