This release mainly fixes a very bad bug where configuring LyX
as root (never recomended) could lead to deleting the /dev/null
special device.
Also a bug where LyX would create zombie processes has been
fixed.
More details in http://www.lyx.org/announce/1_2_3.txt
brad@ ok
submitted by Chris Kuethe <ckuethe at ualberta dot ca>
This is a set of utilites to configure and monitor Wireless Access Points
under Unix using SNMP. ap-utils probably works with all Access Points based
on the Atmel chipset. It may also work with APs with IEEE 802.11 MIB and NWN
DOT11EXT MIB support, such as Compex WP11.
naddy@ OK
Add fixes/speed-up from kde's qt-copy:
- let moc handle optional identifiers
- speed-up qt startup by looking up some settings at qapplication startup
(use one single qsettings object)
- some cursor/refresh bug.
--
Check is a unit test framework for C. It features a simple interface
for defining unit tests, putting little in the way of the developer.
Tests are run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation faults
or other signals. The output from unit tests can be used within
source code editors and IDEs.
ELF-based archs as having an old boehm-gc can cause programs to stop working
after the WorX addition. Noticed after trying to build w3m and it failed
miserably.
to have them picked up in the current spot instead of Gtk+2 headers.
This was originally done to prevent potential breakage from an upgrade
when the headers path was changed to prevent this kind of problem in
the first place but it looks like all ports deal with this gracefully
since they use "gdk-pixbuf-config --cflags" to find the path.