[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#831810: transition: libmicrohttpd



Hi,

Le 19/07/2016 à 21:19, Emilio Pozuelo Monfort a écrit :
> In lack of that, do you know how much the ABI changed?

Sorry I missed that bit in my first message. To my mind (but I am not
sure), the soname bump comes from a new member in the middle of a union
struct exposed in /usr/include/microhttpd.h:

union MHD_ConnectionInfo
{
...
   int /* enum gnutls_protocol */ protocol;

   /**
+   * The suspended status of a connection.
+   */
+  int /* MHD_YES or MHD_NO */ suspended;
+
+  /**
    * Connect socket
    */
...
}

There are also new enum constants, but they seem backward compatible.

And no symbols were removed.

Best regards,
Bertrand


Reply to: