Re: [pacman-dev] [translation] pacman 4.0.1 release

2011-11-14 Thread Gan Lu
On Mon, Nov 14, 2011 at 12:07 PM, Dan McGee wrote: > I'd like to release 4.0.1 later this week. String changes are very > minimal if you were up to date before; 3 new ones in pacman scripts > and 2 capitalization changes in pacman. > > https://www.transifex.net/projects/p/archlinux-pacman/r/4-0-1/

Re: [pacman-dev] [translation] pacman 4.0.1 release

2011-11-14 Thread Dan McGee
On Mon, Nov 14, 2011 at 5:44 AM, 甘露(Gan Lu) wrote: > On Mon, Nov 14, 2011 at 12:07 PM, Dan McGee wrote: >> I'd like to release 4.0.1 later this week. String changes are very >> minimal if you were up to date before; 3 new ones in pacman scripts >> and 2 capitalization changes in pacman. >> >> htt

Re: [pacman-dev] [PATCH] create a typedef for enum _alpm_errno_t

2011-11-14 Thread Dan McGee
On Fri, Oct 28, 2011 at 9:03 PM, Jonathan Conder wrote: > This is consistent with the other enums and structs, and should be > slightly more readable. > > Signed-off-by: Jonathan Conder Definitely more readable and consistent. I suppose it makes sense to change the one inconsistency rather than q

Re: [pacman-dev] [PATCH] create a typedef for enum _alpm_errno_t

2011-11-14 Thread Dave Reisner
On Mon, Nov 14, 2011 at 08:34:17AM -0600, Dan McGee wrote: > On Fri, Oct 28, 2011 at 9:03 PM, Jonathan Conder > wrote: > > This is consistent with the other enums and structs, and should be > > slightly more readable. > > > > Signed-off-by: Jonathan Conder > Definitely more readable and consiste

[pacman-dev] [PATCH] Add helper method for creating and opening archive object

2011-11-14 Thread Dan McGee
This moves the common setup code of about 5 different callers into one method. Error messages will now be common and shared in all places; several paths did not have any messages at all before. In addition, we now pick an ideal block size for the archive read based off the larger value of our defa

[pacman-dev] [PATCH] Update documentation regarding signature extensions

2011-11-14 Thread Allan McRae
Commit e7b56f48 allowed makepkg to handle pgp signatures with the .sign extension. Update the man page to reflect this. Signed-off-by: Allan McRae --- doc/PKGBUILD.5.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 23185