From 5d6c55a685d0db0e4ef84cb0fb928b05e9b41aa1 Mon Sep 17 00:00:00 2001 From: Date: Thu, 9 Mar 2006 18:29:43 -0500 Subject: [PATCH] Preparation for adesklets 0.6.0 --- ChangeLog | 13 +++++++++++++ NEWS | 5 +++++ configure.ac | 2 +- doc/adesklets_en.texi | 8 ++++++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6b4710..1f5a31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -601,3 +601,16 @@ * utils/adesklets_frontend.sh.in: Add provisional FIFO cleanup on adesklets launch + +2006-03-09 S.Fourmanoit + + * AUTHORS, INSTALL, acinclude.m4, configure.ac, doc/Makefile.am, + doc/adesklets_en.texi, scripting/Makefile.am, + scripting/perl/MANIFEST, scripting/perl/Makefile.PL.in, + scripting/perl/Makefile.am, scripting/perl/adesklets.pm, + scripting/perl/updateproto.pl.in, test/README, test/test.pl: + Add PErl 5 support to adesklets: huge thanks to Lucas Brutschy + for his work! + + * utils/adesklets_frontend.sh.in: + Minor correction to remove an unwanted error message on FIFO cleanup diff --git a/NEWS b/NEWS index ba64241..94834c0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +News in 0.6.0: + * This is a new minor version release. adesklets now includes support + for writing desklets in Perl: many thanks to Lucas Brutschy + for his work! + News in 0.5.1: * This is a bug fix release. adesklets now compiles and run on OpenBSD 3.8, automated FIFO cleanup in case of broken session was added diff --git a/configure.ac b/configure.ac index 9b23aff..c229f64 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Initialize autoconf and automake AC_INIT AC_CONFIG_SRCDIR(src/main.c) AC_PREREQ(2.52) -AM_INIT_AUTOMAKE(adesklets,0.5.1) +AM_INIT_AUTOMAKE(adesklets,0.6.0) AM_MAINTAINER_MODE dnl Language selection diff --git a/doc/adesklets_en.texi b/doc/adesklets_en.texi index d54fee5..949d266 100644 --- a/doc/adesklets_en.texi +++ b/doc/adesklets_en.texi @@ -203,6 +203,12 @@ support or toolkit integration -- it goes against the project goals. @node What's new? @chapter What's new? +@heading What's new in version 0.6.0 + +This is a new minor version release. adesklets now includes support for writing +desklets in Perl: many thanks to Lucas Brutschy +@email{lbrutschy@@users.sourceforge.net} for his work! + @heading What's new in version 0.5.1 This is a bug fix release. adesklets now compiles and run on OpenBSD 3.8, automated FIFO cleanup in case of broken session was added to the frontend, @@ -583,10 +589,8 @@ The shell frontend can be avoided altogether using: @command{--disable-frontend-shell-driver} @end itemize - @node Using adesklets - @chapter Using adesklets @ifplaintext -- 2.11.4.GIT