summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-01-22 10:50:18 +0100
committerReinhard Tartler <siretart@tauware.de>2009-01-22 10:50:18 +0100
commitcad123b511f0671ac05bdc69764050085eb2ffb5 (patch)
tree86308fca7506c266911ec25a52decb4a69f3db18 /debian/changelog
parent61aa47a8817edfe18a433a3c66f8d25566ca0a01 (diff)
Also use malloc, free, etc from the namespace std:: instead of the
global namespace
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 767147dd..c3aff9cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ boxbackup (0.11~rc2-5) unstable; urgency=low
* Bugfix: "Please build-depend on docbook-xml". Thanks to Luca Falavigna
<dktrkranz@ubuntu.com> for reporting. Closes: #507973
- * Add missing #include in lib/common/Logging.cpp. define
- MEMLEAKFINDER_FULL_MALLOC_MONITORING in
- lib/common/DebugMemLeakFinder.cpp. Closes: #505696, #512510
+ * Add missing #includes in lib/common/Logging.cpp and
+ lib/common/DebugMemLeakFinder.cpp. Also use malloc, free, etc from the
+ namespace std:: instead of the global namespace
+ Closes: #505696, #512510
-- Reinhard Tartler <siretart@tauware.de> Thu, 22 Jan 2009 08:26:24 +0100