Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=c22d3bf2f1b617d260b124d63e998d0f4de44c10
commit c22d3bf2f1b617d260b124d63e998d0f4de44c10 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Apr 20 14:28:35 2008 +0200 updates for 1.0.7 diff --git a/Makefile b/Makefile index 99fdfbd..3f0fd56 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.0.6 +VERSION = 1.0.7 CFLAGS ?= -Wall -Werror -g -O2 -pipe CFLAGS += $(shell pkg-config --cflags libxml-2.0) diff --git a/NEWS b/NEWS index ac3fb0c..c71e466 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.0.7 - syncpkgcd now handles the case when its home is not + under /home + - mkiso now has a --dry-run option + - fblint now really checks for uppercase letters in + pkgname + - dg: make use of git>=1.5.5 1.0.6 - repoman: support for pacman-g2>=3.6.6 - dg: support for git>=1.5.4 - implement throttle control in syncpkgcd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
