Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=df85a811d7a4e55d079b3115fe7e31cf89d3226e
commit df85a811d7a4e55d079b3115fe7e31cf89d3226e Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 19 23:05:35 2007 +0100 updates for 1.0.4 diff --git a/Makefile b/Makefile index 594b862..c0f9b44 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.0.3 +VERSION = 1.0.4 CFLAGS ?= -Wall -Werror -g -O2 -pipe CFLAGS += $(shell pkg-config --cflags libxml-2.0) diff --git a/NEWS b/NEWS index 0872a93..7e70f0b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.0.4 - darcs-git: push now automatically tries to pull if necessary + - mkiso: output only the necessary informations, not all the + debug info received from libpacman + - darcs-git: support remotes other than origin + - added a README 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 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
