From 21496c20fe45dbe9ec75f4a10a325732618d578c Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 26 Aug 2006 02:01:46 +0000 Subject: * update CHANGELOG * bump version git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@124 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- CHANGELOG | 4 ++++ CHANGELOG.svn | 45 --------------------------------------------- configure.ac | 2 +- 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,48 +1,3 @@ ------------------------------------------------------------------------- -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 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 ------------------------------------------------------------------------- -r109 | slomo | 2006-06-29 23:13:53 +0200 (jeu, 29 jun 2006) | 2 lines - -* updated translations, added catalan translation by Jordi Mallach - ------------------------------------------------------------------------- -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 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]) -- cgit