Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=d3083101057d2240930df21b08e5c38e208b34b2
commit d3083101057d2240930df21b08e5c38e208b34b2 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Jan 21 18:08:16 2008 +0100 updates for 1.0.5 diff --git a/Makefile b/Makefile index a8b0357..749e81e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for pacman-tools # -# Copyright (C) 2004-2007 Miklos Vajna <[EMAIL PROTECTED]> +# Copyright (C) 2004-2008 Miklos Vajna <[EMAIL PROTECTED]> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.0.4 +VERSION = 1.0.5 CFLAGS ?= -Wall -Werror -g -O2 -pipe CFLAGS += $(shell pkg-config --cflags libxml-2.0) diff --git a/NEWS b/NEWS index 7e70f0b..fbd811f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.0.5 - chkdep: improved support for dependency cycles + - support for the upcoming git-1.5.4 + - dg: new commands for better darcs compatibility + - genchangelog: fix for --clean 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 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
