[Pkg-voip-commits] [sngrep] branch master updated (c0bd6c2 -> 22fe8f7)

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Tue Jan 12 22:18:57 UTC 2016


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

maniac-guest pushed a change to branch master
in repository sngrep.

      from  c0bd6c2   update debian changelog
      adds  0d50885   Imported Upstream version 1.2.0
       new  5dca517   Merge tag 'upstream/1.2.0'
       new  c94afb0   remove upstream patches from previous version
       new  22fe8f7   update debian changelog

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:
 README.md                                          |   1 +
 configure.ac                                       |   2 +-
 debian/changelog                                   |   7 +
 .../1515f8ea06aa7b57b1a5210537ad45f567904dca.patch |  78 -----
 debian/patches/series                              |   1 -
 doc/sngrep.8                                       |   2 +-
 src/Makefile.am                                    |   2 +-
 src/capture.c                                      | 354 +++++++++++++++++++--
 src/capture.h                                      |  73 +++++
 src/capture_eep.c                                  | 268 ++++++++++++++--
 src/capture_eep.h                                  |  55 +++-
 src/capture_reasm.c                                | 256 ---------------
 src/capture_reasm.h                                |  99 ------
 src/capture_ws.c                                   | 134 --------
 src/capture_ws.h                                   |  52 ---
 src/keybinding.c                                   |  20 ++
 src/keybinding.h                                   |  10 +
 src/rtp.c                                          |   2 +
 src/setting.c                                      |  12 +-
 src/setting.h                                      |   8 +
 src/ui_call_flow.c                                 | 171 ++++++----
 src/ui_call_list.c                                 |  39 ++-
 src/ui_call_list.h                                 |   2 +
 src/ui_manager.c                                   |   2 +
 src/ui_manager.h                                   |   2 +
 src/ui_settings.c                                  |   2 +
 src/ui_settings.h                                  |   4 +
 27 files changed, 915 insertions(+), 743 deletions(-)
 delete mode 100644 debian/patches/1515f8ea06aa7b57b1a5210537ad45f567904dca.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 src/capture_reasm.c
 delete mode 100644 src/capture_reasm.h
 delete mode 100644 src/capture_ws.c
 delete mode 100644 src/capture_ws.h

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



More information about the Pkg-voip-commits mailing list