rev 1293 - in trunk/siesta: . lib

[prev] [thread] [next] [lurker] [Date index for 2003/08/08]

From: richardc
Subject: rev 1293 - in trunk/siesta: . lib
Date: 11:23 on 08 Aug 2003
Author: richardc
Date: 2003-08-08 11:23:07 +0100 (Fri, 08 Aug 2003)
New Revision: 1293

Modified:
   trunk/siesta/Changes
   trunk/siesta/MANIFEST
   trunk/siesta/MANIFEST.SKIP
   trunk/siesta/lib/Siesta.pm
Log:
prep for a release

Modified: trunk/siesta/Changes
===================================================================
--- trunk/siesta/Changes	2003-08-08 10:15:30 UTC (rev 1292)
+++ trunk/siesta/Changes	2003-08-08 10:23:07 UTC (rev 1293)
@@ -1,3 +1,9 @@
+0.63	2003-08-09
+	improvements to Siesta::UserGuide
+	big bug in List->set_plugins fixed (thanks Jody)
+	-f switch
+	many many more
+
 0.62    2003-07-28
 	fixed a syntax error in Siesta::Web (I be slack)
 
@@ -7,3 +13,6 @@
 
 0.6	2003-07-24
 	Initial release
+
+for full change history consult the siesta-commit archives:
+http://siesta.unixbeard.net/siesta/archive/siesta-commit/
\ No newline at end of file

Modified: trunk/siesta/MANIFEST
===================================================================
--- trunk/siesta/MANIFEST	2003-08-08 10:15:30 UTC (rev 1292)
+++ trunk/siesta/MANIFEST	2003-08-08 10:23:07 UTC (rev 1293)
@@ -28,6 +28,7 @@
 lib/Siesta/Plugin/Debounce.pm
 lib/Siesta/Plugin/ListHeaders.pm
 lib/Siesta/Plugin/MembersOnly.pm
+lib/Siesta/Plugin/MessageFooter.pm
 lib/Siesta/Plugin/Moderated.pm
 lib/Siesta/Plugin/ReplyTo.pm
 lib/Siesta/Plugin/Resume.pm
@@ -70,12 +71,14 @@
 t/09plugin_order.t
 t/10plugin_listheaders.t
 t/10plugin_membersonly.t
+t/10plugin_messagefooter.t
 t/10plugin_replyto.t
 t/10plugin_simplesig.t
 t/10plugin_subjecttag.t
 t/10plugin_unsubscribe.t
 t/20fullsend.t
 t/30nacho.t
+t/config
 t/lib/Siesta/Test.pm
 web-frontend/lib/I_SHOULDNT_EXIST.tt2
 web-frontend/lib/_errors_list.tt2

Modified: trunk/siesta/MANIFEST.SKIP
===================================================================
--- trunk/siesta/MANIFEST.SKIP	2003-08-08 10:15:30 UTC (rev 1292)
+++ trunk/siesta/MANIFEST.SKIP	2003-08-08 10:23:07 UTC (rev 1293)
@@ -16,3 +16,4 @@
 ^t/temp_error
 ^t/doc
 ^siesta.dia$
+^cover_db

Modified: trunk/siesta/lib/Siesta.pm
===================================================================
--- trunk/siesta/lib/Siesta.pm	2003-08-08 10:15:30 UTC (rev 1292)
+++ trunk/siesta/lib/Siesta.pm	2003-08-08 10:23:07 UTC (rev 1293)
@@ -2,7 +2,7 @@
 package Siesta;
 use strict;
 use vars qw/$VERSION $tt/;
-$VERSION = '0.62';
+$VERSION = '0.63';
 
 use Siesta::List;
 use Siesta::Message;

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52