I've just imported py-ipython for update of devel/accerciser, not interesting to
itself. Furthermore, pacaginf of py-ipython012 and py-ipython013 are not by me.
Changes since 1.4.46:
* tcadb.cc (tcadbmisc): compilation warnings ware supressed.
* tchdb.cc (tchdbfbpmerge): size checking was added.
* tcbdb.cc (tcbdbrangeimpl): a bug of dead locking was fixed.
** Bug Fixes
- [Enblend and Enfuse] Fix a bug in the highlight-recovery that caused
Enfuse to bail out with the uncaught exception
"Minimizer1D::set_bracket: minimum not bracketed".
This addresses LaunchPad Bug 1214004.
- [Enfuse] Clean up seemingly random, bright-colored pixels that
sometimes show up when fusing images with high contrast and "large"
color profiles.
Does not include all the changes in PR 45318, some of which need
further investigation.
pkgsrc changes:
- update MASTER_SITES and HOMEPAGE
- remove LP64 restriction (LP64 platforms are supported using -m32)
- add destdir support (provided by upstream) and lift BROKEN
- remove some pkglint
- mark MAKE_JOBS_SAFE=no
- add readline.bl3.mk
- patch-ag was applied upstream
- remove patch-ah and handle the issue involved a cleaner way
Caution: so far the LP64 build does not actually work yet, -m32
notwithstanding; it dies with
PreludeList.init: empty list
PreludeList.init: empty list
PreludeList.init: empty list
i386 works though.
Upstream changes:
nhc98 1.22 (2010-07-09) features
There are no new features, just an update to the current set of
libraries as of the release date.
nhc98 1.20 (2007-11-22) features
New: Pattern guards are supported.
New: More hierarchical libraries have been added to the base package.
Bugfix: Now builds on 64-bit machines (in 32-bit mode)
Bugfix: Newer version of hmake (3.13)
Bugfix: The evil mangler is now less evil (and more robust)
Bugfix: Add a workaround for the hi-membug that caused build
failures on many recent Linux platforms.
Bugfix: Lexical error on varid _2a is fixed.
Bugfix: Renaming bug in newtype A a = A a.
Bugfix: hp2graph problem with x-axis resolution in interval (-i) sampling.
Bugfix: hp2graph end-of-file parsing bug.
New: The runtime system code is now documented using funnelweb.
Changelog:
1.9.1
Support for setuptools-based installs was fixed.
1.9.0
Many fixes and improvements were made. More changes have gone
into this release than any other pygame release. Experimental camera
webcam, midi, and gfxdraw modules were added. Bugfixes were made
for backwards compatibility issues introduced in the pygame 1.8.x
series. Old games like solarwolf and libraries like PGU work again.
Py3k and Nokia mobile phone S60 are supported. Mac OS X support
was improved by dropping the pyobjc dependency, improving the
installer, and making sysfont work. pygame.examples and pygame.tests
are available as modules. The examples were cleaned up. py2app and
py2exe support were improved.
Changes since 2.61 are difficult to ascertain. There is no useful
upstream changelog, and the full Debian one primarily includes
packaging changes only. However, there appear to have at least been
some security fixes.