From 6952295a2dce2f7ff809a92cc2a0011301ff0b41 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sat, 19 Jan 2008 16:07:14 +0000 Subject: [PATCH] 2008 --- ChangeLog | 1 + Makefile.am | 2 +- contrib/Makefile.am | 2 +- doc/Makefile.am | 2 +- src/Makefile.am | 2 +- src/accessctl.c | 2 +- src/auth.c | 2 +- src/custom_fw_module.c | 2 +- src/dejitter.h | 2 +- src/fwapi.c | 2 +- src/fwapi.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/plugin_shortdial.c | 2 +- src/plugins.h | 2 +- src/proxy.c | 2 +- src/readconf.c | 2 +- src/register.c | 2 +- src/resolve.c | 2 +- src/route_processing.c | 2 +- src/rtpproxy.h | 2 +- src/security.c | 2 +- src/sip_layer.c | 2 +- src/sip_utils.c | 2 +- src/siproxd.c | 2 +- src/siproxd.h | 2 +- src/sock.c | 2 +- src/utils.c | 2 +- 28 files changed, 28 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce061c5..2563da6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 0.7.0 ===== + 19-Jan-2008: - Released 0.7.0 19-Jan-2007: - Converting to use libosip2-3.x.x This means older libosip2 versions before 3.0.0 are no longer supported and will fail to build! diff --git a/Makefile.am b/Makefile.am index 9dd5d41..b70f343 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2005 Thomas Ries +# Copyright (C) 2002-2008 Thomas Ries # # This file is part of Siproxd. # diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 5b89763..c56101a 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2005 Thomas Ries +# Copyright (C) 2002-2008 Thomas Ries # # This file is part of Siproxd. # diff --git a/doc/Makefile.am b/doc/Makefile.am index e476753..72a24e5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2005 Thomas Ries +# Copyright (C) 2002-2008 Thomas Ries # # This file is part of Siproxd. # diff --git a/src/Makefile.am b/src/Makefile.am index 1df7535..4c41f44 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2007 Thomas Ries +# Copyright (C) 2002-2008 Thomas Ries # # This file is part of Siproxd. # diff --git a/src/accessctl.c b/src/accessctl.c index 3496c5b..a42b097 100644 --- a/src/accessctl.c +++ b/src/accessctl.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/auth.c b/src/auth.c index c84bbad..1f5f239 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/custom_fw_module.c b/src/custom_fw_module.c index 45e55a7..87562a2 100644 --- a/src/custom_fw_module.c +++ b/src/custom_fw_module.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2004-2005 Thomas Ries + Copyright (C) 2004-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/dejitter.h b/src/dejitter.h index b6972bf..839555b 100644 --- a/src/dejitter.h +++ b/src/dejitter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2007 Hans Carlos Hofmann , + Copyright (C) 2006-2008 Hans Carlos Hofmann , Thomas Ries This file is part of Siproxd. diff --git a/src/fwapi.c b/src/fwapi.c index d63dc8d..be6ecb6 100644 --- a/src/fwapi.c +++ b/src/fwapi.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2004-2005 Thomas Ries + Copyright (C) 2004-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/fwapi.h b/src/fwapi.h index b308b4b..8072bf7 100644 --- a/src/fwapi.h +++ b/src/fwapi.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2004-2005 Thomas Ries + Copyright (C) 2004-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/log.c b/src/log.c index 7133da4..4aff819 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/log.h b/src/log.h index d445895..6c6d71b 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/plugin_shortdial.c b/src/plugin_shortdial.c index 661735b..9ba5c77 100644 --- a/src/plugin_shortdial.c +++ b/src/plugin_shortdial.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/plugins.h b/src/plugins.h index c524ed8..1ead149 100644 --- a/src/plugins.h +++ b/src/plugins.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/proxy.c b/src/proxy.c index 28b90b1..f1fa106 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/readconf.c b/src/readconf.c index 68557ab..5bf92e7 100644 --- a/src/readconf.c +++ b/src/readconf.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/register.c b/src/register.c index c39209b..72c853c 100644 --- a/src/register.c +++ b/src/register.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/resolve.c b/src/resolve.c index 748863d..708f94f 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2005-2007 Thomas Ries + Copyright (C) 2005-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/route_processing.c b/src/route_processing.c index 36bf5dd..8c0f452 100644 --- a/src/route_processing.c +++ b/src/route_processing.c @@ -1,5 +1,5 @@ /* -*- Mode: C; c-basic-offset: 3 -*- - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/rtpproxy.h b/src/rtpproxy.h index 8f4d915..1df4f41 100644 --- a/src/rtpproxy.h +++ b/src/rtpproxy.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2003-2007 Thomas Ries + Copyright (C) 2003-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/security.c b/src/security.c index 59c9fb6..63ed77c 100644 --- a/src/security.c +++ b/src/security.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/sip_layer.c b/src/sip_layer.c index b08c4e3..85bfdb3 100644 --- a/src/sip_layer.c +++ b/src/sip_layer.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/sip_utils.c b/src/sip_utils.c index 7fb7356..eb3f3c4 100644 --- a/src/sip_utils.c +++ b/src/sip_utils.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/siproxd.c b/src/siproxd.c index 2d284fe..372843a 100644 --- a/src/siproxd.c +++ b/src/siproxd.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/siproxd.h b/src/siproxd.h index 984c30b..d11d3f5 100644 --- a/src/siproxd.h +++ b/src/siproxd.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/sock.c b/src/sock.c index 4cbc1e5..424f5a8 100644 --- a/src/sock.c +++ b/src/sock.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. diff --git a/src/utils.c b/src/utils.c index 3569099..c87704e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2007 Thomas Ries + Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd.