diff --git a/ChangeLog b/ChangeLog index 27f11e90..0ab104f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Oct 24 2005 Paul Chitescu +- Minor fixes related to gcc-4 warnings and RPM License: tag + +Wed Oct 19 2005 Diana Cionoiu +- Called number is picked from the Q.931 part of H.323 calls + +Wed Oct 19 2005 Paul Chitescu +- Worked around array_walk limitations in libyate.php +- Fixed bug in media parameters passing in SIP + Mon Oct 10 2005 Diana Cionoiu - Added iLBC codec support diff --git a/configure.in b/configure.in index c663934c..b54658bb 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(YATE, 0.9.0) AC_CONFIG_SRCDIR([README]) AC_PREREQ(2.52) -PACKAGE_RELEASE="pre2" +PACKAGE_RELEASE="pre3" PACKAGE_VERSION_MAJOR="${PACKAGE_VERSION%%.*}" PACKAGE_VERSION_MINOR="${PACKAGE_VERSION#*.}" diff --git a/windows/yateversn.h b/windows/yateversn.h index d60642bd..b9bc89d8 100644 --- a/windows/yateversn.h +++ b/windows/yateversn.h @@ -19,7 +19,7 @@ #define YATE_MINOR_S "9" #define YATE_BUILD_S "0" #define YATE_VERSION "0.9.0" -#define YATE_RELEASE "pre2" +#define YATE_RELEASE "pre3" /* Windows version resource - file and string style */ #define YATE_WINVER_F 0,9,0,0 diff --git a/yate.spec.in b/yate.spec.in index 44a1d452..0806e95f 100644 --- a/yate.spec.in +++ b/yate.spec.in @@ -2,7 +2,7 @@ Summary: Yet Another Telephony Engine Name: yate Version: @PACKAGE_VERSION@ Release: @PACKAGE_RELEASE@ -Copyright: GPL +License: GPL Packager: Paul Chitescu Source: http://yate.null.ro/%{name}-%{version}%{release}.tar.gz Group: Applications/Communications @@ -116,6 +116,10 @@ cp -p %{_builddir}/%{name}/yate.init %{buildroot}/etc/rc.d/init.d/yate rm -rf %{buildroot} %changelog +* Mon Oct 24 2005 Paul Chitescu +- Version 0.9.0-pre3 +- Changed obsolete Copyright: tag to License: to keep newer RPMs happy + * Mon Oct 10 2005 Diana Cionoiu - Version 0.9.0-pre2