]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update to 0.6.5. 0.6.5
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 20 Dec 2013 15:57:07 +0000 (15:57 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 20 Dec 2013 15:57:07 +0000 (15:57 +0000)
CMakeLists.txt
ChangeLog
centos/rspamd.spec
debian/changelog

index 0c59a42b6ca0ba57fd60bb73c79d2d23c3d1379f..66fcc9430e220d32c5c12a101da5ffb03f70ce12 100644 (file)
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 6)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_PATCH 5)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
@@ -1154,4 +1154,4 @@ ENDFOREACH(LUA_CONF)
 
 # Manual pages
 INSTALL(FILES "doc/rspamd.8" DESTINATION ${MANDIR}/man8)
-INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1)
\ No newline at end of file
+INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1)
index 9cfaf61ee5cde2373bebd6a4acfb1d0599e07e07..d03feebc53b262397d3aa3545db351f74f95dd04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+0.6.5:
+       * Fixed critical bug in DNS resolver, introduced in 0.6.4
+       * Improved multimap and rbl plugins to skip
+       * Add dns_sockets option for tuning sockets per server in DNS resolver
+       * Improved packages for rspamd
+
 0.6.4:
        * Added io channels for DNS request to balance load and reduce id
        collisions chance
index 4f509975065569da474c8bc991a60091ada653d0..00c9144a5e77e64148075e5cb1bc148b3041f833 100644 (file)
@@ -15,7 +15,7 @@
 %endif
 
 Name:           rspamd
-Version:        0.6.4
+Version:        0.6.5
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons   
@@ -177,6 +177,9 @@ fi
 %endif
 
 %changelog
+* Wed Dec 20 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.5-1
+- Update to 0.6.5.
+
 * Wed Dec 18 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.4-1
 - Update to 0.6.4.
 
index 5f3d826146a57ca40fb92c6bfdce1ea8755875ec..ed0c0bc22a3d3501a5bc9bab97eb460ebd823ddb 100644 (file)
@@ -1,3 +1,9 @@
+rspamd (0.6.5-1) unstable; urgency=low
+
+  * Upgrade to 0.6.5
+
+ -- Vsevolod Stakhov <vsevolod@highsecure.ru>  Wed, 20 Dec 2013 15:50:00 +0000
+
 rspamd (0.6.4-1) unstable; urgency=low
 
   * Upgrade to 0.6.4