Remove support for old socket implementations

2014-02-14 Thread Florian Weimer
Product Security Team # HG changeset patch # User Florian Weimer fwei...@redhat.com # Date 1392384255 -3600 # Fri Feb 14 14:24:15 2014 +0100 # Node ID 5d60f520d1812e0209764bf960f4e8e383225565 # Parent 89b08242fc2aee6b6b8ed5c3ee11c3a9df182350 Remove support for old socket implementations diff

Re: Remove support for old socket implementations

2014-02-14 Thread Chris Hegarty
On 14/02/14 14:04, Alan Bateman wrote: On 14/02/2014 13:52, Florian Weimer wrote: This patch removes support for old, pre-1.4 SocketImpl and DatagramSocketImpl classes. Compiling these classes has been impossible since 1.4 because 1.4 added new abstract methods to the base classes. Is this

Re: Remove support for old socket implementations

2014-02-14 Thread Florian Weimer
On 02/14/2014 05:45 PM, Chris Hegarty wrote: On 14/02/14 14:04, Alan Bateman wrote: On 14/02/2014 13:52, Florian Weimer wrote: This patch removes support for old, pre-1.4 SocketImpl and DatagramSocketImpl classes. Compiling these classes has been impossible since 1.4 because 1.4 added new