From: Mike Brady Date: Mon, 18 Dec 2017 18:51:12 +0000 (+0000) Subject: Add tinyhttp code for sending and reading responses. Clean up some dacp routines... X-Git-Tag: 3.2d22~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d07cd7fdbd4f6629cc972926463fe100bd3cfe;p=thirdparty%2Fshairport-sync.git Add tinyhttp code for sending and reading responses. Clean up some dacp routines. Most new and modified rooutines untested. --- diff --git a/configure.ac b/configure.ac index 7b308aa5..fc42407d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.2d20], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d21], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])