~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-08-08 15:02:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120808150203-lzhbki3cqh2td7hk
Tags: 1.8.5-1
* New upstream release
* Make sure repro hashed passwords are not world readable
* Remove /var/lib/repro on purge (Closes: #675273)
* Delay in postrm in case process hasn't finished stopping
* Fix support for multiple ENUM carriers
* Fix issue with help text causing crash
* Fix clash between DIGEST and mutual TLS when used concurrently

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(resiprocate,1.8.2)
 
2
AC_INIT(resiprocate,1.8.5)
3
3
AC_CONFIG_SRCDIR(repro/repro.cxx)
4
4
 
5
5
SO_RELEASE=`echo $PACKAGE_VERSION | cut -f1,2 -d.`
270
270
        apps/ichat-gw/Makefile \
271
271
        apps/ichat-gw/jabberconnector/Makefile \
272
272
        apps/sipdial/Makefile \
 
273
        apps/basicB2BUA/Makefile \
273
274
        resip.spec \
274
275
        reTurn/Makefile \
275
276
        reTurn/test/Makefile \