diff --git a/ChangeLog b/ChangeLog index 7ff51b26..5bba8aed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 18 2005 Paul Chitescu +- Version 0.8.7 +- Fixed session destruction in libiax +- Fixed miscellaneous bugs in iaxchan +- Fixed a bug related to ObjList cleanup + Mon Jan 10 2005 Paul Chitescu - Improved detection of Qt-3 headers - SIP channel supports reinvite and config file diff --git a/Makefile.in b/Makefile.in index ef6c56ba..0e800246 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,7 @@ confdir = @sysconfdir@/yate .PHONY: all everything all: engine modules -everything: all apidocs test +everything: engine contrib modules test apidocs .PHONY: clean distclean cvsclean clean-config-files clean-tables clean-apidocs clean: diff --git a/configure.in b/configure.in index 43f0f9e1..42eaddec 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(YATE, 0.8.6) +AC_INIT(YATE, 0.8.7) AC_CONFIG_SRCDIR([README]) AC_PREREQ(2.52) diff --git a/yate.spec.in b/yate.spec.in index 1ec45045..47015637 100644 --- a/yate.spec.in +++ b/yate.spec.in @@ -100,6 +100,9 @@ cp -p %{_builddir}/%{name}/yate.init %{buildroot}/etc/rc.d/init.d/yate rm -rf %{buildroot} %changelog +* Tue Jan 18 2005 Paul Chitescu +- Version 0.8.7 + * Mon Jan 10 2005 Paul Chitescu - Version 0.8.6 - Versioned the shared library and packaged manpage for yate-config