aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--URPM.xs3
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cd6cfcb..fc8d20e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- clean DB API (needs a new urpmi)
- reduce code size
Version 4.1 - 11 June 2012
diff --git a/URPM.xs b/URPM.xs
index 48b2930..2a84ada 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2612,9 +2612,8 @@ Db_traverse_tag_find(db,tag,name,callback)
RETVAL
URPM::Transaction
-Db_create_transaction(db, prefix="/")
+Db_create_transaction(db)
URPM::DB db
- char *prefix
CODE:
/* this is *REALLY* dangerous to create a new transaction while another is open,
so use the db transaction instead. */