Update to public release?

Harry Mason harry.mason at smoothwall.net
Wed Jan 6 10:12:47 UTC 2016


On Tue, 2016-01-05 at 15:49 -0700, Alex Rousskov wrote:
> On 01/05/2016 06:45 AM, Harry Mason wrote:
> 
> > Is there any chance there might be a new public release soon?
> 
> Done. Polygraph releases up to v4.9.0 are now publicly available:
> http://www.web-polygraph.org/downloads/

Thanks very much.

For me it failed to compile on Debian Jessie without this patch:

--- polygraph-4.9.0.orig/src/xstd/Ring.h	2016-01-06 10:09:25.990816721 +0000
+++ polygraph-4.9.0/src/xstd/Ring.h	2016-01-06 10:10:08.645849277 +0000
@@ -17,6 +17,7 @@
 	public:
 		Ring(int aCapacity = 0): Array<Item>(aCapacity), theInOff(0), theOutOff(0) {}
 
+		using Array<Item>::Value;
 		using Array<Item>::capacity;
 		using Array<Item>::size;




More information about the Users mailing list