#!/usr/bin/perl # This is an active-changelog! Run it to update it using Darcs. # See below for the actual Changelog stuff! open my $out,"+<",$0; seek $out,0,0; seek DATA,0,0; print $out ($l = ) until $l eq "__DATA__\n"; # Get the Darcs changelog $f = `darcs changes`; # Chop off the timestamps (but keep the date) $f =~ s/\d\d:\d\d:\d\d ... //g; # Combine like sections. This might need a bit of work. 1 while($f =~ s/^(... ...\s+\d+ \d\d\d\d [\w@\.\-]+)$(.*)^\1$/$1$2/gms); # Clear out the extra space we just made $f =~ s/\n\n\n/\n/g; print $out $f; # *************************************** # *** This is the actual Changelog :) *** # *************************************** __DATA__ Thu Jan 1 2009 awwaiid@thelackthereof.org * Fix closing ul in session list * Fix docroot of C::Monitor * Remove Continuity::Monitor::REPL reference * Add explicit server to counter example monitor Wed Dec 31 2008 scott@slowass.net * Continuity::Monitor wit [_^H_][_^H_][_^H_]orking with the C::MM[_^H_]::CGI plugins Mon Dec 29 2008 scott@slowass.net * cleanups and fixes for my fixes n [_^H_][_^H_]in Monitor.pm * bug fix - losing track of the server it started s[_^H_][_^H_], failing to find sessions Wed Oct 15 2008 awwaiid@thelackthereof.org tagged 0.01 * add Module::Refresh as a dependency Tue Oct 14 2008 awwaiid@thelackthereof.org * update manifest * Move docroot and add Coro::Generator dependency * Move test * update manifest * Add darcs-changes * Remove padwalker usage and add note about Continuity::Monitor not working * Kill some old files * Update build config stuff * Update changelog * add js deps * add js deps * add js deps * add js deps * add js deps * JS dependencies Mon Oct 13 2008 awwaiid@thelackthereof.org * Add js dependencies * Remove lots of unused js experiments * Simplify cgi example Sun Oct 12 2008 awwaiid@thelackthereof.org * Updates to FileEdit * Disable plugins by default * Sends posts to / * Encode file editing content * Add missing files * All sorts of horrible things Wed Oct 8 2008 awwaiid@thelackthereof.org * Add C::M::CGI related files * Change around default REPL plugins * Disable Devel::REPL default term Fri May 30 2008 awwaiid@thelackthereof.org * Initial import