pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-pcap/+/14794 )
Change subject: Bump version: 0.0.11 → 0.1.0 ...................................................................... Bump version: 0.0.11 → 0.1.0 Change-Id: I4f0d75163fcb7d8d9b5540f8970382ce873680d4 --- M debian/changelog 1 file changed, 51 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index 1345f93..f2da97e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +osmo-pcap (0.1.0) unstable; urgency=medium + + [ Harald Welte ] + * sock_src_init(): Don't freeaddrinfo() undefined src_result + * Use TCP port numbers for VTY that don't overlap with other Osmocom Software + * Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server} + * Use libosmocore osmo_sock_init2() instead of local implementation + * client: Move to osmo_sock_init2_ofd() + * Add support for generating IPIP to osmo-pcap-client + * debian/control: Fix URLs for homepage, git, gitweb + * change binary builds URL to network:osmocom as that's more maintained + * Fix compiler warning about deprecated _BSD_SOURCE + + [ Max ] + * Add gitreview config + * Use release helper from libosmocore + + [ Pau Espin Pedrol ] + * cosmetic: client: rename forward_packet function + * vty: skip installing cmds now always installed by default + * client: Properly name main talloc ctx + * server: Properly name main talloc ctx + * Drop osmo_init_logging and use osmo_init_logging2 + * osmo_client_send_data: Fix wrong log format + * configure.ac: Add --enable-werror flag + * configure.ac: Add --enable-sanitize flag + * jenkins.sh: enable werror and sanitize configure flags + * Replace '.' in counter names with ':' + * Use enum for PKT_LINK_* + * client: Set snaplen to MAXIMUM_SNAPLEN + * client: Add pcap snaplen VTY cmd + * client_send_link: snaplen not needed during allocation + * server: Improve verification of messages from client + * server: Add pcap snaplen VTY cmd + * contrib/jenkins.sh: Update to current osmocom infra + * debian: Clean up to look like other osmocom projects + * Install systemd services with autotools + * Install cfg files with autotools + * gitignore: Add compile + * debian: Install osmo_pcap_clean_old in osmo-pcap-server pkg + * tests/Makefile.am: Fix "./configure && make clean && make" + * debian/changelog: Mark 0.0.11 as released + + [ Oliver Smith ] + * Fix DISTCHECK_CONFIGURE_FLAGS override + * contrib: fix makedistcheck with disabled systemd + * gitignore: fix application names + * contrib/jenkins.sh: run "make maintainer-clean" + + -- Pau Espin Pedrol <pes...@sysmocom.de> Tue, 16 Jul 2019 19:01:15 +0200 + osmo-pcap (0.0.11) unstable; urgency=medium * Add "source ip A.B.C.D" option to use specific address. -- To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/14794 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: I4f0d75163fcb7d8d9b5540f8970382ce873680d4 Gerrit-Change-Number: 14794 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pes...@sysmocom.de> Gerrit-MessageType: merged