Tue Oct  8 22:56:17 1996  Mark W. Eichin  <eichin@cygnus.com>

	* hash/dbm.c (dbm_open): change default bsize to 8192 to increase
 	resulting range of dbm database size.

Tue Oct  8 22:55:01 1996  Mark W. Eichin  <eichin@cygnus.com>

	* hash/hash.h (DEF_BUCKET_SIZE, DEF_SEGSIZE): now derived from
 	DEF_BUCKET_SHIFT and DEF_SEGSIZE_SHIFT respectively, for
	consistency.

Tue Oct  8 22:43:26 1996  Mark W. Eichin  <eichin@cygnus.com>

	* hash/hash_page.c (__add_ovflpage, __add_bigpage): overflow_page
 	can return a 0 indicating a failure -- callers must check it
	instead of corrupting the database.
	(overflow_page): document apparent error return.

Thu Sep 26 14:43:17 1996  Chris Provenzano  <proven@cygnus.com>

        * Makefile.in: Changes to allow to different packaging
        Currently there is pkg-all, pkg-server, and pkg-client

Fri Aug 30 20:05:57 1996  Ken Raeburn  <raeburn@cygnus.com>

	* obj/Makefile.in (check): Set srcdir in environment.
	* test/dictionary: New file, list of garbage words.
	* test/run.test (main): Use it if no other dictionary can be
	found.  Set dictsize with size of dictionary.
	(test12, test20): Skip if dictionary is too small.

Sun Aug 11 19:10:18 1996  Chris Provenzano  <proven@cygnus.com>

	* obj/Makefile.in: Install into $(DESTDIR)

Sat Aug 10 01:03:20 1996  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (install): Do subdir bit for install too.

	* configure.in: Set and substitute includedir and libdir.

	* hash/hash_bigkey.c (collect_key, collect_data): Cast malloc
	return value to correct types.

	* obj/Makefile.in: Install db-config.h from local directory, not
	from parent.

