From: Michael Vogt Date: Fri, 21 Jul 2006 09:01:59 +0000 (+0200) Subject: * merged changes from Kamions upload (thanks!) X-Git-Tag: 0.7.24ubuntu1~252 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8953292ef197b80c16d08b31830945fb7ac9ff8d * merged changes from Kamions upload (thanks!) --- diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc index 25a4372bf..369eae70b 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -251,6 +251,7 @@ bool pkgDepCache::writeStateFile(OpProgress *prog) fprintf(OutFile,"\n"); } } + fclose(OutFile); // move the outfile over the real file rename(outfile.c_str(), state.c_str()); diff --git a/debian/changelog b/debian/changelog index e88ec1e37..297ce020b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.6.44.2ubuntu3) edgy; urgency=low + + * Close extended_states file after writing it. + + -- Colin Watson Tue, 18 Jul 2006 00:12:13 +0100 + apt (0.6.44.2ubuntu2) edgy; urgency=low * create a empty extended_states file if none exists already