summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authoreea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 19:48:30 +0000
committereea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 19:48:30 +0000
commit53f682f4c6dd9ef5a2cd5de759ee98a9928327bb (patch)
treec6598f4aaa3d48d512f7d748219275cafed2e553 /java
parentf64680cb65299c5f71773bea41754df243449725 (diff)
downloadATCD-53f682f4c6dd9ef5a2cd5de759ee98a9928327bb.tar.gz
Updated the VERSION and ChangeLog for the 1.4.4 release.
Diffstat (limited to 'java')
-rw-r--r--java/ChangeLog27
-rw-r--r--java/VERSION2
2 files changed, 17 insertions, 12 deletions
diff --git a/java/ChangeLog b/java/ChangeLog
index ca378adee1f..2c218eead95 100644
--- a/java/ChangeLog
+++ b/java/ChangeLog
@@ -1,16 +1,21 @@
-Mon Dec 22 23:06:00 CST 1997 Edward Everett Anderson <eea1@cs.wustl.edu>
+Wed May 20 14:37:48 CDT 1998 Everett Anderson <eea1@cs.wustl.edu>
-* java/examples/Logger/simple-server/LogRecord.java:
+Reset the ChangeLog file for future users. If anyone wants more complete
+file by file changes, they can be provided with the CVS log command.
- * Made the message size constant a static so the client
- will compile.
+Updated the JACE page at http://www.cs.wustl.edu/~eea1/JACE.html to reflect
+the Version 1.4.4 changes, which included:
- * Made sure the netsvcs directory is in the release archive,
- incremented the version number to 1.4.2 to clear up this mistake.
+* Removed CUP and JLex from JACE. The java_cup directory is still in CVS,
+ but won't be included in future versions. This means that the option to
+ load C++ ACE ServiceConfigurator files is gone.
-Mon Jan 19 13:45:04 CST 1998 Edward Everett Anderson <eea1@cs.wustl.edu>
+* Changed the SOCKStream system so it uses DataInputStream and DataOutputStream
+ to maintain compatibility with other languages and remove the deprecation
+ warnings from using PrintStream. (Can't use Reader/Writers since they
+ write 16-bit chars not 8-bit bytes)
-* java/classes/README.TXT
-
- * Added a readme file to the classes directory so WinZip
- creates the directory correctly on NT.
+* Made lots of modifications to comments and code to remove javadoc warnings
+ and deprecation warnings. They were all straight-forward changes such as
+ making sure a @throws line was in the comments for all exceptions a method
+ had, etc.
diff --git a/java/VERSION b/java/VERSION
index d3eb3b2efcc..4415dab6f0d 100644
--- a/java/VERSION
+++ b/java/VERSION
@@ -1,4 +1,4 @@
-This is Java ACE version 1.4.2, released Monday, December 22, 1997
+This is Java ACE version 1.4.4, released Wednesday, May 20, 1998
If you have any problems, please send email to Douglas C. Schmidt
at (schmidt@cs.wustl.edu)