Any Library: Cast to reference types introduced in 1.33.0 is now documented on
any_cast documentation page.
Config Library: Don't undef BOOST_LIB_TOOLSET after use.
Boost.Python:
* The build now assumes Python 2.4 by default, rather than 2.2
* Support Python that's built without Unicode support
* Support for wrapping classes with overloaded address-of (&) operators
Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC
(Mac OS X) with inlining on, GNU GCC on PowerPC 64.
Regex Library: Fixed the supplied makefiles, and other small compiler specific
changes. Refer to the regex history page for more information on these and
other small changes.
Iostreams Library: Improved the interface for accessing a chain's components,
added is_open members to the file and file descriptor devices, fixed
memory-mapped files on Windows, and made minor changes to the documentation.
Functional/Hash Library: Fixed the points example.
Multi-index Containers Library: Fixed a problem with multithreaded code, and
other minor changes. Refer to the library release notes for further details.
Graph Library:
* Fixed a problem with the relaxed heap on x86 Linux (fixes bug in
dijkstra_shortest_paths).
* Fixed problems with cuthill_mckee_ordering and king_ordering producing no
results.
* Added color_map parameter to dijkstra_shortest_paths.
Signals Library: Fixed problems with the use of Signals across shared library
boundaries.
Thread library: read_write_mutex has been removed due to problems with
deadlocks. Wave library (V1.2.1) Fixed a couple of problems, refer to the
change log for further details.
Changes since 4.53:
- Added about 50 new variables to be type-checked.
- For unknown variables, the type is guessed from the variable name.
- In patch files that patch Makefiles, added lines are checked for
absolute pathnames.
- Replaced the -Wdebug option with --debug, so that the debugging warnings
don't show up when using -Wall.
- Many minor improvements.
(all belong to version 0.10.1).
I've also added some sample plugins: gst-plugins0.10-oss,
gst-plugins0.10-gnomevfs and gst-plugins0.10-x11. Adding new ones should
be as easy as copying one of these and doing minor adjustments.
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).
While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
package they belong to.
- Applied the code from the patch in PR 32540 by Anne Bennett, which
allows the user to define DEFANG_USER and DEFANG_GROUP in the
MAKECONF file. Fixes PR 32540.
- Added the configurable variables to BUILD_DEFS, so that they are shown
during the build process.
were lost in PKGREVISION nb7. We do this by avoiding inspecting the
value of ${WRKSRC} within the package Makefile and instead deferring
using ${WRKSRC} until we actually need the value (after extraction).
This is necessary because WRKSRC is defined in bsd.pkg.mk, which is
too late.
Bump the PKGREVISION to 8.
Performance improvement and many feature additions including add-on
support. (Add-on packages are not yet pkgsrc'ized.)
Install README file as requested by Takanori Ishihara in pkg/32526.
Big changes in cwpcm:
-f FFFF Set frequency (40 to 3200 Hz)
-w NN Set the rate (WPM)
-F NN Set the character (Farnsworth) rate
-v NN Set the volume (0 to 100%)
* Many bugfixes
* Migration to 2.5
* IDE Framework registration api in Plugins.py.
* Improved Code Completion and Call Tips.
* wxMAC compatibility improvements thanks to Kevin Walzer.
* Simple regex editor/matcher window now available under Tools.
* PyPlot plug-in
* New wxPython/Python docs bundle
* Tutorial improvements
* Python Resource modules now provides an alternative way to use images.
* EOL handling in source files have been completely redone.
* Converted the FormatParagraph IDLE extension to be a Boa plug-in.
* Zip Transport now allows write/clipboard operations.
* Support for the unicode encoding declaration (PEP 263)
* Support for wx.GridBagSizer
* Support for editing/browsing tar.gz files.
* Support for Help Book. Boa can now manage .hhp, .hhc and .hhk files.
* Support for wxWizards
* Support for the masked edit family of controls:
* Support for using Sizers in the Designer.
* Added property editors for BackgroundStyle and WindowVariant
* Added new wx.DatePickerCtrl to DateTimeCompanions.py, thanks to Oleg Deribas.
* Added preference setting to toggle specialiased Zope debugging
* Added wxTreeListCtrl and wxListView to the Palette.
* Added BicycleRepairMan (Python Refactoring) support.
* Added new Tools menu to the main menu.
CVE-2005-3916 - format string vulnerability in scripts using syslog()
CVS-2005-3962 - format string vulnerability in Perl_sv_vcatpvfn()
Bump the PKGREVISION to 7.
Changes since 4.52:
- New warning categories "debug", "space", "quoting" that can be selected
independently.
- Improved the parsers for shell commands and shell words.
- Added warning for using $(...) in shell programs, as the Solaris /bin/sh
doesn't support it.
- Added some warnings about quoting.
- Some other minor changes.
Changes since 4.51:
- The occurence of a symlink other than work* inside the pkgsrc tree is
not an error, just a warning.
- SUBST_MESSAGE should not be quoted.
- If -Wextra is enabled, all make variables that are used in shell commands
are checked for proper quoting.
- Improved the parser for shell commands.
- Some other minor changes.
* Removed random colors from petri mode. Found that it could cause a fatal
* error on PseudoColor. (Will try to fix better on next release.)
+ PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an
+ initialization problem PAM_conv function and made cleaner and friendly.
+ BAD_PAM fixed.
fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a
OpenGL mode but it looks like it is. Try using with -mono also.
Tom Schmidt found an as of yet unresolved Uninitialized Memory read,
see Purify logs.
dclock -binary option added thanks to Petey Leinonen (he saw the
original on thinkgeek).
Non-compatible routines for shared memory workaround for VMS when using
libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen.
mandelbrot options added thanks to Tim Auckland
update from Jouk Jansen to avoid log of 0
-alpha adds detail to the interior of the set by displaying level sets
of "closest return", ie how close does the orbit of z come back to its
starting point z=0. These show minima around the center of each bud.
-index is similar, but displays at which iteration the closest return
occurs. These show a fibonacci branching structure from the base of
each bud, ie each adjacent pair of domains surrounds a domain whose
index is the sum of the indices of its neigbours.
-lyap option for colours in the interior of the set according to an
estimate of the Lyapunov exponent. (Not to be confused with real plane
Lyapunov fractals). Also now allow -binary and -dem.
New random mode for win32, compile with -DRANDOMMODE .
It seems to bomb out if you run it for a while, so I did not make it
the default.
win32 changes from Tim Auckland:
new configure dialog
random mode done to enable
win32 changes from Petey Leinonen:
fixes for nose and life1d
matrix mode works with the 2 following changes
fixed XCopyArea() for destinations that are not windows (ie a bitmap)
fixed XCreatePixmapFromBitmapData() so it always creates a pixmap
regardless of depth ( creates the Windows bitmap with 1 bit depth),
and apply the foreground and background colors.
XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work:
bat, bounce, dilemma, eyes, image, nose, pacman,
shape, slip, star, starfish, wator, world
unlock delay from lgx <lgxror AT gmail.com> [it was explained to me
but still not sure why you would use it]
+ new update since BETA
* new since BETA