From 7dbfa45153167ee53487630f8109d32860cb6263 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 21 Sep 2011 15:26:53 +0100 Subject: Prepare version 1.4.16 --- AUTHORS | 11 +++++------ NEWS | 2 +- configure.ac | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8674609a..5980ee02 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,16 +4,13 @@ Anders Carlsson Andre Heinecke Artem Bityutskiy Aurelien Jarno -Benjamin Reed Benjamin Reed -Benjamin Reed +Brian Cameron Brian Cameron +Chris Mayo Christian Dywan -Christian Dywan Christian Ehrlicher Christian Persch (GNOME) -Colin Walters -Colin Walters Colin Walters Colin Watson Cristian Rodríguez @@ -32,7 +29,6 @@ Grzegorz Dąbrowski Harald Fernengel Harri Porten Hasso Tepper -Havoc Pennington Havoc Pennington Havoc Pennington Hendrik Buschmeier @@ -41,6 +37,7 @@ James Westby James Willcox Jens Granseuer Jérémie Dimino +Jiří Klimeš Joe Marcus Clarke Joe Shaw Johan Gyllenspetz @@ -97,6 +94,7 @@ Roberto Guido Romain Pokrzywka Ross Burton Ryan Lortie +Sascha Silbe Sascha Silbe Scott James Remnant Scott James Remnant @@ -105,6 +103,7 @@ Seth Nickell Simon McVittie Sjoerd Simons Sledz +Steve Grubb Sven Herzberg Thiago Macieira Tim Dijkstra diff --git a/NEWS b/NEWS index f3fc3181..18ebce71 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -D-Bus 1.4.16 (UNRELEASED) +D-Bus 1.4.16 (2011-09-21) == The "this answerphone fails to answer the phone" release. diff --git a/configure.ac b/configure.ac index 94797430..5bf4f556 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [4]) -m4_define([dbus_micro_version], [15]) +m4_define([dbus_micro_version], [16]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus]) @@ -36,7 +36,7 @@ LT_CURRENT=8 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=7 +LT_REVISION=8 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has -- cgit v1.2.1