summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-06-24 10:16:35 +0200
committerJonas Smedegaard <dr@jones.dk>2017-06-24 10:16:35 +0200
commit7e69d0387e85eeed10d605349feeba595c3fa0ee (patch)
treef46b6fe1dee6f310a18705ad3e71ad207873f3ed /debian/changelog
parent26fd7fad5a38a7488c304139d7b54aec616fb396 (diff)
downloadbiboumi-7e69d0387e85eeed10d605349feeba595c3fa0ee.tar.gz
biboumi-7e69d0387e85eeed10d605349feeba595c3fa0ee.tar.bz2
biboumi-7e69d0387e85eeed10d605349feeba595c3fa0ee.tar.xz
biboumi-7e69d0387e85eeed10d605349feeba595c3fa0ee.zip
Prepare for release: Update changelog, control file and copyright hints.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d71d888..608f2a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+biboumi (5.0-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release.
+ + Add identd server.
+ + Add persistent option for channels, to behave like an IRC bouncer.
+ + Use udns library (not c-ares) for asynchronous DNS resolution.
+ + Update MAM implementation to version 6.0 (namespace mam:2).
+ + Limit MAM to 100 messages per channel by default.
+ + Properly handle multiline topics.
+ + Support overriding configuration options by environment values.
+ + Support customizing Botan TLS policies per IRC server.
+ + IRC channel config form now available via MUC config.
+ + Notices starting with "#channel" now treated as welcome messages.
+
+ [ Jonas Smedegaard ]
+ * Declare compliance with Debian Policy 4.0.0.
+ * Modernize Vcs-Browser field:
+ + Use git (not cgit) in path.
+ * Update package relations:
+ + Build-depend on libudns-dev (not libc-ares-dev).
+ + Build-depend on libgcrypt20-dev.
+ + Stop build-depend on libbotan1.10-dev (unused: Too old).
+ * Drop patch 2002: Fixed upstream.
+ * Unfuzz patch 2001.
+
+ -- Jonas Smedegaard <dr@jones.dk> Sat, 24 Jun 2017 10:15:23 +0200
+
biboumi (4.3-1) unstable; urgency=medium
[ upstream ]