Version 0.8.7

git-svn-id: http://yate.null.ro/svn/yate/trunk@218 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-01-18 01:31:00 +00:00
parent 46e1794fb4
commit 5b76465760
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Tue Jan 18 2005 Paul Chitescu <paulc-devel@null.ro>
- 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 <paulc-devel@null.ro>
- Improved detection of Qt-3 headers
- SIP channel supports reinvite and config file

View File

@ -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:

View File

@ -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)

View File

@ -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 <paulc-devel@null.ro>
- Version 0.8.7
* Mon Jan 10 2005 Paul Chitescu <paulc-devel@null.ro>
- Version 0.8.6
- Versioned the shared library and packaged manpage for yate-config