aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--URPM.pm4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 44dc97b..2ad053f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- slightly increase testsuite coverage
+- update outdated doc
+
Version 4.13 - 23 August 2012
- add an alias to Pkg_files to only list doc files. This avoids pushing more
diff --git a/URPM.pm b/URPM.pm
index 4e3bff5..344c56a 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -471,10 +471,10 @@ Quite similar to C<traverse_tag>, but stops when $callback returns true.
(also note that only one $name is handled)
-=item $db->create_transaction($prefix)
+=item $db->create_transaction()
Creates and returns a new transaction (an C<URPM::Transaction> object) on the
-specified DB. For $prefix, cf L<open>.
+specified DB.
=back