Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=e76cc707a67240a84e80198c9d450cf9479f85bf
commit e76cc707a67240a84e80198c9d450cf9479f85bf Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Oct 14 03:16:40 2007 +0200 updates for 1.0.1 diff --git a/Makefile b/Makefile index 147efe1..5d28f67 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.0.0 +VERSION = 1.0.1 CFLAGS ?= -Wall -Werror -g -O2 -pipe CFLAGS += $(shell pkg-config --cflags libxml-2.0) diff --git a/NEWS b/NEWS index 8ffa597..b8e46f8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.0.1 - converted documentation to asciidoc + - added several new manpage, now every command have to have one + - new command: syncpkg-shell + - minor bugfix in repoman 1.0.0 - dg push now pushes tags, too - dg pull now uses fetch + rebase instead of pull - dg rec: support for packed refs (git gc v1.5.3 uses them) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
