Update to 1.0.1:
This minor bugfix release includes fixes for several small bugs, a more complete man page, and some general code cleanups. Alan Coopersmith (8): Combine usage message into single string/call Include PACKAGE_STRING in --version output Move release date from transset.c to configure.ac so we remember to update it Use correct variable for printing current opacity Typo fixes in verbose message & comment Store min & max as doubles, not floats Add the options to the man page (they were all missing before) transset 1.0.1 Arnaud Fontaine (1): Fix program name in usage information, transset instead of transset-df.
This commit is contained in:
parent
f5716cc381
commit
ae5ae40d01
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/10/29 05:06:54 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.3 2013/05/18 13:33:05 wiz Exp $
|
||||
|
||||
DISTNAME= transset-1.0.0
|
||||
DISTNAME= transset-1.0.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/05/18 13:33:05 wiz Exp $
|
||||
|
||||
SHA1 (transset-1.0.0.tar.gz) = b168e0320901c2b0fe401b8be43a0f84e8fa148f
|
||||
RMD160 (transset-1.0.0.tar.gz) = bbf4635f0d05189980a5cdd5a9dedbddf6c176fc
|
||||
Size (transset-1.0.0.tar.gz) = 143324 bytes
|
||||
SHA1 (transset-1.0.1.tar.gz) = 3cb57c299c26ee5bd3249ce54d11a1cbb9c9219e
|
||||
RMD160 (transset-1.0.1.tar.gz) = d0d226ddc8491020b7a664b719645d80ac460499
|
||||
Size (transset-1.0.1.tar.gz) = 151377 bytes
|
||||
|
|
Loading…
Reference in a new issue