Browse Source

added entry for trac #288

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2495 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
8fd2ef0927
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ChangeLog

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+  75.	[bug]		jinmei
+	Fixed a bug in the sqlite3 data source where temporary strings
+	could be referenced after destruction.  It caused various lookup
+	failures with SunStudio build. (Trac #2882, r2494)
+
   74.	[func]*		jinmei
 	Refactored the cc::Session class by introducing an abstract base
 	class.  Test code can use their own derived mock class so that