[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / qdbm

File: [cvs.NetBSD.org] / pkgsrc / databases / qdbm / Makefile.common (download)

Revision 1.10, Sun Sep 3 02:56:00 2006 UTC (17 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.9: +2 -2 lines

Update to 1.8.70.

2006-08-18  Mikio Hirabayashi

	- A bug of segmentation fault on BSD was fixed.
	- A test command for checking multi thread safety was added.
	- Release: 1.8.70

2006-08-15  Mikio Hirabayashi

	- Mutex controll in C++ API became refined.
	- Release: 1.8.69

2006-08-08  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug of handling meta data on big endian platforms was fixed.
	- Release: 1.8.68

2006-08-05  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug about parsing MIME was fixed.
	- Release: 1.8.67

2006-08-05  Mikio Hirabayashi

	- The utility API was enhanced.
	- Release: 1.8.66

2006-08-03  Mikio Hirabayashi

	- The extended API was enhanced.
	- The extended advanced API was enhanced.
	- Release: 1.8.65

2006-07-28  Mikio Hirabayashi

	- A bug of Makefile ralated to optimization was fixed.
	- Release: 1.8.64

2006-07-24  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The utility API was enhanced.
	- Release: 1.8.63

2006-07-20  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The URL resolver was to allow unescaped meta characters.
	- The advanced API was enhanced.
	- Release: 1.8.62

2006-07-14  Mikio Hirabayashi

	- A bug of the size checking function of the extended API was fixed.
	- The advanced API was enhanced.
	- Release: 1.8.61

# $NetBSD: Makefile.common,v 1.10 2006/09/03 02:56:00 obache Exp $
#

DISTNAME=	qdbm-${QDBM_VERSION}
CATEGORIES=	databases
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=qdbm/}
QDBM_VERSION=	1.8.70

MAINTAINER=	obata@lins.jp
HOMEPAGE=	http://qdbm.sourceforge.net/

DISTINFO_FILE=	${.CURDIR}/../../databases/qdbm/distinfo
PATCHDIR=	${.CURDIR}/../../databases/qdbm/patches