[Goodies-commits] r2416 - in xfce4-wavelan-plugin/tags: . xfce4-wavelan-plugin_0_5_4

James Westby jamesw at xfce.org
Wed Jan 17 23:02:49 CET 2007


Author: jamesw
Date: 2007-01-17 22:02:49 +0000 (Wed, 17 Jan 2007)
New Revision: 2416

Added:
   xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/
   xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/NEWS
   xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/configure.in.in
Removed:
   xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/NEWS
   xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/configure.in.in
Log:
Tag 0.5.4 release


Copied: xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4 (from rev 2404, xfce4-wavelan-plugin/trunk)

Deleted: xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/NEWS

Copied: xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/NEWS (from rev 2407, xfce4-wavelan-plugin/trunk/NEWS)
===================================================================
--- xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/NEWS	                        (rev 0)
+++ xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/NEWS	2007-01-17 22:02:49 UTC (rev 2416)
@@ -0,0 +1,72 @@
+20070117:
+---------
+  * Version 0.5.4
+  * Add an option to make the panel icon square.
+  * Fix a bug that calculated the signal strength incorrectly, reporting 102%
+    for some people. Your signal strength may well be reported lower now,
+    but apparently it was wrong before.
+  * Fix a bug where the interface wasn't activated if it was the first in
+    the list.
+  * Improve the handling of the kernel's include files.
+  * Fix compilation on kfreebsd thanks to Petr Salinger.
+
+20060911:
+---------
+  * Version 0.5.3
+  * Fix a typo that referenced the wrong executable in the .desktop file.
+
+20060810:
+---------
+  * Version 0.5.2
+  * Fix the regression that made the icon square.
+  * Added Italian translation. (Thanks ema).
+  * Allow hiding the plugin if no device is present.
+
+20060809:
+---------
+  * Version 0.5.1
+  * Fix the bug that meant that it couldn't find the device on most systems.
+
+20060503:
+---------
+  * Version 0.5.0
+  * Updated to new panel API
+
+20041203:
+---------
+	* Version 0.4.1.
+	* Applied patch from veser at gmx.net to ensure that ESSSID is always
+	  zero terminated on Linux.
+	* Don't use deprecated Gtk+ functions.
+
+20040803:
+---------
+	* Version 0.4.0 with support for threaded xfce4-panel.
+	* Added combo for interface selection.
+
+20040212:
+---------
+	* Version 0.3.2 with improved Linux support from An-Cheng Huang
+	  using the Linux Wireless Extensions ioctl()'s if available.
+
+20040211:
+---------
+	* Version 0.3.1 with fixes from An-Cheng for linux. Linux
+	  version will be improved soon.
+
+20040209:
+---------
+	* Version 0.3.0 with (initial) OpenBSD support and some more
+	  eye-candy.
+	* Added (untested) Linux support, requires /proc/net/wireless
+	  which should be provided by the so called "WireLess Extension".
+
+20031219:
+---------
+	* Initial (tested) FreeBSD support, thanks to Sebastian Yepes F.
+	  <esn at x123.info>. In addition the current transfer rate selection
+	  is displayed. This is now version 0.2.0.
+
+20031111:
+---------
+	* Version 0.1.0 with tested NetBSD support.

Deleted: xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/configure.in.in

Copied: xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/configure.in.in (from rev 2407, xfce4-wavelan-plugin/trunk/configure.in.in)
===================================================================
--- xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/configure.in.in	                        (rev 0)
+++ xfce4-wavelan-plugin/tags/xfce4-wavelan-plugin_0_5_4/configure.in.in	2007-01-17 22:02:49 UTC (rev 2416)
@@ -0,0 +1,62 @@
+dnl $Id: configure.in.in 1306 2006-04-08 07:15:52Z daichi $
+dnl
+dnl Copyright (c) 2003-2005
+dnl       The Xfce development team. All rights reserved.
+dnl
+dnl Written by Benedikt Meurer <benny at xfce.org>.
+dnl
+
+dnl Version information
+m4_define([xwp_version_major], [0])
+m4_define([xwp_version_minor], [5])
+m4_define([xwp_version_micro], [4])
+m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_micro()])
+
+dnl Initial autoconf
+AC_COPYRIGHT([Copyright (c) 2003-2006
+        The Xfce development team. All rights reserved.
+
+Written by Benedikt Meurer <benny at xfce.org>.])
+AC_INIT([xfce4-wavelan-plugin], [xwp_version()], [goodies-dev at xfce.org])
+AC_PREREQ([2.50])
+AC_REVISION([$Id: configure.in.in 1306 2006-04-08 07:15:52Z daichi $])
+
+dnl Initial automake
+AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
+AM_CONFIG_HEADER([config.h])
+AM_MAINTAINER_MODE()
+
+dnl Check for UNIX variants
+AC_AIX()
+AC_ISC_POSIX()
+AC_MINIX()
+
+dnl Check for basic programs
+AC_PROG_CC()
+AC_PROG_INSTALL()
+AC_PROG_LIBTOOL()
+AC_PROG_INTLTOOL()
+
+dnl Check for standard header files
+AC_HEADER_STDC()
+AC_CHECK_HEADERS([math.h stdio.h stdlib.h string.h sys/types.h \
+                  sys/socket.h sys/ioctl.h linux/types.h linux/if.h \
+                  linux/wireless.h string.h \
+                  ctype.h], [], [], [#include <sys/socket.h>])
+
+dnl Check for i18n support
+XDT_I18N([@LINGUAS@])
+
+dnl configure the panel plugin
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.20])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
+
+dnl Check for debugging support
+BM_DEBUG_SUPPORT()
+
+AC_OUTPUT([
+Makefile
+panel-plugin/Makefile
+po/Makefile.in
+])




More information about the Goodies-commits mailing list