Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=d89f8866245bfdbb47d5ab8dd1817b16f4c8fef4
commit d89f8866245bfdbb47d5ab8dd1817b16f4c8fef4 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Nov 11 18:33:02 2007 +0100 updates for 1.0.3 diff --git a/Makefile b/Makefile index 1085b89..2ef9a37 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.0.2 +VERSION = 1.0.3 CFLAGS ?= -Wall -Werror -g -O2 -pipe CFLAGS += $(shell pkg-config --cflags libxml-2.0) diff --git a/NEWS b/NEWS index 2142c93..0872a93 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.0.3 - repoman handles again the case when you have different HOME + path on localost/server + - genchangelog: file renames are now detected in changelogs + - repoman: support for newer sudo version (where -E is needed to + inherit env vars) + - syncpkgd no longer dies if it tries to build a not existing + package or it's not possible to report the result of a build + - dg allows pulling to a dirty working directory 1.0.2 - fblint now requires at least an empty depends() array - dg: fixes and speedups for record, unrecord and pull - repoman push now gives more usable error messages _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
