keepalived-1.1.19 v1.1.19
authorAlexandre Cassen <acassen@freebox.fr>
Thu, 1 Oct 2009 09:19:43 +0000 (11:19 +0200)
committerAlexandre Cassen <acassen@freebox.fr>
Thu, 1 Oct 2009 09:19:43 +0000 (11:19 +0200)
* keepalived-1.1.19 released.
* Cosmetics changes.
* Vincent Bernat <bernat <at> luffy.cx> fix a segfault
  when there is no real server for a virtual server.
* Vincent Bernat <bernat <at> luffy.cx>, Willy Tarreau
  and I finally fixed SIGCHLD handling upon reload.
* Vincent Bernat <bernat <at> luffy.cx> fix VS_ISEQ macro.
* VRRP : Kimitoshi Takahashi <ktaka <at> 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.

ChangeLog
Makefile.in
VERSION

index f0e519c..e2d631b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-10-01  Alexandre Cassen  <acassen@linux-vs.org>
+       * keepalived-1.1.19 released.
+       * Cosmetics changes.
+       * Vincent Bernat <bernat <at> luffy.cx> fix a segfault
+         when there is no real server for a virtual server.
+       * Vincent Bernat <bernat <at> luffy.cx>, Willy Tarreau
+         and I finally fixed SIGCHLD handling upon reload.
+       * Vincent Bernat <bernat <at> luffy.cx> fix VS_ISEQ macro.
+       * VRRP : Kimitoshi Takahashi <ktaka <at> 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  <acassen@linux-vs.org>
        * keepalived-1.1.18 released.
        * Fixed compilation warnings
index 8d155eb..4175b6d 100644 (file)
@@ -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 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.18
+1.1.19