the pkglint warning:
As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
should indicate plural.
This does make the variables a bit more suggestive of the fact that they
hold lists of values.
This avoids the need for a confusing line of the form:
DEINSTALL_TEMPLATE+= path/to/INSTALL
in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
Here are the major highlights for 1.38.10:
=============
Warning for version 1.38.8 and greater:
- The Windows FD no longer automatically folds the case in wild-card
comparions. To get the same behavior as before, you must explicitly use
"Ignore Case = yes" in your FileSet.
- Backslashes are no longer permitted in File directives (typical error for
Windows users), unless the string is enclosed in double quotes, in which
case, the backslashes must be doubled.
Major Changes for 1.38.10:
- This is a primarily a bug fix release, with the following bugs being
resolved#570, 609, 611, 613, 614, 617 as well as other bugs not
reported in the bugs database. See below for details.
- The bconsole "reload" command should now work properly in virtually
all situations thanks to the efforts of a number of people (Eric,
Christopher, and myself).
- There is an untested fix to eliminate the scheduling problems (either
no job run or the same job run twice) during sudden clock shifts (daylight
savings time change).
- The manual has been released under the GNU Free Documentation License (FDL).
The major difference is that this removes the prior restriction on
commercial reproduction of the manual.
- Fixed a race condition (thanks to Christopher) on dual processor machines
that caused jobs to block when starting with the SD.
===========
Please read the ReleaseNotes for more details.
This is essentially minor bug-fix release, which most notably works
around "unable to anonymously mmap" failure at startup and fixes
typo in -speed interpretation code. Besides bug-fixes this version
attempts to obtain exclusive lock on block device under Linux. This
opens possibility for safe deployment of automounting/autoplaying
facility under Linux 2.6. Keep in mind that it takes two to dance
tango, automounters/autoplayers has to play along as well.
915resolution is a tool to modify the video BIOS of the 800 and 900 series
Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets,
as well as 915G, 915GM, and 945G chipsets. This modification is neccessary
to allow the display of certain graphics resolutions for an Xorg or XFree86
graphics server.
915resolution's modifications of the BIOS are transient. There is no risk
of permanent modification of the BIOS. This also means that 915resolution
must be run every time the computer boots in order for it's changes to
take effect.
915resolution is derived from the tool 855resolution. However, the code
differs substantially. 915resolution's code base is much simpler.
915resolution also allows the modification of bits per pixel.
provided by the soon-to-be-committed munin-doc package.
Other minor changes:
o Remove comented-out bits from package Makefile
o Re-ordered variables reported by NetBSD's cpu plugin script
o Use shorter legend text in NetBSD's interrupts plugin script
Bumped package revision.
tool -- project homepage is at http://munin.sourceforge.net/
This package has added support for NetBSD, via a number of new plugin
scripts where specific steps needs to be taken to collect information.
I also modified the ntp_ plugin script to make it possible to not
plot the NTP poll delay, leaving just jitter and offset, which IMO
produces a more telling graph.
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
xhanges:
* fix timout error string
* Use less connections for smb
* fix crash on cd eject
* ftp: handle anon login failure better
* Handle more parameter expansions in desktop files
* Hide automountable drives in various places, except in computer://
* ftp: handler files larger than 2 gig better
* Fix some locking issues in the mime code