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
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX. At present the utilities available
are:
+ pdfnup, which allows PDF files to be "n-upped" in roughly the way
that psnup does for PostScript files.
+ pdfjoin, which concatenates the pages of multiple PDF files together
into a single file
+ pdf90, which rotates the pages of one or more PDF files through 90
degrees (anti-clockwise).
Version 1.3.0
(18 August 2005, from /tags/1.3.0)
Bugs fixed:
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
* Fix issue #71: Avoid resyncing two consecutive CVS revs to same time.
* Fix issue #88: Don't allow resyncing to throw off CVS revision order.
* Fix issue #89: Handle initially dead branch revisions acceptably.
* Fix some branch-filling bugs (r1429, r1444).
Improvements and output changes:
* Better --encoding support when iconv_codec module is available.
* Speedups to pass8 (r1421)
* Use standard "rNNN" syntax when printing Subversion revisions.
Changes since 8.0.4:
* Fix race condition in transaction log management
There was a narrow window in which an I/O operation could be
initiated for the wrong page, leading to an Assert failure
or data corruption.
* Fix bgwriter problems after recovering from errors (Tom)
The background writer was found to leak buffer pins after
write errors. While not fatal in itself, this might lead to
mysterious blockages of later VACUUM commands.
* Prevent failure if client sends Bind protocol message when
current transaction is already aborted
* /contrib/ltree fixes (Teodor)
* AIX and HPUX compile fixes (Tom)
* Retry file reads and writes after Windows NO_SYSTEM_RESOURCES
error (Qingqing Zhou)
* Fix intermittent failure when log_line_prefix includes %i
* Fix psql performance issue with long scripts on Windows
(Merlin Moncure)
* Fix missing updates of pg_group flat file
* Fix longstanding planning error for outer joins
This bug sometimes caused a bogus error "RIGHT JOIN is only
supported with merge-joinable join conditions".
* Postpone timezone initialization until after postmaster.pid
is created
This avoids confusing startup scripts that expect the pid
file to appear quickly.
* Prevent core dump in pg_autovacuum when a table has been dropped
* Fix problems with whole-row references (foo.*) to subquery results