From: Alexandre Cassen Date: Thu, 1 Oct 2009 09:19:43 +0000 (+0200) Subject: keepalived-1.1.19 X-Git-Tag: v1.1.19^0 X-Git-Url: http://git.formilux.org/?a=commitdiff_plain;h=553ee4f1bb334f0903fe757e3415a03c84f273c5;p=people%2Falex%2Fkeepalived.git keepalived-1.1.19 * keepalived-1.1.19 released. * Cosmetics changes. * Vincent Bernat luffy.cx> fix a segfault when there is no real server for a virtual server. * Vincent Bernat luffy.cx>, Willy Tarreau and I finally fixed SIGCHLD handling upon reload. * Vincent Bernat luffy.cx> fix VS_ISEQ macro. * VRRP : Kimitoshi Takahashi clustcom.com> fixed nopreempt from FAULT state. The owner of higher priority in FAULT state shouldn't preempt current MASTER when it's recovering, if the nopreempt option is set. --- diff --git a/ChangeLog b/ChangeLog index f0e519c..e2d631b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-10-01 Alexandre Cassen + * keepalived-1.1.19 released. + * Cosmetics changes. + * Vincent Bernat luffy.cx> fix a segfault + when there is no real server for a virtual server. + * Vincent Bernat luffy.cx>, Willy Tarreau + and I finally fixed SIGCHLD handling upon reload. + * Vincent Bernat luffy.cx> fix VS_ISEQ macro. + * VRRP : Kimitoshi Takahashi clustcom.com> + fixed nopreempt from FAULT state. The owner of higher + priority in FAULT state shouldn't preempt current MASTER + when it's recovering, if the nopreempt option is set. + 2009-09-24 Alexandre Cassen * keepalived-1.1.18 released. * Fixed compilation warnings diff --git a/Makefile.in b/Makefile.in index 8d155eb..4175b6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,7 +55,7 @@ install: tarball: mrproper mkdir keepalived-@VERSION@ cp -a $(TARFILES) keepalived-@VERSION@ - tar --exclude CVS -czf $(TARBALL) keepalived-@VERSION@ + tar --exclude .git -czf $(TARBALL) keepalived-@VERSION@ rm -rf keepalived-@VERSION@ rpm: diff --git a/VERSION b/VERSION index 852ed67..4e03659 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.18 +1.1.19