Commit 891c279e3b643429624d227c1c3a835d485bcb92

Con Kolivas 2013-09-13T21:26:07

Bump version number to 3.4.3, updating news.

diff --git a/NEWS b/NEWS
index 5bfce6d..5c7d697 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
-
+Version 3.4.3 - 13th September 2013
+
+- Put corefoundation and iokit separate in ldflags for darwin.
+- Add rules for libusb Makefile.am building on osx
+- Add flags for building libusb statically on osx.
+- Find the greatest common denominator in quotas and use the smallest number of
+consecutive work items per pool in quota load balance mode to smooth hashrate
+across pools with large quotas. Give excess quota to priority pool 0 instead of
+pool 0.
+- Avoid dynamically adding stack memory for nonce2 in the stratum send thread
+and check the pool's nonce2_len will not cause an overflow.
+- Add subdir-objects to automake options.
+- Use inet_addr instead of inet_network to fix windows build.
 - Remove unused pbase variable.
 - Add support for socks4/4a proxies with stratum, and drop back to socks4
 support via the global --socks-proxy command to not break previous
diff --git a/configure.ac b/configure.ac
index 148eb5e..a2f8b1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [3])
 m4_define([v_min], [4])
-m4_define([v_mic], [2])
+m4_define([v_mic], [3])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))