summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-08-26 02:01:46 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-08-26 02:01:46 +0000
commit21496c20fe45dbe9ec75f4a10a325732618d578c (patch)
tree66def28051b2f60d3e1084572e8e4ad2cbdd2505
parent996bbaefd2d922f193a15f865f8250bc60768044 (diff)
* update CHANGELOG
* bump version git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@124 3be567f1-68ff-0310-b24a-ad7cc433fd2f
-rw-r--r--CHANGELOG4
-rw-r--r--CHANGELOG.svn45
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 46 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6ed0abe..1ecfb26 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+* 0.4.3
+- fixed zombie with gconf-terminal
+- fixed sftp with gconf-terminal
+
* 0.4.2
- display error messages when something goes wrong in plugins
- fix a bug causing the plugin to be loaded twice
diff --git a/CHANGELOG.svn b/CHANGELOG.svn
index 42020f5..d856232 100644
--- a/CHANGELOG.svn
+++ b/CHANGELOG.svn
@@ -1,49 +1,4 @@
------------------------------------------------------------------------
-r116 | sebest | 2006-08-26 01:49:09 +0200 (sam, 26 aoû 2006) | 4 lines
-
-* remove test for avahi 0.6.9 from the code
-* move these tests in configure.ac
-* update README
-
-------------------------------------------------------------------------
-r115 | sebest | 2006-08-07 01:52:31 +0200 (lun, 07 aoû 2006) | 1 line
-
-display error messages when something goes wrong in plugins
-------------------------------------------------------------------------
-r114 | sebest | 2006-08-06 22:35:34 +0200 (dim, 06 aoû 2006) | 1 line
-
-add Id property
-------------------------------------------------------------------------
-r113 | sebest | 2006-08-06 22:28:51 +0200 (dim, 06 aoû 2006) | 1 line
-
-cleaning
-------------------------------------------------------------------------
-r112 | sebest | 2006-08-06 21:41:26 +0200 (dim, 06 aoû 2006) | 3 lines
-
-* fix a bug causing the plugin to be loaded twice
-* clean the gconfterminal plugin
-
-------------------------------------------------------------------------
-r111 | sebest | 2006-08-06 20:43:38 +0200 (dim, 06 aoû 2006) | 3 lines
-
-* modification suggested by Padraig O'Briain <Padraig.Obriain@sun.com> to support sed with no
--i option
-
-------------------------------------------------------------------------
-r110 | sebest | 2006-08-06 20:31:13 +0200 (dim, 06 aoû 2006) | 1 line
-
-updated danish translation thanx to Lasse Bang Mikkelsen <lbm@fatalerror.dk>
-------------------------------------------------------------------------
-r109 | slomo | 2006-06-29 23:13:53 +0200 (jeu, 29 jun 2006) | 2 lines
-
-* updated translations, added catalan translation by Jordi Mallach <jordi@canonical.com>
-
-------------------------------------------------------------------------
-r108 | slomo | 2006-04-20 11:24:20 +0200 (jeu, 20 avr 2006) | 2 lines
-
-* change URI scheme for webdav(s) from webdav(s) to dav(s) as required
-
-------------------------------------------------------------------------
r106 | sebest | 2006-04-01 17:53:30 +0200 (sam, 01 avr 2006) | 3 lines
removed now useless start/stop button
diff --git a/configure.ac b/configure.ac
index 30308cb..cb72cc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([service-discovery-applet],[0.4.2],[sebastien (dot) estienne (at) gmail (dot) com])
+AC_INIT([service-discovery-applet],[0.4.3],[sebastien (dot) estienne (at) gmail (dot) com])
AC_CONFIG_SRCDIR([src/service-discovery-applet.in])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
AC_CONFIG_MACRO_DIR([common])