summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-01-22 11:06:32 +0100
committerReinhard Tartler <siretart@tauware.de>2009-01-22 11:06:32 +0100
commitcccc2463bf0866d9889af48f6d139d4c81416a7c (patch)
treef097a7a8747b8ea84448b0fb5a12b1a5cbd7f1f9 /debian/changelog
parent6c17a128fc610eb02df4f1918ebe7c97c4f6960b (diff)
use namespace std:: instead of the global namespace in several other
files as well
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c3aff9cb..e81f85cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ boxbackup (0.11~rc2-5) unstable; urgency=low
<dktrkranz@ubuntu.com> for reporting. Closes: #507973
* 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
+ namespace std:: instead of the global namespace in several other files
Closes: #505696, #512510
-- Reinhard Tartler <siretart@tauware.de> Thu, 22 Jan 2009 08:26:24 +0100