On 28/02/11 05:29, Dan McGee wrote:
On Sun, Feb 27, 2011 at 7:35 AM, Allan McRae<[email protected]> wrote:
Signed-off-by: Allan McRae<[email protected]>
---
README | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/README b/README
index 1276eaa..5da572f 100644
--- a/README
+++ b/README
@@ -328,3 +328,39 @@ API CHANGES BETWEEN 3.3 AND 3.4
- alpm_pkg_unused_deltas()
- alpm_conflict_get_reason()
- error code: PM_ERR_PKG_INVALID_ARCH
+
+
+API CHANGES BETWEEN 3.4 AND 3.5
+===============================
+
+[REMOVED]
+- alpm_db_register_local()
+- alpm_pkg_has_force()
+- alpm_depcmp()
+
+[CHANGED]
+- alpm_trans_cb_progress type had some types changed from int to size_t
- alpm_cb_log format string is now const char *
Added and push to my working branch.
Allan