~ubuntu-branches/ubuntu/vivid/httpcomponents-core/vivid

« back to all changes in this revision

Viewing changes to RELEASE_NOTES.txt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-10-25 23:01:10 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20141025230110-lhr341pbqk6l2loc
Tags: 4.3.3-1
* New upstream release
* Ignore the apache-rat-plugin
* Standards-Version updated to 3.9.6 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Release 4.3.3
 
2
-------------------
 
3
 
 
4
This maintenance release fixes several bugs found since 4.3.2, mostly in the NIO transport 
 
5
components. All users of HttpCore 4.3 are advised to upgrade.
 
6
 
 
7
Changelog
 
8
-------------------
 
9
 
 
10
* Make a connection exception throw a ConnectException instead of a SocketTimeoutException 
 
11
  to allow a FutureCallback handler to correctly distinguish between the two events.
 
12
  Contributed by Asankha Perera <asankha@apache.org>
 
13
 
 
14
* [HTTPASYNC-77] system resources are not correctly deallocated if I/O reactor is shut down
 
15
  while still inactive (not started)
 
16
  Contributed by Oleg Kalnichevski <olegk at apache.org>
 
17
 
 
18
* [HTTPCORE-379] shut down non-blocking server side connection in case of an i/o or runtime error 
 
19
  to avoid an infinite loop in the i/o reactor trying to flush buffered output 
 
20
  Contributed by Dmitry Potapov <potapov.d at gmail.com>
 
21
 
 
22
* [HTTPCORE-376] AbstractNIOConnPool#requestCancelled() should not process pending requests
 
23
  wnen being shut down.
 
24
  Contributed by Dmitry Potapov <potapov.d at gmail.com>
 
25
 
 
26
* [HTTPASYNC-69]: async request handler is closed by HttpAsyncRequestExecutor#closed 
 
27
  if the underlying connection is found to be in an inconsistent state.
 
28
  Contributed by Oleg Kalnichevski <olegk at apache.org>
 
29
 
 
30
 
 
31
 
 
32
 
1
33
Release 4.3.2
2
34
-------------------
3
35