Nothing
diff --git a/ChangeLog b/ChangeLog
index bb7644d..7d7cb91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
 
+	* Released version 1.1c.
+
 	* aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
 	ud_PATH_LISPDIR are obsolete names.
 
diff --git a/NEWS b/NEWS
index 1da162e..a197b7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 1.1b:
+New in 1.1c:
 * Bug fixes
 * Better DejaGNU support
 * Added no-installinfo option
diff --git a/TODO b/TODO
index f8370b8..eebba11 100644
--- a/TODO
+++ b/TODO
@@ -39,9 +39,6 @@
 copied into the output immediately.  This feature is probably required
 to fully support libtool ("grody compilation issue")
 
-If @LIBOBJS@ or @ALLOCA@ appears in _LDADD or _LIBADD, put it into
-dependencies automatically
-
 Think about: maybe "make check" should just bomb if error occurs?
 Then user must use "make -k check".  This is probably more natural.
 
@@ -218,7 +215,6 @@
 * Should handle AC_CONFIG_SUBDIRS, ie must handle configure.in in subdirs
     * can do this by looking at subdirs, seeing configure.in
       and auto-running Automake there
-* Must handle SUBDIRS in subdir Makefile.am's
 
 dejagnu support:
 * use RUNTEST_FOR_TARGET in some cases?
@@ -256,12 +252,9 @@
 
 must fill in definitions for some of the AC_FEATURE macros
 
-dependency checking needs some work.  in particular scanning a .m4
-file should note all AC_DEFUNs contained therein, and avoid trying to
-add_file any such
-
 consider including autosystem; that is the only way the AC_FEATURE
-macros even make sense.
+macros even make sense.  Or move the AC_FEATURE macros back into
+autosystem...
 
 ================================================================