This commit is contained in:
Mark Andrews 2013-08-19 11:44:53 +10:00
parent c0f83ec73e
commit 4a35f5a42c
4 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,5 @@
--- 9.9.4rc2 released ---
3637. [bug] 'allow-query-on' was checking the source address
rather than the destination address. [RT #34590]

View file

@ -4,6 +4,6 @@
# 9.8: 80-89, 120-129
# 9.9: 90-109
# 9.9-sub: 130-139
LIBINTERFACE = 100
LIBINTERFACE = 101
LIBREVISION = 1
LIBAGE = 0
LIBAGE = 1

View file

@ -5,5 +5,5 @@
# 9.9: 90-109
# 9.9-sub: 130-139
LIBINTERFACE = 90
LIBREVISION = 6
LIBREVISION = 7
LIBAGE = 0

View file

@ -9,4 +9,4 @@ MAJORVER=9
MINORVER=9
PATCHVER=4
RELEASETYPE=rc
RELEASEVER=1
RELEASEVER=2