diff --git a/TODO b/TODO index 5663787..6ae48c3 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,9 @@ TODOs, in anarchistic order: ============================ +- re-think the registration mechanism (mapping and decision criteria + for in- and outgoing stuff... + - 2.2.x kernels: make use of the portfw.so (ipmasqadm package) to create forwarding tunnels for incomming data streams @@ -14,5 +17,4 @@ TODOs, in anarchistic order: - get_ip_by_host: reduce DNS timeouts -- forwarding(proxying) of incomming RTP media streams - ? own thread/process (is pending) + diff --git a/configure.in b/configure.in index 56cbbd8..6b572d2 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl ****************************************************************** dnl SPD_MAJOR_VERSION=0 SPD_MINOR_VERSION=1 -SPD_MICRO_VERSION=2 +SPD_MICRO_VERSION=3 SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION dnl *********************************************************************