summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2007-10-30 22:54:37 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2007-10-30 22:54:37 +0000
commit0f4a1db37d250ca5ef207eea158322eea9ca8299 (patch)
tree244fd13cc7a9d4813bed041be6e3a824957226f7 /CHANGES
parentcbd62f7b1495b407de443fc95430e0f6afeb6a10 (diff)
downloadlibapr-util-0f4a1db37d250ca5ef207eea158322eea9ca8299.tar.gz
Introduce apr_dbd_open_ex()
NOTE: FreeTDS driver needs to be fixed to use the new error argument git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@590501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 387dbe12..cd690c59 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with APR-util 1.3.0
+ *) Introduce apr_dbd_open_ex() [Bojan Smojver]
+
*) Make md5 hash files portable between EBCDIC and ASCII platforms
[David Jones]