reported upstream).
Update to newest upstream version.
0.7.6 news
- fix bug with sticky mode under Openbox
- fix bug with dissappearing window under WindowMaker (sf.net bug #1858069)
- fix layout bug which prevented tray to shrink properly
- fix resizing bug when grow gravity seemed to be ignored
- fix regression: KDE icons are collected at startup again
- fix focus model so that it (more-or-less) matches ICCM
0.7.5 news
- fix silly bug with window states (sticky works now)
- code cleanup in xembed implementation
0.7.4 news
- fix sample rc file (Debian bug #446899)
- fix fallback support mode for KDE icons (now KDE icons
work in Xmonad)
- detect if stalonetrays` window is no longer toplevel
and do not try to fix geometry (fixes excessive CPU
usage as reported in Debian bug #444748)
0.7.3 news
- fix freedesktop.org icons support on amd64 (Debian bug #445056)
0.7.2 news
- fix typo in parameter name for maximal tray height (Debian bug #444717)
0.7.1 news:
- fix crash on invalid rc file (Debian bug #443543)
- fix occasional KDE icons dissapearance (sf.net bug #1676375)
0.7 release highlights:
- tinting and fuzzy edges
- layout improvements
- XEMBED imlementation fixes
- massive code cleanup
changes:
-added, updated and improved hacks
-bugfixes
-Reworked PAM code to support fingerprint readers, etc.
-Minor tweaks for compilation on MacOS 10.5.0
It main chagnes are security fix of WEBrick library.
Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/httpservlet/filehandler.rb: should normalize path
separators in path_info to prevent directory traversal attacks
on DOSISH platforms.
reported by Digital Security Research Group [DSECRG-08-026].
* lib/webrick/httpservlet/filehandler.rb: pathnames which have
not to be published should be checked case-insensitively.
Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org>
* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured
declaring XML namespaces.
(also add DESTDIR support)
Version 0.10 (Peter Astrand)
The performance has been greatly enhanced, especially over
slow networks. Two helper scripts, xclip-copyfile and
xclip-pastefile, has been added. Taken together, xclip can now
be used as an alternative to sftp/scp, thus avoiding password
prompt when X11 forwarding has already been setup.
Autoconf is now used instead of Imake.
The maintainer and web site address has been updated.
All Debian patches have been applied.
Version 0.09: (Baruch Even)
Changed dir to / when staying running so that the current directory can
be umounted if necessary.
Adam Jackson (1):
inputproto 1.4.3
Eamon Walsh (1):
XI.h needs X.h for CARD32 on 64-bit systems.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Jesse Barnes (1):
Use Xmd.h instead of X.h to pull in CARD32 definition
Adam Jackson (1):
libXfont 1.3.2
Jens Granseuer (1):
fix build with gcc 2.95.
Matthieu Herrb (3):
catalogue.c: prevent a one character overflow
ftsystem.c is not needed anymore.
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.
Tilman Sauerbeck (1):
Replaced one instance of bcopy() with memcpy().
Aaron Plattner (5):
G80: Fix connector mapping and TMDS initialization on certain GPUs.
GeForce 9600 GT.
More new chip names.
Add xf86gtf.c to the compat file list.
Bump to 2.1.8.
Søren Sandmann Pedersen (1):
Bug #14484: Fix G80SorSetProperty return value.
Adam Jackson (1):
x11proto 7.0.12
Alan Coopersmith (1):
Make Xalloca.h work with Sun C++ compiler
Ben Byer (1):
fd_mask needs to be defined on OS X, too
Daniel Stone (1):
Check headers before testing for fds_bits access method (bug #8442)
Jeremy Huddleston (2):
Changed __DARWIN__ to __APPLE__
Fixed #ifdef checks that were using i386 to use __i386__
(Some minor fixes from me)
Xbacklight is used to adjust the backlight brightness where supported.
It finds all outputs on the X server supporting backlight brightness
control and changes them all in the same way.
This is from the modular X.org X11 project.
Because this is X.org, give Joerg maintainership. Give away if you wish.
In lablgtk-2.10.1:
2008.02.26 [Jacques]
* fix wrong type in GContainer.mli (could not compile with 3.10.2)
2007.12.01 [Jacques]
* revert to setting LC_NUMERIC to C (ocaml still uses strtod)
2007.11.28 [Jacques]
* Fix Val_GType/GType_val (use Val_addr/Addr_val)
2007.10.09 [Benjamin]
* add ui_manager#as_ui_manager
2007.09.27 [Jacques]
* Fix examples.
Aaron Plattner (9):
GeForce 8800 GT.
G80: Reduce load detection false positives.
Bug #7309: Delay after disabling cursor to avoid wedging the cursor
hardware on GeForce 6150.
G80Create{Dac,Sor} return pointers, not Bools.
New chips.
Fix more load detection false positives.
Update know card list date and add G92 to the manpage.
Fix warning.
Bump to 2.1.7.
Alan Coopersmith (1):
xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency!
Giuseppe Bilotta (2):
Add macros to retrieve the subsystem vendor/device
Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go
Ian Romanick (1):
Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
The xinput utility configures and tests XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it.
snapshots. This was mostly done to fold the patches into
a new distfile, but a NULL pointer dereference and the EXTEND_PAD
macro were fixed also (see git history).
Bump rev.
* Documentation:
- Show stock icon images in the API reference again.
- Show some pictures of widgets in the API reference.
* Build:
- Fix header inclusion and use using directive for C functions to
fix build on gcc-4.3 (pre-releases) and Solaris.
- Install and find all needed files for gtkmm-demo, and correct the
executable name.