Notable changes are:
- Disabled selection of LZW compression for libtiff.
- PNG problems (not supported, lineart wrong) are solved.
- Device name is saved in drc file now.
- Xsane version is saved in drc file now.
- Warning is printed if device rc file was not created for active device .
- In GIMP mode there is no empty file created any more.
- changed calculation of size in info row from unisgned long to float
because unsigned long / 10 were to small to fit A4 with 1200x1200 dpi
- removed member device from struct preferences - was never used
- warning is printed if device rc file was not created for active device
- bounded contrast to >=-100.0
- added continuous update to histogram sliders and preview selection
- moved "show xxx" menu items form menu "Preferences" to menu "View"
- changed brightness and contrast range maximum from 300 to 400 %
- added french translation - thanks to Vincent Renardias
- added german translation table
- replaced button-texts negative, rgb default, auto, default, store and
restore by icons
- setup/jpeg quality selection is enabled
- implemented real single-bit format for tiff
- added tiff compression type selection for multi bit and one bit images
- the preview selection is based on device coordinates instead of
preview window coordinates now
- if there are no standard device settings at program startup, xsane
take the backend predefined resolution (before this was set to 100)
like what we get from XDM or KDM and use setlogin().
A complete rewrite of the session setup will be requested via a bug report
to the GNOME maintainers.
not in the package) which causes weird problems like "~/.Xauthority"
being owned by user "root" suddenly. Obviously the user privileges
are not initialized properly.
xearth version 1.1 (6 November 1999)
Finalize some changes that I've been sitting on for a few years;
integrate some contributed code. New features:
- new position specifier (moon)
- new rotation specifier (galactic)
- cylindrical projections (-proj cyl)
- support for "real" 24-bit displays
- support for running xearth it its own top-level window (-noroot,
-geometry)
Plus miscellaneous code cleanup.
"moon" and "galactic" changes are courtesy of Frank T. Solensky
<solensky@TopLayer.com>.
New Java extensions and library changes:
Remote Method Invocation - compliant with both JDK 1.1 and JDK 1.2 stubs
JDK 1.2 style class loading
JDK 1.2 java.util Collections classes
JDK 1.2 java.security classes
improved appletviewer implementation
Improved i18n support
Now ships with KJC - a completely Open Source Java compiler
VM changes:
JIT3 - improves raw execution speed by up to a factor of 3
SuperFast locking scheme
Pthread native thread implementation (LinuxThreads only)
Faster exception dispatch
New ports
JITs for MIPS and StrongARM
Lots of bug fixes.
separately.
Just for posterity, here is how to replicate the problem:
(All this is going back to the maintainers)
#!/bin/sh
# Generates a 'from' directory, then runs cfengine to copy it into 'to'.
# The order of file creation in the from directory is significant -
# the 'bad' file must be picked up _after_ the 'subdir'.
# Obvious caveats about IRIX XFS notwithstanding.
TESTDIR=/tmp/cfenginetest
rm -rf $TESTDIR
mkdir -p $TESTDIR
cd $TESTDIR
# Generate cfengine.conf
cat > cfengine.conf <<END
control:
actionsequence = ( copy )
copy:
$TESTDIR/from
dest=$TESTDIR/to recurse=inf
END
# Generate 'from' directory
mkdir from
cd from
touch ok
mkdir subdir
touch bad
cd subdir
ln ../ok
ln ../bad
cd ../..
cfengine -v
echo
echo "Both 'ok' and 'bad' should have the same number of links (2) in both"
echo "'from' and 'to' directories. 'bad' will have 1 if bug is present."
echo
ls -l from to
0.16.1:
- A potential segfault involving over-zealous iconification
- Portability issues inside of epp
- KDE issue with E's logout mechanism (wiping KDE stuff even if you hit no)
- Snapshot command won't allow you to restart an app from another machine now
- desktop property gets updated for sticky windows now correctly (for eterm)
- Bug in KDE support where maximizing a window would go taller than the screen
if you weren't running kpanel.
- Fixed a bug in KDE support where windows would place themselves underneath
the kpanel
- Added a configure option for --disable-zoom for alpha platforms XFree (they
have a bug there)
- Fixed a bug where selecting a window on another desktop using kpanel
wouldn't change the current desktop in kpanel (workaround for kpanel bug)
- Fixed a bug where sticky windows could be moved using the pager - you could
lose sticky windows this way
- fixed a bug where breaking groups could potentially cause a segfault