User: belaban
Date: 03/03/30 20:51:22
Modified: doc history.txt
Log:
Revision Changes Path
1.95 +23 -16 JavaGroups-2.0/doc/history.txt
Index: history.txt
===================================================================
RCS file: /cvsroot/javagroups/JavaGroups-2.0/doc/history.txt,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- history.txt 31 Mar 2003 04:05:13 -0000 1.94
+++ history.txt 31 Mar 2003 04:51:22 -0000 1.95
@@ -3,7 +3,7 @@
History List
============
-Revision: $Id: history.txt,v 1.94 2003/03/31 04:05:13 belaban Exp $
+Revision: $Id: history.txt,v 1.95 2003/03/31 04:51:22 belaban Exp $
[For current version, see file Version.java (or invoke 'java JavaGroups.Version')]
@@ -27,6 +27,13 @@
Version 2.0.7
-------------
+- Added serialVersionUID to MethodCall. Reason is that jikes and javac did not generate
+ the same serialVersionUID, causing problems between JavaGroups instances not compiled
+ with the same compiler. Currently MethodCall is the only instance where this problem
+ occurred. However, I didn't do exhaustive tests on this, there are probably more
+ instances. Since most users use the same codebase, this should not be a problem though.
+ (bela March 30 2003)
+
- Added way of defining method via (a) class types (Class[] array) or
(b) signature (String[])
- Modified RpcDispatcher and RpcProtocol to provide 2 new methods for each
@@ -100,13 +107,13 @@
classes. Modified log4j Trace wrapper to report also the module the log
was generated for.
(ovidiuf Feb 19 2003)
-
+
- Fixed a bug in TUNNEL that caused the clients and the Router to
deadlock under high-volume traffic.
(ovidiuf Feb 05 2003)
-- A custom name/path for the magic number file can be specified using
- the property "org.javagroups.conf.magicNumberFile". Default is
+- A custom name/path for the magic number file can be specified using
+ the property "org.javagroups.conf.magicNumberFile". Default is
"jg-magic-map.xml".
(ovidiuf Jan 30 2003)
@@ -138,13 +145,13 @@
Channel.getState() and Channel.getStates()
(bela Jan 20 2003)
-- Various fixes related to the connect-disconnect-connect sequence:
- TUNNEL sends a null local address up the stack when disconnected,
+- Various fixes related to the connect-disconnect-connect sequence:
+ TUNNEL sends a null local address up the stack when disconnected,
GossipClient provides a new timer and also cleans up the groups map
when stopped, pbcast.NACKACK cleans up the NakReceiverWindows when
disconnected and resets the seqno.
(ovidiuf Jan 16 2003)
-
+
- Added capability to stuff additional data into an IpAddress. Use the CONFIG event to
do this *after* channel creation but *before* connecting.
IpAddress.getAdditionalData()/setAdditionalData() can be used to manage that data.
@@ -314,7 +321,7 @@
- Fixed bug in SMACK (retransmission to dead member did not stop) and
reduced number of JavaGroups-related threads from 9 to 4 in
- smack.xml.
+ smack.xml.
(bela Aug 22 2002)
- Fixed ClassCastException bug in PERF
@@ -324,8 +331,8 @@
protocol) allows for membership-less reliable (positive)
acknowledgment-based multicasting
(bela Aug 21 2002)
-
-- Added VotingAdapter, TwoPhaseVotingAdapter as simple distributed
+
+- Added VotingAdapter, TwoPhaseVotingAdapter as simple distributed
agreement building blocks; LockManager interface and DistributedLockManager
that uses TwoPhaseVotingAdapter to acquire and release locks.
(rrokytskyy Aug 18 2002)
@@ -573,7 +580,7 @@
would cause either WARN or DEBUG to be printed, but not both.
(bela Sept 27 2001)
-- Removed MessageProtocol.MessageProtocolHeader. Demux for msg/rpc traffic is
+- Removed MessageProtocol.MessageProtocolHeader. Demux for msg/rpc traffic is
done now whether RequestCorrelator.Header is present in the msg.
(igeorg Aug 10 2001)
@@ -591,7 +598,7 @@
FIND_INITIAL_MBRS returns (needs PING)
(bela June 12 2001)
-- Added FD_SOCK protocol
+- Added FD_SOCK protocol
(bela May 28 2001)
- Modified ConnectionTable to use 1 TCP connection instead of 2
@@ -830,10 +837,10 @@
member will reconnect to the group
(bela Jan 31 2001)
-- Added Open() to Channel: allows to reuse the same channel (re-connection)
+- Added Open() to Channel: allows to reuse the same channel (re-connection)
(bela Jan 30 2000)
-- Renamed ConnectionPool to ConnectionTable
+- Renamed ConnectionPool to ConnectionTable
- TCP: don't send messages with dst == local_addr, but redirect to
local queue
@@ -848,7 +855,7 @@
---------------
- Added ./Demos/PartitionerTest, ./Demos/PartitionerTestFrame
-- Added PARTITIONER protocol
+- Added PARTITIONER protocol
(Gianluca Collot <gianlucac@...> Dec 12 2000)
@@ -1164,7 +1171,7 @@
- Added MessageDispatcher: equivalent of MessageProtocol for
applications. This required changes to Channel/JChannel (UpHandler)
-- Added RpcDispatcher: equivalent of RpcProtocol for applications.
+- Added RpcDispatcher: equivalent of RpcProtocol for applications.
Version 0.8.2 Aug 10 1999 (bba)
|