diff options
author | Julian Andres Klode <jak@debian.org> | 2010-06-29 17:23:24 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2010-06-29 17:23:24 +0200 |
commit | 3010fb0e069d2fd4c7a6ade4559bfb659bf8f2fb (patch) | |
tree | c5b695589947a7a4a791a884e302bd76674512a6 /debian | |
parent | 9055046760d4e276914e10b96c6065fb885f118b (diff) |
* apt-pkg/contrib/fileutl.cc:
- Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3a0fcd83d..1bf6815a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ apt (0.7.26~exp8) experimental; urgency=low - Support matching pins by regular expressions or glob() like patterns, regular expressions have to be put between to slashes; for example, /.*/. + * apt-pkg/contrib/fileutl.cc: + - Make FileFd replace files atomically in WriteTemp mode (for cache, etc). * debian/control: - Set Standards-Version to 3.9.0 |