Christian Grothoff 13 years ago
parent
commit
01cdfe6ae3
2 changed files with 5 additions and 3 deletions
  1. 4 2
      TODO
  2. 1 1
      src/core/Makefile.am

+ 4 - 2
TODO

@@ -6,9 +6,11 @@
   transport-level connection never comes up.
 * Mantis:
   - 1694 --- try to reproduce (non-deterministic, w. testcase, need core/valgrind)
-  - 1725 --- try to reproduce (non-deterministic, w. testcase, need core)
   - 1724 --- try to reproduce
-  - 1705 --- try to reproduce (Nate)
+  - 1725 --- try to reproduce (non-deterministic, w. testcase, need core)
+  - 1728 --- investigate 
+  - 1736 --- investigate
+  - 1737 --- investigate
 * clean buildbots
 
 0.9.0pre4:

+ 1 - 1
src/core/Makefile.am

@@ -34,7 +34,7 @@ gnunet_service_core_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
-  $(top_builddir)/src/transport/libgnunettransportnew.la \
+  $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)