[Pkg-voip-commits] [asterisk] branch master updated (a486a86 -> bbb82e1)

Jeremy Lainé sharky at moszumanska.debian.org
Wed Dec 18 07:21:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

sharky pushed a change to branch master
in repository asterisk.

      from  a486a86   Fix versioned Breaks/Replaces for asterisk-dahdi
       new  b246b96   Imported Upstream version 11.7.0~dfsg
       new  39033b3   Merge tag 'upstream/11.7.0_dfsg'
       new  bbb82e1   start work on asterisk 11.7.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .version                             |   2 +-
 ChangeLog                            | 620 ++++++++++++++++++++++++++++++++++-
 Makefile                             |   1 +
 UPGRADE.txt                          |  10 +
 apps/app_confbridge.c                |   5 +-
 apps/app_queue.c                     |  39 ++-
 apps/app_sms.c                       |   2 +-
 apps/app_voicemail.c                 |   8 +-
 apps/confbridge/conf_config_parser.c |   6 +-
 apps/confbridge/include/confbridge.h |   1 +
 asterisk-11.6.1-summary.html         |  74 -----
 asterisk-11.6.1-summary.txt          | 104 ------
 asterisk-11.7.0-summary.html         | 457 ++++++++++++++++++++++++++
 asterisk-11.7.0-summary.txt          | 569 ++++++++++++++++++++++++++++++++
 cdr/cdr_adaptive_odbc.c              |  10 +-
 channels/chan_dahdi.c                |  57 +++-
 channels/chan_iax2.c                 |  51 +--
 channels/chan_mgcp.c                 |   8 +-
 channels/chan_sip.c                  | 138 +++++---
 channels/sig_analog.c                |  52 ++-
 channels/sig_ss7.c                   |   9 +-
 channels/sip/include/sip.h           |   1 +
 channels/sip/reqresp_parser.c        |   8 +-
 configs/confbridge.conf.sample       |   3 +
 configs/sip.conf.sample              |   3 +
 configure                            | 119 ++++++-
 configure.ac                         |  16 +-
 debian/changelog                     |   8 +-
 debian/patches/astdb_mans            | 103 ------
 debian/patches/series                |   1 -
 doc/astdb2bdb.8                      |  46 +++
 doc/astdb2sqlite3.8                  |  39 +++
 funcs/func_config.c                  |   6 +-
 funcs/func_db.c                      |   2 +-
 funcs/func_env.c                     |   2 +-
 funcs/func_lock.c                    |   2 +-
 funcs/func_math.c                    |   5 +-
 funcs/func_realtime.c                |   2 +-
 funcs/func_shell.c                   |   2 +-
 include/asterisk/pbx.h               |  10 +
 include/asterisk/rtp_engine.h        |   6 +-
 main/app.c                           |   6 +-
 main/asterisk.c                      |   8 +-
 main/astobj2.c                       |   8 +-
 main/channel.c                       |   2 +-
 main/config_options.c                |  28 +-
 main/data.c                          |   5 +-
 main/editline/readline.c             |   7 +-
 main/editline/term.c                 |   6 +-
 main/jitterbuf.c                     |   8 +-
 main/logger.c                        |   3 +-
 main/pbx.c                           |  65 ++--
 main/rtp_engine.c                    |  96 +++---
 main/security_events.c               |   8 +-
 main/tcptls.c                        |   2 +-
 main/test.c                          |   8 +-
 main/translate.c                     |   6 +-
 main/utils.c                         |  22 +-
 res/res_jabber.c                     |   4 +-
 res/res_rtp_asterisk.c               |  71 ++--
 res/res_rtp_multicast.c              |  10 +-
 res/res_xmpp.c                       |   4 +-
 tests/test_dlinklists.c              |   4 +-
 tests/test_linkedlists.c             |   9 +-
 utils/clicompat.c                    |  12 +-
 65 files changed, 2414 insertions(+), 595 deletions(-)
 delete mode 100644 asterisk-11.6.1-summary.html
 delete mode 100644 asterisk-11.6.1-summary.txt
 create mode 100644 asterisk-11.7.0-summary.html
 create mode 100644 asterisk-11.7.0-summary.txt
 delete mode 100644 debian/patches/astdb_mans
 create mode 100644 doc/astdb2bdb.8
 create mode 100644 doc/astdb2sqlite3.8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list