1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 11:43:12 +02:00

BUILD : 1.7.10 (870) BUGS : NOTES : Move on, nothing to see here (typo fix in Changes)

git-svn-id: svn://svn.anope.org/anope/trunk@870 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@619 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-04 18:16:33 +00:00
parent ea09f79cb4
commit 5e4760f2b5
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005
07/01 A Events for channel access/xop updates. [ #00]
06/26 A New module pack module: hs_request. [ #00]
06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389]
09/04 F Protocol mode for plexus called wrong UNSGLINE function. [ #00]
09/04 F Protocol module for plexus called wrong UNSGLINE function. [ #00]
08/31 F Help for /os modlist had faulty 'limited to' information. [ #00]
08/30 F Changed UserKeys to RECOMMENDED instead of REQUIRED. [ #00]
08/29 F Pseudo-clients can now part with no instead of an empty reason. [ #00]
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="10"
VERSION_BUILD="869"
VERSION_BUILD="870"
# $Log$
#
# BUILD : 1.7.10 (870)
# BUGS :
# NOTES : Move on, nothing to see here (typo fix in Changes)
#
# BUILD : 1.7.10 (869)
# BUGS :
# NOTES : pmodule_cmd_unsgline for plexus set plexus_cmd_unsqline instead of pmodule_cmd_unsgline (so unsQline instead of unsGline)