From: Alexander Barton Date: Thu, 24 Apr 2008 22:20:35 +0000 (+0200) Subject: Merge branch 'master' into branch-0-12-x X-Git-Tag: rel-0-12-0-pre2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32bf6d4de0d565824be6599342a5f5f770d4f7d5;p=ngircd Merge branch 'master' into branch-0-12-x Fixed bug 81: When trying to part a channel ("PART #channel") the client is not member of the daemon now correctly reports the numeric ERR_NOTONCHANNEL (442) insted of ERR_NOSUCHCHANNEL (403). --- 32bf6d4de0d565824be6599342a5f5f770d4f7d5 diff --cc configure.in index cf5fc853,7f1ac495..76e286ef --- a/configure.in +++ b/configure.in @@@ -12,7 -12,7 +12,7 @@@ # -- Initialisation -- AC_PREREQ(2.50) - AC_INIT(ngircd, 0.12.0-pre1) -AC_INIT(ngircd, HEAD) ++AC_INIT(ngircd, 0.12-dev) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)