git: do not track vim swo temp file.
[dabba.git] / debian / changelog
blob1f3e8e7453cd0ee2adffd76716749a8fff91cdf8
1 dabba (0.4) unstable; urgency=low
2   * dabbad: do not register dtor on atexit().
3   * dabbad: use tcp socket as default connector.
4   * deb: apply proper permissions to conffiles.
5   * cmake: add 'adduser' to the list of dependencies.
6   * init.d: start dabbad server with the dabba user.
7   * libdabba: add prefix to function names to avoid collisions.
8   * dabbad: cleanup pidfile/socket on exit.
9   * cmake: install dabba service script in /etc/init.d
10   * dabbad: enable core dump after daemonizing.
11   * cmake: refactor libdabba include/link path command.
12   * test: add tool to count packets in a pcap.
13   * dabba: print socket program on 'capture get'.
14   * dabbad: attach sock filter to capture when present.
15   * rpc: add socket filter rpc message.
16   * dabbad: fix default port settings for TCP RPC server.
17   * libdabba: replay the pcap in an endless loop.
18   * dabba: add 'replay' cli command to manage replays.
19   * tx: add thread function to replay pcap file.
20   * cmake: clear up the libcap2-bin dependency.
21   * travis: run tests without elevated privileges.
22   * travis: add libcap2-bin package to have setcap.
23   * travis: ask travis to install python-yaml package.
24   * dabbad: add pidfile input parameter.
25   * test: add dabba and dabbad build path to $PATH.
26   * rpc: add capture stop all rpc call.
27   * rpc: add capture append flag to capture rpc msg.
28   * dabbad: refactor thread management
29   * deb: add package dependency info in debian package.
30   * deb: use 'set -e' instead of 'sh -e' in postinst.
31   * cmake: add small script to fix debian file perms.
32   * cmake: do not install libdabba shlib symlink.
33   * cmake: do not install libdabba-rpc shlib symlink.
34   * test: bumped sharness to v0.3.
35   * doc: update deb package description.
36   * git: add .gitignore file.
38  -- Emmanuel Roullit <emmanuel.roullit@gmail.com>  Tue, 20 Aug 2013 22:25:45 +0200
40 dabba (0.3) unstable; urgency=low
41   * cmake: add libnl3 dependency
42   * cmake: add libprotobuf-c/protoc-c dependency
43   * cmake: refactor pod2man target generation.
44   * dabba: removed libdabba dependency.
45   * dabba: purge ipc functions.
46   * dabba: add (capture|thread|interface) rpc call
47   * dabba: allow to contact dabbad via unix domain or tcp socket
48   * dabba: heavy cli refactoring (see manpages for more info)
49   * dabbad: add (capture|thread|interface) rpc support.
50   * dabbad: fix thread sched/prio return values
51   * doc: update doxygen function headers
52   * doc: update manpages
53   * libdabba: don't treat TP_STATUS_KERNEL as a flag.
54   * libdabba: add interface flags getter/setter
55   * libdabba: add interface hardware settings getter/setter
56   * libdabba: add interface pause getter/setter
57   * libdabba: add interface irq coalesce getter/setter
58   * libdabba: add interface hardware offload getter/setter
59   * libdabba: add interface link status getter
60   * test: add interface cli command tests
61   * test: remove obsolete DUMMY_DEV prerequisite.
62   * test: create TEST_DEV prerequisite.
64  -- Emmanuel Roullit <emmanuel.roullit@gmail.com>  Sun, 26 May 2013 20:01:12 +0200
66 dabba (0.2) unstable; urgency=low
68   * ipc: do not flush IPC message queue anymore.
69   * ipc: fix ipc race/daemon race condition.
70   * setcap: Grant CAP_SYS_NICE on 'make setcap'.
71   * dabba: command parsing simplifications.
72   * ipc: usleep a while on both messaging ends.
73   * ipc: Refactored IPC message query/reply functions.
74   * thread: add 'dabba thread capabilities' subcommand
75   * thread: added 'dabba thread modify' subcommand.
76   * thread: added 'dabba thread list' subcommand.
77   * thread: made libdabba pthread independent.
78   * test: remove useless command.
79   * test: add 'dabba thread' unit tests.
80   * test: simplified capture thread stop unit tests.
81   * header: added missing defines guards.
83  -- Emmanuel Roullit <emmanuel.roullit@gmail.com>  Thu, 23 Aug 2012 21:06:09 +0200
85 dabba (0.1.1) unstable; urgency=low
87   * compile with -fPIE.
88   * made the option '--frame-number' parameter optional
89   * tidy up end user documentation
91  -- Emmanuel Roullit <emmanuel.roullit@gmail.com>  Sat, 11 Aug 2012 22:19:57 +0200
93 dabba (0.1) unstable; urgency=low
95   * Initial release for Debian
97  -- Emmanuel Roullit <emmanuel.roullit@gmail.com>  Tue, 10 Jul 2012 07:49:55 +0200