summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-10 13:32:13 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-10 13:32:13 -0400
commit98ed7cb1d7f99790821b99b3779d6685114fa662 (patch)
tree2a0f61842bb198c2cf2a775c6f8e49bae5e433cc /debian/changelog
parent22f02603246f67117471f020a882dfa822849d18 (diff)
Fix parsing web commits from ipv6 addresses.
I weakended the regexp, so this matches ipv6 addresses too. It does not ensure that the address is valid, but that should not matter here. Note that addresses ending in "::" are not matched, so eg, the unspecified address will not match -- but should never appear here anyway.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index de165e4ff..2e1781713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ikiwiki (3.14159265) UNRELEASED; urgency=low
allows banning by IP address.
* underlay: Also allow configuring additional directories to search
for template files in.
+ * Fix parsing web commits from ipv6 addresses.
-- Joey Hess <joeyh@debian.org> Wed, 02 Sep 2009 15:01:27 -0400