diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-15 22:40:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-15 22:40:03 +0000 |
commit | 1027a9fa641ed58399ff23a126d9eabc4d95d966 (patch) | |
tree | b8e62ade2e83c93ab776c55c886693c97d381767 /wm/openbox/Makefile | |
parent | 3398f50da99d297b7a4d07f8441d54b651b46e72 (diff) | |
download | pkgsrc-1027a9fa641ed58399ff23a126d9eabc4d95d966.tar.gz |
Update to 3.4.5:
3.4.5:
* Added Hungarian translation
* Updated Finnish, Russian, German and French translations
* Fixed some very minor memory leaks
* Hide the desktop popup when showing the focus popup
* Fix a crash when trying to access the More... menu of
client-list-combined-menu
* Fix the coordinate popup only showing up on the first monitor in xinerama
* Add --exit to exit the currently running openbox instance
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 02d9b9f33fe..0a5366e3b1a 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2008/01/14 23:07:10 tnn Exp $ +# $NetBSD: Makefile,v 1.48 2008/01/15 22:40:03 wiz Exp $ -DISTNAME= openbox-3.4.4 -PKGREVISION= 1 +DISTNAME= openbox-3.4.5 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ # PR pkg/36489 |