summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-19 08:59:13 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-19 08:59:13 +0000
commit2cfcf3c5122b9f874467044bb932778cef90f168 (patch)
tree76b1b6cd6cc803f7b541343025e25de503c40afd
parent29bd5a7daa53590ec04d60f170162a9f5916633b (diff)
Changes docs bump to 1.8 SVN and credit for tr.l added to docs/README (Sorry I missed this for release).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2774 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes3
-rw-r--r--Changes.conf9
-rw-r--r--Changes.lang9
-rw-r--r--Changes.mysql3
-rw-r--r--docs/README1
-rw-r--r--version.log10
6 files changed, 31 insertions, 4 deletions
diff --git a/Changes b/Changes
index fedfc8f35..122eee91e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+Anope Version 1.8 - SVN
+-----------------------
+
Anope Version 1.8.3
-------------------
Provided by Anope Dev. <team@anope.org> - 2009
diff --git a/Changes.conf b/Changes.conf
index 4ed5b3c4a..10d1a4827 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -1,3 +1,12 @@
+Anope Version 1.8 - SVN
+-----------------------
+** ADDED CONFIGURATION DIRECTIVES **
+
+** MODIFIED CONFIGURATION DIRECTIVES **
+
+** DELETED CONFIGURATION DIRECTIVES **
+
+
Anope Version 1.8.3
-------------------
** ADDED CONFIGURATION DIRECTIVES **
diff --git a/Changes.lang b/Changes.lang
index 99d169afc..d6a07a30d 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,3 +1,12 @@
+Anope Version 1.8 - SVN
+-----------------------
+*** New Strings:
+
+*** Mod Strings:
+
+*** Del Strings:
+
+
Anope Version 1.8.3
-------------------
*** New Strings:
diff --git a/Changes.mysql b/Changes.mysql
index 0023b015b..aae4c0942 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,3 +1,6 @@
+Anope Version 1.8 - SVN
+-----------------------
+
Anope Version 1.8.3
-------------------
ALTER TABLE `anope_ns_access` DROP INDEX `display` ;
diff --git a/docs/README b/docs/README
index 7e31fb8fd..4f2ac1e65 100644
--- a/docs/README
+++ b/docs/README
@@ -111,6 +111,7 @@ Table of Contents
* Janos Kapitany <sarkanyka@cjbchat.hu> (hun.l)
* Szymon S'wierkosz <szymek@adres.pl> (pl.l)
* Christopher N. <saka@epiknet.org> (fr.l)
+ * Yusuf Kurekci <ysfm.20@gmail.com> (tr.l)
Anope uses the strlcat() and strlcpy() functions from OpenSSH 2.5.1p2.
These functions are copyrighted by Todd C. Miller:
diff --git a/version.log b/version.log
index 7c534434d..7afde5724 100644
--- a/version.log
+++ b/version.log
@@ -7,11 +7,13 @@
VERSION_MAJOR="1"
VERSION_MINOR="8"
-VERSION_PATCH="2"
-VERSION_EXTRA=""
-VERSION_BUILD="2771"
+VERSION_PATCH="3"
+VERSION_EXTRA="-svn"
+VERSION_BUILD="2774"
-# $Log$ #
+# $Log$ # Changes since 1.8.3 Release
+
+#Revision 2774 - Bump Changes versions to 1.8-SVN & credit for tr.l
# Leading up to 1.8.3 Release
#Revision 2770 - Updated docs/INSTALL with some more upto date information