commit | 690f9aa028731c3564ad9643f52f5c03b0adf1a9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 03 11:23:06 2006 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 03 11:23:06 2006 +0200 |
tree | 3704628974e5bc331acae1988f9551757f7587a5 | |
parent | 08fa2e37fd40d174ef1324c47f9362fee59f27b7 [diff] [blame] |
[RELEASE] released 1.3.2 - started the changes towards I/O completion callbacks. stream_sock* have replaced event_*. - added the new "reqtarpit" and "reqitarpit" protection features
diff --git a/Makefile b/Makefile index b89f491..95e76cd 100644 --- a/Makefile +++ b/Makefile
@@ -2,7 +2,7 @@ # You should use it this way : # make TARGET=os CPU=cpu -VERSION := 1.3.1 +VERSION := 1.3.2 # Select target OS. TARGET must match a system for which COPTS and LIBS are # correctly defined below.