aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-07-16 19:01:15 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-07-16 19:01:16 +0200
commit901543a78846cc4e3a0cdae91dead4913b1be961 (patch)
tree7335a8b1f7e9c30217a0c28aa5392c1535495d97
parent300cb49540e7bb4ed3bb27c5a4a9c0962420dbf1 (diff)
Bump version: 0.0.11 → 0.1.00.1.0
-rw-r--r--debian/changelog51
1 files changed, 51 insertions, 0 deletions
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 <pespin@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.