[pacman-dev] [PATCH 2/2] Document API changes for pacman-3.5 release

Allan McRae allan at archlinux.org
Mon Feb 28 23:01:48 EST 2011


On 28/02/11 05:29, Dan McGee wrote:
> On Sun, Feb 27, 2011 at 7:35 AM, Allan McRae<allan at archlinux.org>  wrote:
>> Signed-off-by: Allan McRae<allan at archlinux.org>
>> ---
>>   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


More information about the pacman-dev mailing list