v2.2.5 released
authorDan Boger <zigdon@irc.peeron.com>
Mon, 31 Aug 2009 02:49:12 +0000 (19:49 -0700)
committerDan Boger <zigdon@irc.peeron.com>
Mon, 31 Aug 2009 02:49:12 +0000 (19:49 -0700)
html/history.html
twirssi.pl

index 1be3bd0c10c592624f85e13f24714e04e3102f5f..3ac019bba3a07465af6814abd8653c6cdb4f861c 100644 (file)
@@ -1,5 +1,10 @@
 <ul>
 <li><strong>v2.2.5BETA - currently under development</strong><br />
 <ul>
 <li><strong>v2.2.5BETA - currently under development</strong><br />
+      <li>BETA versions are always available at <a
+          href="http://github.com/zigdon/twirssi/tree/master">github</a>.  You
+          can also upgrade a running twirssi install by setting
+          twirssi_upgrade_beta to true, and using /twirssi_upgrade.</li></ul></li>
+<li><strong>v2.2.5 - 20:00 30-Aug-2009</strong><br />
       <li>New setting, twitter_timeout, should help avoid irssi pinging out of
           servers when twitter is slow</li>
       <li>Improved unicode support</li>
       <li>New setting, twitter_timeout, should help avoid irssi pinging out of
           servers when twitter is slow</li>
       <li>Improved unicode support</li>
@@ -7,10 +12,8 @@
       <li>Stop including irssi colors in retweeted lines</li>
       <li>Use SSL by default, unless twirssi_avoid_ssl is set to true</li>
       <li>New commands, twitter_block and twitter_unblock</li>
       <li>Stop including irssi colors in retweeted lines</li>
       <li>Use SSL by default, unless twirssi_avoid_ssl is set to true</li>
       <li>New commands, twitter_block and twitter_unblock</li>
-      <li>BETA versions are always available at <a
-          href="http://github.com/zigdon/twirssi/tree/master">github</a>.  You
-          can also upgrade a running twirssi install by setting
-          twirssi_upgrade_beta to true, and using /twirssi_upgrade.</li></ul></li>
+      <li>View it <a href="twirssi-2.2.5.html">here</a>,
+      download version 2.2.5 <a href="twirssi-2.2.5.pl">here</a>.</li></ul></li>
 <li><strong>v2.2.4 - 14:30 01-Jul-2009</strong><br />
       <li>Fixed a bug that broke replies and retweets, related to the
       twitpocalypse.</li>
 <li><strong>v2.2.4 - 14:30 01-Jul-2009</strong><br />
       <li>Fixed a bug that broke replies and retweets, related to the
       twitpocalypse.</li>
index 48b01087556da95a53da05914d4322f6755dd864..2c9c787d7efcb1fa8e028b829042066dfd95ca05 100644 (file)
@@ -11,7 +11,7 @@ $Data::Dumper::Indent = 1;
 
 use vars qw($VERSION %IRSSI);
 
 
 use vars qw($VERSION %IRSSI);
 
-$VERSION = "2.2.5beta";
+$VERSION = "2.2.5";
 my ($REV) = '$Rev: 687 $' =~ /(\d+)/;
 %IRSSI = (
     authors     => 'Dan Boger',
 my ($REV) = '$Rev: 687 $' =~ /(\d+)/;
 %IRSSI = (
     authors     => 'Dan Boger',