Skip to content

Commit

Permalink
upgraded to 2.4.1 SP1
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Mar 9, 2007
1 parent 3b399e5 commit d2352f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>

<!-- $Id: build.xml,v 1.71.2.3 2007/02/12 18:43:25 vlada Exp $ -->
<!-- $Id: build.xml,v 1.71.2.4 2007/03/09 08:14:43 belaban Exp $ -->

<project name="JGroups" default="compile" basedir=".">
<description>
Expand Down Expand Up @@ -28,7 +28,7 @@
<property name="build.compiler.emacs" value="true"/>
<property name="javadoc.packages" value="org.jgroups.*"/>
<property name="unittest.timeout.low" value="180000"/>
<property name="version" value="2.4.1"/>
<property name="version" value="2.4.1-sp1"/>

<!-- default properties used in all test targets -->
<property name="channel.conf" value="udp.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/manifest.mf
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
Created-By: Apache Ant 1.5Beta2
Main-Class: org.jgroups.Version
Implementation-Version: 2.4.1
Implementation-Version: 2.4.1-SP1
5 changes: 4 additions & 1 deletion doc/tests/ManualTests.txt
@@ -1,4 +1,4 @@
$Id: ManualTests.txt,v 1.9 2006/10/30 12:28:35 belaban Exp $
$Id: ManualTests.txt,v 1.9.2.1 2007/03/09 08:11:38 belaban Exp $


Group Membership Service (GMS) Protocol
Expand Down Expand Up @@ -50,6 +50,9 @@ Test 3
--> B should be suspected
--> A should show 1 member
(run with FD_SOCK first, then with FD only)
With FD, there will be warnings like
"failed to collect all ACKs (3) for view [192.168.5.2:4275|9]"; these
are normal (expected) warning


Test 4
Expand Down
4 changes: 2 additions & 2 deletions src/org/jgroups/Version.java
Expand Up @@ -8,9 +8,9 @@
*/
public class Version {

public static final String description="2.4.1";
public static final String description="2.4.1-SP1";
public static final short version=241;
public static final String cvs="$Id: Version.java,v 1.42.2.1 2006/12/04 13:57:06 belaban Exp $";
public static final String cvs="$Id: Version.java,v 1.42.2.2 2007/03/09 08:10:55 belaban Exp $";

/**
* Prints the value of the description and cvs fields to System.out.
Expand Down

0 comments on commit d2352f2

Please sign in to comment.