Bumped version to 1.1.0 and stricter spandsp checking.

git-svn-id: http://voip.null.ro/svn/yate@1044 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-09-18 01:38:51 +00:00
parent 7305d49ad5
commit cde55dc943
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(Yate, 1.0.0)
AC_INIT(Yate, 1.1.0)
AC_CONFIG_SRCDIR([README])
AC_PREREQ(2.52)
@ -440,7 +440,10 @@ fax_state_t fax_state;
t38_terminal_state_t t38_t_state;
t38_gateway_state_t t38_g_state;
fax_init(&fax_state,TRUE);
t30_set_ecm_capability(&fax_state.t30_state,1);
t30_set_supported_compressions(&fax_state.t30_state,T30_SUPPORT_T6_COMPRESSION);
t30_set_tx_file(&fax_state.t30_state,"abc",-1,-1);
fax_set_transmit_on_idle(&fax_state,1);
t38_terminal_init(&t38_t_state,TRUE,NULL,NULL);
t38_gateway_init(&t38_g_state,NULL,NULL);
],

View File

@ -310,6 +310,9 @@ rm -rf %{buildroot}
%changelog
* Mon Sep 18 2006 Paul Chitescu <paulc@voip.null.ro>
- Version 1.1.0-1
* Mon Jul 10 2006 Paul Chitescu <paulc@voip.null.ro>
- Added metapackage yate-all