Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=5390eef161fac25e603dd47559fe87ba13f8c2ca
commit 5390eef161fac25e603dd47559fe87ba13f8c2ca Author: Miklos Vajna <[email protected]> Date: Tue Dec 30 01:06:40 2008 +0100 updates for 1.1.6 diff --git a/Makefile b/Makefile index 7593b3a..b3a90a4 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.1.5 +VERSION = 1.1.6 DATE := $(shell date +%Y-%m-%d) CFLAGS ?= -Wall -Werror -g -O2 -pipe diff --git a/NEWS b/NEWS index f6aeff8..6c66692 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.1.6 - YY-MM-DD-style dates are back in manpages + - fix python-2.6 warnings + - fixed repoman fpmmerge to be non-interactive like it was 1.1.5 - make manpage build process work with newer docbook-xsl - mkiso: ppc fix for ibm machines - fblint: utf-8 specific fixes diff --git a/pear-makefb b/pear-makefb index 9ad0326..37ecb08 100755 --- a/pear-makefb +++ b/pear-makefb @@ -3,7 +3,7 @@ __author__ = "Miklos Vajna <[email protected]>" __version__ = "0.8.4" __date__ = "Thu, 19 Oct 2006 00:18:19 +0200" -__copyright__ = "Copyright (c) 2006 Miklos Vajna" +__copyright__ = "Copyright (c) 2006, 2008 Miklos Vajna" __license__ = "GPL" import os, urllib, sys, hashlib _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
