The change logs between 0.7.65 and 0.7.77 total several hundred lines, and
consists primarily of very detailed per-codec trivia. The complete change
logs can be found in the source distribution as MediaInfo/History_CLI.txt and
MediaInfoLib/History_DLL.txt.
Pkgsrc:
- patch-MediaInfoLib_Source_MediaInfo_Text_File__Ttml.h applied upstream.
- pkglint a bit.
- mediainfo appears to have done some work in avoiding bashisms, so remove
"bash" from the tools.
- CONFIG_SHELL doesn't need to be explicitly bash any longer. Possibly this
was only ever necessary because bash seems to be the only shell that was
willing to treat a garbage shell substitution (caused by a bug in the
configure.ac) as somehow legal.
- ... and libmediainfo now actually builds if you accidentally on purpose
override CONFIG_SHELL to be pdksh.
(While 1.9.1 exists, it is a pre-release and hence not packaged.)
guile-cairo 1.4.1 -- 2011-04-22
===============================
* Guile-Cairo has moved to git. See the HACKING file for information on
how to access Guile-Cairo.
* Guile-Cairo's license has been upgraded to the LGPL version 3 or
later. This should not cause problems for any users. See
http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility for more
information.
2.00 2015-09-05 NEILB
* Bumped version to 2.00 because last release failed to index:
some of the earlier releases had a dist version of 0.xx, but
various of the modules had version numbers 1.0x. PAUSE is now
right stricter about monotically increasing version numbers,
so easiest to just to jump ahead.
0.30 2015-09-04 NEILB
* Dropped File::Slurp in favour of File::Slurper.
RT#106853 from Henk van Oers.
* Don't try to convert text to UTF-8 if it's already tagged as UTF-8.
Thanks to Artem Krivopolenov.
* Changed all remaining instances of 'use base' to 'use parent';
it was previously using a mixture of parent *and* base.
* Added "use warnings" and "require 5.006" to all modules.
0.29_02 2015-08-03 NEILB
* Don't try to convert text to UTF-8 if it's already tagged as UTF-8.
Thanks to Artem Krivopolenov.
* Changed all remaining instances of 'use base' to 'use parent';
it was previously using a mixture of parent *and* base.
0.29_01 2015-08-02 NEILB
* Switched to Dist::Zilla
* Added "use warnings" and "require 5.006" to all modules.
* Moved custom-pom2 script from bin/ to examples/
* Reformatted this file as per CPAN::Changes::Spec
Twisted Core 15.4.0 (2015-09-04)
================================
Features
--------
- Trial has been ported to Python 3. (#5965)
- Twisted now requires setuptools for installation. (#7177)
- twisted.internet.endpoints.clientFromString is now ported to Python
3. (#7973)
- twisted.internet._sslverify now uses SHA256 instead of MD5 for
certificate request signing by default. (#7979)
- twisted.internet.endpoints.serverFromString is now ported to Python
3. (#7982)
- twisted.positioning is now ported to Python 3. (#7987)
- twisted.python.failure.Failure's __repr__ now includes the
exception message. (#8004)
Bugfixes
--------
- fixed a bug which could lead to a hang at shutdown in
twisted.python.threadpool. (#2673)
- twisted.internet.kqreactor on Python 3 now supports EINTR
(Control-C) gracefully. (#7887)
- Fix a bug introduced in 15.3.0; pickling a lambda function after
importing twisted.persisted.styles raises PicklingError rather than
AttributeError. (#7989)
Other
-----
- #7902, #7980, #7990, #7992
Twisted Web 15.4.0 (2015-09-04)
===============================
Features
--------
- twisted.web.proxy is now ported to Python 3. (#7939)
- twisted.web.guard is now ported to Python 3. (#7974)
Bugfixes
--------
- twisted.web.http.Request.setResponseCode now only allows bytes
messages. (#7981)
- twisted.web.server.Request.processingFailed will now correctly
write out the traceback on Python 3. (#7996)
1.6.0
-----
* Strip comments in requirements files
1.5.0
-----
* Handle git being entirely absent
* We require the use of setuptools
* Fix retrieval of commit data and most recent tag
1.4.0
-----
* Fix docs for environment markers in extras
* Export ChangeLog and AUTHORS in install
* Updated from global requirements
* Updated from global requirements
* Show how long the git querying takes
* Add wsgi_scripts support to PBR
* Updated from global requirements
1.0.1 - 2015-09-05
~~~~~~~~~~~~~~~~~~
* We now ship OS X wheels that statically link OpenSSL by default. When
installing a wheel on OS X 10.10+ (and using a Python compiled against the
10.10 SDK) users will no longer need to compile. See :doc:`/installation` for
alternate installation methods if required.
* Set the default string mask to UTF-8 in the OpenSSL backend to resolve
character encoding issues with older versions of OpenSSL.
* Several new OpenSSL bindings have been added to support a future pyOpenSSL
release.
* Raise an error during install on PyPy < 2.6. 1.0+ requires PyPy 2.6+.
Overview of changes leading to 1.0.3
Tuesday, September 1, 2015
====================================
- Start of user documentation, from Simon Cozens!
- Implement glyph_extents() for TrueType fonts in hb-ot-font.
- Improve GPOS cursive attachments with conflicting lookups.
- More fixes for cluster-level = 1.
- Uniscribe positioning fix.
--------------
Version 1.92b:
--------------
- Yet another C++ fix (namespaces). Reported by Daniel Lockyer.
--------------
Version 1.91b:
--------------
- Another fix to make 1.90b actually work properly with C++ (d'oh).
Problem spotted by Daniel Lockyer.
--------------
Version 1.90b:
--------------
- Fixed a minor typo spotted by Kai Zhao; and made several other minor updates
to docs.
- Updated the project URL for python-afl. Requested by Jakub Wilk.
- Fixed a potential problem with deferred mode signatures getting optimized
out by the linker (with --gc-sections).
Change to lcms2.
16/06/2015 - UFRaw-0.22 released, based on DCRaw v 9.26.
* Fix security issue CVE-2015-3885.
* Removal of liblcms1 support.
* Better Foveon support.
* Lot of new camera support and bug fixes.
--------------
1.27 2015-09-06
- readline-7.0 support
new function
rl_callback_sigcleanup
- improve POD documents
- Gnu.xs: not to use obsoleted typedefs which were obsoleted
by ReadLine 6.3
- fix a wrong fix on 1.21 to let completion_function do case
insensitive match. [rt.cpan.org #72378]
- fix rl_display_match_list to show the first entry of the
array. The bug caused segmentation fault with readline-7.0.
- some improvement of Makefile.PL:
- add support homebrew on Mac OS X. [rt.cpan.org #104389]
- print an error string when system() fails.
- specify 'int' on 'main()'.
- use -O when -D_FORTIFY_SOURCE is defined.
Should be fix PR pkg/50197.
Here is changes from previous pkgsrc's snapshot.
Version 1.4.23 - SVN
--------------------
...
- Added Solarized Light and Solarized Dark themes, by Pavneet Arora.
- Added associative edit list option widget, with optional folder
list selector for values
- Added option to use blank spacer instead of security image ("This
image has been removed for security reasons.") for replacing
unsafe images.
- Full date and time is used as "title" (mouseover) text for dates
shown on the message list screen
- Custom Stylesheets are now sorted on the Display Preferences page
- $xtra in the displayHtmlHeader function is now available in the
global scope so that plugins can modify it during the generic_header
hook
- Added some generic client-side (JavaScript) libraries (including
an asynchronous server request mechansim). See the new /scripts
directory (plugin authors can refer to the plugin documentation
for how to use them)
- Added optional JavaScript folder list refresh ("check mail")
mechanisms that try to avoid refreshing if server is not responding -
see the $check_mail_mechanism setting in config/config.php or the
"4. General Options ==> "21. Auto check mail mechanism" setting in
the configuration tool. (If you do not update your configuration,
you will get messages in your logs: "PHP Notice: Undefined variable:
check_mail_mechanism in /path/to/squirrelmail/src/left_main.php on
line 322...")
- Added advanced control over the SSL context used when connecting
to the SMTP and IMAP servers over SSL/TLS (thanks to Emmanuel
Dreyfus). You can take a look at $imap_stream_options and
$smtp_stream_options in config_local.example.php in SquirrelMail
version 1.5.2 for more information. These configuration settings
should work the same under 1.4.23:
http://sourceforge.net/p/squirrelmail/code/HEAD/tree/trunk/squirrelmail/config/config_local.example.php
- Added ability to show login error from the IMAP server instead of
traditional "Unknown user or password incorrect" (thanks to Alain
Williams). See $display_imap_login_error in the configuration
file or "4. General Options ==> 22. Display login error from IMAP"
in the configuration tool.
- Configuration tool now shows the SquirrelMail version
- Added new attachments_top hook to src/read_body.php
- When resuming a draft, correct (from) identity is now pre-selected
- Removed overly-restrictive character limitations on address book
nicknames
- Prevent session lock-up caused by filters plugin trying to move
messages in an account that is over quota
- Added MD5 alternative to directory hash calculation
- Added ability for administrator to control whether or not users
can edit their reply-to address ($edit_reply_to in config.php)
- Added new "login_before_page_header" (boolean) hook; allows
plugins to have more explicit control over login page header