Upstream changes (from NEWS):
== Ruby-GNOME2 3.3.0: 2018-10-31
This is a release for fixing memory leak bugs of cairo-gobject,
improving macOS support and adding support for GEGL.
=== Changes
==== Ruby/GLib2
* Improvements
* Added support for the same constant name and class name for error.
* Fixes
* Fixed wrong constant values:
* (({GLib2::MINLONG}))
* (({GLib2::MAXLONG}))
* (({GLib2::MAXULONG}))
* (({GLib2::MINUINT64}))
* (({GLib2::MAXSIZE}))
* (({GLib2::MINFLOAT}))
* (({GLib2::MINDOUBLE}))
[GitHub#1244][Reported by cobodo]
==== Ruby/CairoGObject
* Fixes
* Fixed a memory leak.
[GitHub#1232][Reported by Jean-Christophe Le Lann]
* Stopped to increase needless reference.
[GitHub#1079][Reported by noanoa07]
==== Ruby/GObjectIntrospection
* Improvements
* Added support for transfer full output parameter.
* Fixes
* Fixed a bug that class method closure doesn't work.
[GitHub#1245][Reported by kojix2]
==== Ruby/GdkPixbuf2
* Improvements
* (({GdkPixbuf::Pixbuf.new})): Added support for auto row stride
detection for (({[Integer]})) data.
==== Ruby/Pango
* Improvements
* Made test more robust.
[GitHub#1239][Reported by Michael Hudson-Doyle]
==== Ruby/GTK3
* Improvements
* Improved backward compatibility for (({Gtk::ListStore#set_column_types})).
[GitHub#1240][Reported by Edward Hennessy]
* Fixes
* Fixed wrong size used bug on HiDPI.
[GitHub#1079][Reported by noanoa07]
==== Ruby/Poppler
* Improvements
* Added support for Popper 0.70.0.
==== Ruby/GEGL
* Improvements
* Added.
=== Thanks
* Jean-Christophe Le Lann
* Michael Hudson-Doyle
* Edward Hennessy
* cobodo
* kojix2
* noanoa07
1.0.2:
[bug] [autogenerate] The system=True flag on Column, used primarily in conjunction with the Postgresql “xmin” column, now renders within the autogenerate render process, allowing the column to be excluded from DDL. Additionally, adding a system=True column to a model will produce no autogenerate diff as this column is implicitly present in the database.
[bug] [mssql] Fixed issue where usage of the SQL Server mssql_include option within a Operations.create_index() would raise a KeyError, as the additional column(s) need to be added to the table object used by the construct internally.
This is the newer 2.x release series of enchant. The package does not
conflict with the older 1.x (textproc/enchant). The goal is to move
all reverse-depends to this version, then delete enchant 1.
This is release 1.4.2 of the IceWM carry-on fork. The primary changes for
this release are a large number of bug fixes, memory leak fixes, code
quality improvements, various minor new features and a few portability
fixes.
Six old themes have been replaced with three new themes (CrystalBlue,
Helix, NanoBlue).
pkgsrc change: build now uses CMake.
Pydicom is a pure Python package for working with DICOM files such as medical
images, reports, and radiotherapy objects.
Pydicom makes it easy to read these complex files into natural pythonic
structures for easy manipulation. Modified datasets can be written again to
DICOM format files.
Packaged by Eric A. Borisch via NetBSD/pkgsrc#37, thank you Eric!
Changes:
Various fixes
Add back the special2017 hacks to neogeo driver
Update cps1/cps2 drivers
Fix darius sound
More fixes for konami twin16 driver
Fix#249 (most likely, android needs this)
Fix#249 + some konami twin16 updates
Fix kungfum
Some cleanup
Fixes for konami twin16 driver
Fast save mode for netplay
Fix a bunch of warnings
Try at fixing neocd sound (#4)
Fix a bunch of gcc7 warnings
Fix various refresh rates
Fix moonwar controls
Fix moonwara controls + some galaxian updates
Add CPS Changer pause button (#245)
Fix gaplus (#243) + input issues (#102)
Fix garyoret (#243)
Fix various issues (#243)
Fix a graphical glitch in jojoba
Add a frameskip core option
Fix analog inputs for dragngun
Fix for twinhawk (#239)
Fix for exposing PGM RAM
Exposing RAM for most drivers
Initialize state_size in retro_serialize/retro_unserialize (#197)
Fixes for aso, roadf and contra
SunOS now needs -D_POSIX_PTHREAD_SEMANTICS and a patch to the rand module
to work around getrandom() system call failures.
Add -j argument to x.py for the number of make jobs.
v3.5.3:
Bugfixes
- Fix bug with incorrectly defactorized dependencies
- do the same transformation to egg_info folders that pkg_resources does;
this makes it possible for hyphenated names to use the develop-inst-noop optimization (cf. 910),
which previously only worked with non-hyphenated egg names
- previously, if a project's setup.py --name emitted extra information to
stderr, tox would capture it and consider it part of the project's name; now,
emissions to stderr are printed to the console
- change the way we acquire interpreter information to make it compatible with jython interpreter, note to create jython envs one needs virtualenv > 16.0 which will be released later
Documentation
- document substitutions with additional content starting with a space cannot be alone on a line inside the ini file
- change the spelling of a single word from contrains to the proper word, constraints
- Mention the minimum version required for commands_pre/commands_post support.
NumPy 1.15.3:
This is a bugfix release for bugs and regressions reported following the 1.15.2
release. The Python versions supported by this release are 2.7, 3.4-3.7. The
wheels are linked with OpenBLAS v0.3.0, which should fix some of the linalg
problems reported for NumPy 1.14.
Upstream changes:
0.22 2018-10-13 22:24:46 -0400
- Production version identical to 0.21_01
0.21_01 2018-10-11 22:53:43 -0400
- Documentation fixes
- Handle DLLs with upper-case characters in extension on MSWin32 (gh#9)
Fixes build of editors/texstudio on SunOS which was previously trying to
pass unsupported arguments to the linker. We don't support -rpath-link
anyway.
Upstream changes:
2.172
Prepare recent changes for CPAN release
2.171 (Apr 21 2018)
Restore deparsing support in the XS dumper, on Perl 5.18 and earlier
Test fixes on older Perl versions (notably, skip tests for Unicode glob names on Perl 5.14 and earlier, which had incomplete support for Unicode in globs)
2.170 (Jan 10 2018)
Fix bug when dumping globs with quoting (which now happens for all Unicode glob names)
Internal change: use strlcpy(), for safety
2.169 (Dec 12 2017)
Behavior change: $dumper->Useqq(undef) is now treated as setting the "useqq" option, not getting it (and similarly for other options) [perl #113090]
2.168 (Dec 1, 2017)
perl #119831: Quote glob names better; notably, Unicode globs are now handled correctly
2.167_02 (Aug 4 2017)
Attempt to work around XS deparse issues on old perls. According to the few old perls at my disposure, this now repairs, for example 5.18, but 5.8.9 still barfs. My debugging hasn't really come up with much since all changes other than the deparse change look benign to me. Can someone who uses ancient perls please step up and take a look? --Steffen
2.167_01 (Jul 31 2017)
CPAN dev release with the accumulated changes from core perl.
2.166 (Nov 29 2016)
Reduce memory usage by not importing from Carp Reduce memory usage by removing unused overload require.
2.165 (Nov 20 2016)
Remove impediment to compiling under C++11.
2.164 (Nov 12 2016)
The XS implementation now handles the Deparse option, so using it no longer forces use of the pure-Perl version.
Upstream changes:
version 3.80 at 2018-10-26 12:51:16 +0000
-----------------------------------------
Change: 97a04e9885bb2b1a00446061f95da821af4263e5
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-10-26 13:51:16 +0000
Release engineering 3.80
Change: 587f6176b904e4e44c3344bf381975ac30802895
Author: Mohammad S Anwar <mohammad.anwar@yahoo.com>
Date : 2018-10-26 13:12:10 +0000
Added test for method perl_tarballs().
-----------------------------------------
version 3.78 at 2018-10-20 13:48:22 +0000
-----------------------------------------
Change: 47aeae9d6a4a40e66a3dc4e45acae6eb17684c8f
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-10-20 14:48:22 +0000
Updated for v5.29.4
-----------------------------------------
version 3.76 at 2018-09-21 06:54:03 +0000
-----------------------------------------
Change: 38be0faceb63de3d49856dde07a9c989e9bb6cdc
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-09-21 07:54:03 +0000
Updated for v5.29.3
Upstream changes:
0.41 2018-10-25 10:20:03 garu
- Check the CowREFCNT of a COWed PV (ATOOMIC)
this should fix some issues people have been
having with 0.40 on DBD drives and DBIx::Class
- Make buildtools files not executable (Mohammad S Anwar)
0.40 2018-10-23 20:001:49 garu
- reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
- extra protection against potential infinite loop (ATOOMIC)
- improved tests
Upstream changes:
Changes in DBI 1.642 - 28th October 2018
Fix '.' in @INC for proxy test under parallel load
thanks to H.Merijn Brand.
Fix driver-related croak() in DBI->connect to report the original DSN
thanks to maxatome #67
Introduce a new statement DBI method $sth->last_insert_id()
thanks to pali #64
Allow to call $dbh->last_insert_id() method without arguments
thanks to pali #64
Added a new XS API function variant dbd_db_do6()
thanks to Pali #61
Fix misprints in doc of selectall_hashref
thanks to Perlover #69
Remove outdated links to DBI related training resources. RT#125999