You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/06/17 19:13:23 UTC

svn commit: r548075 - /jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Author: rolandw
Date: Sun Jun 17 10:13:22 2007
New Revision: 548075

URL: http://svn.apache.org/viewvc?view=rev&rev=548075
Log:
missing colons in release notes

Modified:
    jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Modified: jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?view=diff&rev=548075&r1=548074&r2=548075
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sun Jun 17 10:13:22 2007
@@ -1,14 +1,14 @@
 Changes since 4.0 Alpha 4
 
-* [HTTPCORE-84] Removed DateUtils/DateParseException from core.
+* [HTTPCORE-84]: Removed DateUtils/DateParseException from core.
   Contributed by Roland Weber <rolandw at apache.org>
 
-* [HTTPCORE-63] Made I/O select interval configurable for all default I/O
+* [HTTPCORE-63]: Made I/O select interval configurable for all default I/O
   reactor implementations.
   Contributed by Oleg Kalnichevski <olegk at apache.org> and 
   Anders Wallgren <anders_wallgren at alum.mit.edu>
 
-* [HTTPCORE-82] Revised linking of HttpParams to reduce potential for misuse. 
+* [HTTPCORE-82]: Revised linking of HttpParams to reduce potential for misuse. 
   Method #setDefaults() removed from the HttpParams interface.
   Contributed by Roland Weber <rolandw at apache.org>