~ubuntu-branches/debian/sid/monopd/sid

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-02-28 15:39:47 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140228153947-1a5z05x3alj61wx1
Tags: 0.9.5-1
* Imported Upstream version 0.9.5.
  - Add support for IPv6 and systemd.
* Update watch file and point to the new upstream location
  at tuxfamily.org.
* Drop all patches. Merged upstream.
* debian/control:
  - Drop libcapsinetwork-dev from Build-Depends.
    Essential features of libcapsinetwork were merged into monopd and
    IPv6 support was added.
  - Add pkg-config to Build-Depends.
  - Add libsystemd-daemon-dev [linux-any] to Build-Depends.
  - Update homepage field and point to gtkatlantic.gradator.net.
* Add monopd.service and monopd.socket file and support systemd.
* Update monopd.6 man page.
* Use dh-systemd helper.
* Update debian/copyright. Add new BSD license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
- Write cards for Atlantic game
47
47
  - advancetonext=Airports
48
48
- complete .conf documentation
 
49
- Listener needs to periodically try to rebind unbound ListenPorts
 
50
- code header documentation
 
51
- use Thiago's inet_pton reimplementation instead of current hack
 
52
 
 
53
For 1.1.0 and onwards
 
54
---------
 
55
 
 
56
- rewrite socketHandler calls, split into handlers for New/Closed sockets
 
57
  and sockets with data.
 
58
- Support for choosing between TCP and UDP data.
49
59
 
50
60
Other
51
61
-----