Update to 1.0.7:
This minor maintenance release fixes some compiler warnings & man page typos, and other code cleanups. Alan Coopersmith (6): Fix pixmap leak in error paths of BWGetUnzoomedPixmap Combine usage messages into a single string Fix genererate typo in bmtoa error messages Simplify & unify error path between mktemp & mkstemp versions Mark usage() functions as noreturn, as suggested by gcc bitmap 1.0.7 Bjarni Ingi Gislason (1): bitmap.man: Fix some typos.
This commit is contained in:
parent
3f8b3464c7
commit
5dbd98374d
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:08 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.9 2013/05/18 13:37:41 wiz Exp $
|
||||
|
||||
DISTNAME= bitmap-1.0.6
|
||||
DISTNAME= bitmap-1.0.7
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/06/03 17:55:41 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/05/18 13:37:41 wiz Exp $
|
||||
|
||||
SHA1 (bitmap-1.0.6.tar.bz2) = 5527034785dec2b93a8d0931edc58602032d1f91
|
||||
RMD160 (bitmap-1.0.6.tar.bz2) = 0466cb1bf00f1d7aab773a0e1fbf2dea15f3f99f
|
||||
Size (bitmap-1.0.6.tar.bz2) = 165457 bytes
|
||||
SHA1 (bitmap-1.0.7.tar.bz2) = 18c4762b8c94b519ee2ca6c3171cc2f85e6b2421
|
||||
RMD160 (bitmap-1.0.7.tar.bz2) = 2b6bb14311b35502bb188ceb86f10ff2b205dd73
|
||||
Size (bitmap-1.0.7.tar.bz2) = 169437 bytes
|
||||
|
|
Loading…
Reference in a new issue