Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=40b78e559fd86afd417ebba2fe64974a592a5d09

commit 40b78e559fd86afd417ebba2fe64974a592a5d09
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Oct 29 00:19:02 2009 +0100

updates for 1.2.0

diff --git a/Makefile b/Makefile
index faf1746..3f2b923 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

-VERSION = 1.1.9
+VERSION = 1.2.0
DATE := $(shell date +%Y-%m-%d)

CFLAGS ?= -Wall -Werror -g -O2 -pipe
diff --git a/NEWS b/NEWS
index 09e8a9a..0874220 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
VERSION         DESCRIPTION
-----------------------------------------------------------------------------
+1.2.0         - fblint now warns for sha1sums() addition when
+                signatures() already present
+              - syncpkgd: allow deleting packages from the queue
+              - mkiso: disable vga fb by default
+              - repoman manpage now documents sudo configuration for wip
+                repos
1.1.9         - dropped dead genauthors
- mkisorelease now passes its options to mkiso
- dg now uses git clone's --recursive option
diff --git a/fblint b/fblint
index c0f7698..c11f394 100755
--- a/fblint
+++ b/fblint
@@ -2,7 +2,7 @@
#
#   fblint for Frugalware
#
-#   Copyright (c) 2006, 2007, 2008 by Miklos Vajna <vmik...@frugalware.org>
+#   Copyright (c) 2006, 2007, 2008, 2009 by Miklos Vajna 
<vmik...@frugalware.org>
#
#   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
diff --git a/mkiso/menu.c b/mkiso/menu.c
index e02fca4..f4f06a7 100644
--- a/mkiso/menu.c
+++ b/mkiso/menu.c
@@ -1,7 +1,7 @@
/*
*  menu.c
*
- *  Copyright (c) 2006 by Miklos Vajna <vmik...@frugalware.org>
+ *  Copyright (c) 2006, 2007, 2008, 2009 by Miklos Vajna 
<vmik...@frugalware.org>
*
*  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
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to