Changes since 1.0:
Version 1.3 (2006-11-02):
Allowed libtool libraries whose name does not start with "lib".
Version 1.2 (2006-10-25):
Libtool libraries (*.la) may keep the executable bit.
Version 1.1 (2006-10-24):
The new -c option checks whether files that have the executable
bit set are really executable.
Changes since 2.04:
* pwgen.1: Fix spelling mistakes in the man page (Addresses Debian
Bug: #323538)
* pwgen.c (main): Fix bug which would cause pwgen to loop forever
if the password length specified is 1.
Adresses PR pkg/34334 by Martin Wilke
- use set vncunused to 0 and use vncdisplay to fix the VNC display to use
when vnc is enabled
- Enable a USB tablet pointing device by default, the mouse is barely useable
without it.
PKGREVISION++
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools30-vmx package contains
additionnal tools to xentools30 to run unmodified guests using the
Intel VT or AMD VMX extentions.
"many new features". One looks promising:
- a new easy-to-use CPU scheduler which includes weights, caps,
and automatic SMP load-balancing;
pkgsrc changes:
- remove patches against unused files
- add a netbsd-specific example with verbose comments
- add a vif script for ip-routing based setups
In version 1.12, the ability to log bad blocks to a ASCII file has been added.
The option -y can be used to set the fsync frequency which can speed up the
copy significantly.
In PR pkg/32398 with some tweaks from me.
IPA is now a flexible general purpose accounting system;
- Supports static and dynamic rules;
- Support limits, sublimits and thresholds;
- Works with external accounting modules;
- Works with external database modules;
- Works with external statistics modules;
-Accounting per specified period of a week.
stage2/disk_io.c: adjust the partition start and size by RF_PROTECTED sectors for partitions of type FS_RAID.
stage2/fsys_ffs.c: accept partitions of type FS_RAID as candidates for FFS, too.
stage2/fsys_ufs2.c: accept partitions of type FS_RAID as candidates for FFSv2, too.
This allows grub to directly boot from NetBSD RAID1 partitions the same way
as with the native bootloader.
Bump PKGREVISION.
Patch provided by Martin Wilke via PR 34344.
Changes:
v0.3.0 22/05/05
Added create TOC file
Added build system (automake/autoconf)
Added support errno system call
Based on patch provided by ptiJo via PR 34487.
ChangeLog:
-----------
Version 0.7.5
* Major bug fixes:
- Problem with the background changer system. This it changes the
background color and you still have a green background although you
don't have anyone Background instructions in the .ideskrc file.
The solution let you can use the Background.Delay option with 0 value
to disable the background system (without delete nothing more from
.ideskrc file). But if you don't have anyone Background instructions,
the default value will be 0 anyway. The bug is fixed.
- Problem with startup notification support (option --enable-libsn).
The idesk-0.7.4 chrashes after starting xmms. This bug was reported
by Gentoo users. If you don't have the support for statup
notification the program works well.
The bug is fixed.
* Minor bug fixed:
- When you click with mouse either for reload Idesk or run a program,
and you don't move the mouse of position then all icons stay with a
glow effect how they had obtained the focus (all in the same time),
they back to the normal state if you pass the mouse through the each
icon. This bug is solved.
- Fixed a problem with the Idesk source (configure.in file) for avoid
the xlibs-dev dependencies.
Version 0.7.4
* Features:
- New options for Background's group. The options are:
+ Background.File: Now the option Background.File for background
image (wallpaper) works fine. (Default: None).
+ Background.Delay: Set the image change time in minutes format.
(Default: 5 min). Min 1 min, Max 1440 min. (with 0 value is disable)
+ Background.Source: Let you can define the folder where there are
some images. If in the folder there aren't images or the folder
didn't exist, then idesk looking for Background.File option.
(Default: None).
+ Background.Mode: Is the display mode for the images, the possible
values are: Stretch, Scale, Center, Fit o Mirror).
(Default: Stretch).
+ Background.Color: Let you set the Background color if you didn't
put a Background.File value or Background.Source path hadn't images.
If you didn't put a Background.File and Background.Color value then
the Background is transparent and it get the background from the
original Desktop background. (Default: # A2CD70).
- Support for Esetroot pixmap (referer to bsetroot or bsetbg programs).
Inside Fluxbox is very cool). It works with the new Background's
wallpaper support.
- New option value 'auto' for ToolTip.CaptionPlacement let the tooltip
will be showed on left down side of icon.
(Thanks to kaneda <kaneda@bohater.net>)
* Major changes:
- Idesk now only can run one instance in the same DISPLAY, this let
avoid run two or more idesk's instances in the same DISPLAY, producing
the program works bad. But if the DISPLAY is different then idesk
program should run fine and run another instance.
- Some old options changed its reache. The options Background.Delay,
Background.File, Background.Mode, Background.Source, Background.Color,
ToolTip.FontSize, ToolTip.FontName, ToolTip.ForeColor,
ToolTip.BackColor ToolTip.CaptionOnHover, ToolTip.CaptionPlacement
and Transparency only are valid inside .ideskrc file and not inside
the *.lnk icons files. The another options are valid in both types of
files.
* Minor bug fixed:
- Fixed a error in tooltip option that produced a blink efect when the
tooltip is showed. The problem was in *.lnk files when the
Width/Height attributes were omitted.
- Fixed bug when the options Background.File and Background.Source
doesnt' exist or there aren't valid PATH's for them.
- Fixed many other minor bugs.
Version 0.7.3
* Minor bug fixed:
- Error in Makefile.am produce a problem with the install path.
- Bug fixed. Problem with image produced that a section of the
icon was removed and the icon gets filled with black lines.
Patch provided by Martin Wilke via PR 34341.
0.11.56
* Fixed buglet that caused copying of protection bits to always
be a fatal error, regardless of the "Ignore Failure to Copy
Attributes" option setting.
* Fixed a silly case of errno "leaking" out of the window title
setting code (which needs to mess with NLS). This had gentoo
break totally (couldn't even copy files) on Ubuntu. Big thanks
to M. Williams for letting me ssh and vnc to his Ubuntu box so
I could hunt this one down.
* Rewrote core of regular file copying function. It seems when
writing to a Samba-mounted (network) share, write() doesn't
like large buffer sizes. So we loop to empty the buffer of read
data, doing as many writes() per read() as is necessary. Odd.
* Fixed bug that made it impossible to use RenameSeq on volumes
using a VFAT filesystem. This was due to the use of invalid
characters in temporary filenames.
* Made RenameSeq's start value settable through a spinbutton in
the dialog, rather than a plain entry. Faster small changes.
* Added a new page to the RenameRE dialog, 'Map', which does
simple character mappings on filenames. Also supports removing
a set of character (think 'tr', applied twice).
* Added information about missing options (--locale-info, --run)
to the manual page.