]> git.saurik.com Git - apt.git/commitdiff
* merged changes from Kamions upload (thanks!)
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 21 Jul 2006 09:01:59 +0000 (11:01 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 21 Jul 2006 09:01:59 +0000 (11:01 +0200)
apt-pkg/depcache.cc
debian/changelog

index 25a4372bf86917362f70c6c70e36dccdbdfb28d0..369eae70b3418d3a73e86bd2a125c87e42214636 100644 (file)
@@ -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());
index e88ec1e375b447ebc24f6e879639f8efa708e8e3..297ce020bb8e558055f844acd48bd45784b8f142 100644 (file)
@@ -1,3 +1,9 @@
+apt (0.6.44.2ubuntu3) edgy; urgency=low
+
+  * Close extended_states file after writing it.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  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