From 9dad4ddb937cc04d075451c21fcbe9f1ca4646c9 Mon Sep 17 00:00:00 2001 From: rburchell Date: Fri, 14 Nov 2008 09:46:30 +0000 Subject: [PATCH] NewChanges -> Changes and add a few notes on stuff git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1667 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 8 ++++++++ NewChanges | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 Changes delete mode 100644 NewChanges diff --git a/Changes b/Changes new file mode 100644 index 000000000..f9221f9d7 --- /dev/null +++ b/Changes @@ -0,0 +1,8 @@ +Anope Version 1.9.0 +-------------------- +09/27 F Modified compile to use g++ +10/01 F Improve protocol modules support (classes, virtual methods, etc) +10/11 F Move core services to use BotInfo +10/12 F Move BotInfo and related methods into a class +11/01 F Move modules into a class + diff --git a/NewChanges b/NewChanges deleted file mode 100644 index 790f27a01..000000000 --- a/NewChanges +++ /dev/null @@ -1,6 +0,0 @@ -Anope Version G I T --------------------- - -Provided by Robin Burchell - 2008 -09/27 F Modified compile to use g++ -