From 63fde55faac900e21d108d35607d820cffe61b71 Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Tue, 27 Jan 2015 03:10:55 +0000 Subject: [PATCH] Changelog update and release version bump to 2.2.3 --- ChangeLog | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index de8c78f3..0c370cf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,15 @@ ------------------------------------------------------------------------------- +2015-01-27 - Version 2.2.3 +--------------------------- +o Bugfix: fixed compilation issues on pre 2.09 glibc platforms + (SOCK_NONBLOCK, SOCK_CLOEXEC missing) + + 2015-01-20 - Version 2.2.2 --------------------------- -o Bugfix: fixed compilation issues on pre 2.12 glibc platforms +o Bugfix: fixed compilation issues on pre 2.12 glibc platforms (getsid) 2015-01-11 - Version 2.2.1 diff --git a/configure.ac b/configure.ac index 11ea260e..5665d9cb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([Snoopy Logger], [2.2.2], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.2.3], [https://github.com/a2o/snoopy/], [snoopy]) AC_DEFINE(PACKAGE_URL, [], "https://github.com/a2o/snoopy/") AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])