rev 1434 - in trunk/siesta: . lib

[prev] [thread] [next] [lurker] [Date index for 2003/10/17]

From: richardc
Subject: rev 1434 - in trunk/siesta: . lib
Date: 14:29 on 17 Oct 2003
Author: richardc
Date: 2003-10-17 14:29:29 +0100 (Fri, 17 Oct 2003)
New Revision: 1434

Modified:
   trunk/siesta/Changes
   trunk/siesta/lib/Siesta.pm
Log:
do a new release

Modified: trunk/siesta/Changes
===================================================================
--- trunk/siesta/Changes	2003-10-17 13:26:47 UTC (rev 1433)
+++ trunk/siesta/Changes	2003-10-17 13:29:29 UTC (rev 1434)
@@ -1,45 +1,54 @@
-cvn	
-	Made Siesta::Test a released file (will help with testing third party
-	Plugins)
+0.66    2003-10-17
+        Made Siesta::Test a released file (will help with testing third party
+        Plugins)
 
+        Documentation fixes.
 
-0.65	2003-09-01 (#1383)
-	Stealth dependency on YAML made clear.  spotted by Nick Cleaton
+        Security fix for Siesta::Send::Sendmail
 
-	bandito no longer tries to import a users nomail attribute (it's a
-	TODO to have this a property of subscription)
+        Quick hack around an issue in Siesta::Config
 
+        Now we depend on perl 5.6 or newer.  Hacking around 5.005 was
+        getting painful.
 
-0.64	2003-09-01 (#1376)
-	nacho {show,resume,delete}-deferred
 
-	Siesta::Plugin::Archive now allows you to configure its output path
+0.65    2003-09-01 (#1383)
+        Stealth dependency on YAML made clear.  spotted by Nick Cleaton
 
-	Colobus HOWTO 
+        bandito no longer tries to import a users nomail attribute (it's a
+        TODO to have this a property of subscription)
 
-	Challenge/Subscribe plugins now auto-generate passwords correctly
 
-	Fixes to Personal Plugin handling in List->set_plugins
+0.64    2003-09-01 (#1376)
+        nacho {show,resume,delete}-deferred
 
-	Changes to the behaviour of Siesta::Message->reply so that it's 
-	not a sticky about it's state
+        Siesta::Plugin::Archive now allows you to configure its output path
 
+        Colobus HOWTO
 
-0.63	2003-08-09 (#1298)
-	improvements to Siesta::UserGuide
-	big bug in List->set_plugins fixed (thanks Jody)
-	-f switch
-	many many more
+        Challenge/Subscribe plugins now auto-generate passwords correctly
 
+        Fixes to Personal Plugin handling in List->set_plugins
+
+        Changes to the behaviour of Siesta::Message->reply so that it's
+        not a sticky about it's state
+
+
+0.63    2003-08-09 (#1298)
+        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)
+        fixed a syntax error in Siesta::Web (I be slack)
 
 0.61    2003-07-28
-	Fix MANIFEST, ship Siesta::Build
-	Have Siesta::Web point within Config('root')/web-frontend
+        Fix MANIFEST, ship Siesta::Build
+        Have Siesta::Web point within Config('root')/web-frontend
 
-0.6	2003-07-24
-	Initial release
+0.6     2003-07-24
+        Initial release
 
 for full change history consult the siesta-commit archives:
 http://siesta.unixbeard.net/siesta/archive/siesta-commit/

Modified: trunk/siesta/lib/Siesta.pm
===================================================================
--- trunk/siesta/lib/Siesta.pm	2003-10-17 13:26:47 UTC (rev 1433)
+++ trunk/siesta/lib/Siesta.pm	2003-10-17 13:29:29 UTC (rev 1434)
@@ -2,7 +2,7 @@
 package Siesta;
 use strict;
 use vars qw/$VERSION $tt/;
-$VERSION = '0.65';
+$VERSION = '0.66';
 
 use Siesta::List;
 use Siesta::Message;

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