diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-11-19 07:58:24 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-11-19 07:58:24 -0800 |
commit | 186de036d5ff7c8f33cfff987786cc649bede72a (patch) | |
tree | bca5e6da69c2e0102b4a0a04f8318b20635d49ca /NEWS | |
parent | 1e54509fa59c88d681ea7283b059fbfcc46a55fa (diff) | |
download | aptitude-186de036d5ff7c8f33cfff987786cc649bede72a.tar.gz |
Bump the version number to 0.6.1.2.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,19 @@ [11/19/2009] +Version 0.6.1.2 "I think I can, I think I can..." + +- Crashes and serious erroors: + + + [all] Modified the new temporary file module so that it doesn't + rely on the order in which global destructors run. This was + causing an abort when the program exited if it was built + with optimizations. + +- Internal changes: + + + [test] Wrote an additional unit test verifying that the program's + temporary directory is really deleted when it exits. + +[11/19/2009] Version 0.6.1.1 "Again with the bug-writing." - Crashes and serious errors: |