diff options
author | Adam <Adam@anope.org> | 2011-08-27 21:05:48 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-27 21:05:48 -0400 |
commit | 49b81a5e7834f51e7447b94a62f063c36f2ae2ae (patch) | |
tree | 326ae473f173e88a62d94786dde8c8ffe10ca5ea | |
parent | 99e4eae4e9dbbf61ca59585c996e6264e59016a8 (diff) |
Update changes.conf, bump version to 1.9.4-p1-git
-rw-r--r-- | docs/Changes | 18 | ||||
-rw-r--r-- | src/version.sh | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 6a28a80c0..25b0c2729 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,21 @@ +Anope Version 1.9.4-p1 +--------------------- +F Fixed using /ns logout on other users +F Fixed number list position when requesting /os akill list and /os sqline list +F Fixed server matching to be case insensitive +F Fixed a crash in /ns set +F Fixed parsing TMODE on ratbox +F Fixed parsing JOIN on ratbox and plexus +F Fixed nickserv help output +F Fixed appending !*@* to some access list entries +F Fixed setting -P on channels with only a service bot in it +F Fixed freebsd build of poll engine +F Fixed the chanserv/access/modify permission to work on non-xop channels +F Fixed the mail delay error message to show the correct time +F Fixed sending account data for unconfirmed nicks on InspIRCd +F Fixed deleting bots sometimes causing crashes/other weird behaviors +F Fixed /ms ignore syntax errors + Anope Version 1.9.4 -------------------- A Automatically set channel founder to the user with the highest access if there is no successor diff --git a/src/version.sh b/src/version.sh index 7ce0bf93d..90140e41e 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,7 +2,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="4" -VERSION_EXTRA="" +VERSION_EXTRA="-p1-git" VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA" |