2006-09-19 21:20  mhoenicka

	* [r182] doc/refdbd.1.xml: added password info

2006-09-19 21:19  mhoenicka

	* [r181] src/refdbd.c: improved username and password handling

2006-09-19 21:18  mhoenicka

	* [r180] src/Makefile.am, src/passwd.c, src/passwd.h,
	  src/refdb-client.c, src/refdba.c, src/refdbc.c, src/refdbib.c:
	  moved ask_for_passwd() to separate source file

2006-09-18 20:48  mhoenicka

	* [r179] src/refdbd.c: add diagnostic messages to the main
	  database installation and upgrading code

2006-09-18 20:48  mhoenicka

	* [r178] src/risdb.c: prevent -ID in citation keys

2006-09-18 20:47  mhoenicka

	* [r177] UPGRADING, doc/chapter-installation.xml,
	  doc/refdbd.1.xml: updated installation and upgrading
	  instructions to 0.9.8-pre4

2006-09-18 20:38  mhoenicka

	* [r176] configure.in: bumped up version number

2006-09-17 22:13  mhoenicka

	* [r175] doc/refdbd.1.xml: added main database maintenance stuff

2006-09-17 22:12  mhoenicka

	* [r174] scripts/refdb.2.dump.pgsql.in: removed permission stuff;
	  is now handled by refdbd or must be done manually

2006-09-17 22:11  mhoenicka

	* [r173] src/refdbd.h.in: added MAIN_DB_VERSION definition

2006-09-17 22:10  mhoenicka

	* [r172] src/refdbd.c: updated usage messages; send
	  default_db_encoding to update_main_db()

2006-09-17 22:09  mhoenicka

	* [r171] src/refdbdupdb.c: added support for upgrading PostgreSQL
	  main databases;added functions install_mysql_main_db(),
	  install_pgsql_main_db(), install_sqlite_main_db() to install
	  main databases from scratch

2006-09-14 19:49  mhoenicka

	* [r170] src/refdbdupdb.c: removed dependency on sqlite command
	  line app; added support for MySQL; PostgreSQL support still
	  missing

2006-09-14 19:47  mhoenicka

	* [r169] src/linklist.c, src/linklist.h: added append_liliform()

2006-09-14 19:46  mhoenicka

	* [r168] src/strfncs.c: strip_quote(): now also removes backticks

2006-09-10 00:56  mhoenicka

	* [r167] src/Makefile.am, src/refdbd.c, src/refdbdupdb.c,
	  src/refdbdupdb.h: added new refdbd commands to check and to
	  upgrade main database (fully implemented only for SQLite atm)

2006-09-09 21:24  mhoenicka

	* [r166] scripts/Makefile.am, scripts/refdb.2.dump.mysql.in,
	  scripts/refdb.2.dump.mysql41.in, scripts/refdb.2.dump.pgsql.in,
	  scripts/refdb.2.dump.sqlite.in, scripts/refdb.dump.mysql.in,
	  scripts/refdb.dump.mysql41.in, scripts/refdb.dump.pgsql.in,
	  scripts/refdb.dump.sqlite.in: versioned dump files

2006-09-05 23:16  mhoenicka

	* [r164] src/refdbdgetref.c: fixed exclusive query bugs for
	  author, keyword, and link queries

2006-09-03 22:51  mhoenicka

	* [r162] src/refdbdbib.c: treat citekey styles as numeric

2006-09-03 22:51  mhoenicka

	* [r161] styles/Eur.J.Pharmacol.xml, styles/J.Biol.Chem.xml,
	  styles/citekey.xml: various formatting fixes

2006-09-02 00:36  mhoenicka

	* [r160] scripts/refdb-init.in: provide dummy username and
	  password for SQLite and SQLite3 to make the refdba config file
	  valid

2006-09-02 00:26  mhoenicka

	* [r159] src/risdb.c: process_ris_set(): changed logic to avoid
	  commit before rollback

2006-09-02 00:24  mhoenicka

	* [r158] src/risdata.c: reset_risdata(): quote default type GEN

2006-09-02 00:23  mhoenicka

	* [r157] src/refdbd.h.in: increased database version number

2006-09-02 00:22  mhoenicka

	* [r156] scripts/refdb.dump.mysql.in,
	  scripts/refdb.dump.mysql41.in, scripts/refdb.dump.pgsql.in,
	  scripts/refdb.dump.sqlite.in: increased database version number

2006-08-31 20:06  mhoenicka

	* [r155] styles/Makefile.am, styles/citekey.xml: added a citekey
	  citation style

2006-08-30 22:38  mhoenicka

	* [r153] doc/citestylex/ele-desc/bibliotitle.html,
	  doc/citestylex/ele-desc/bibstyle.html,
	  doc/citestylex/ele-desc/citekey.html,
	  doc/citestylex/ele-desc/citestyle.html,
	  doc/citestylex/ele-desc/citseparator.html,
	  doc/citestylex/ele-desc/citstyle.html,
	  doc/citestylex/ele-desc/rangeseparator.html,
	  doc/citestylex/ele-desc/refnumber.html: updated for DTD version
	  1.6

2006-08-30 21:55  mhoenicka

	* [r152] dtd/citestylex.dtd: added support for citation keys in
	  bibliographies

2006-08-30 21:54  mhoenicka

	* [r151] src/backend-dbib.c, src/backend-dbib.h,
	  src/backend-dbiba.c, src/backend.c, src/backend.h,
	  src/refdbdbib.c, src/xmlhandler.c, src/xmlout.c: added support
	  for citekeys in bibliography output

2006-08-30 21:54  mhoenicka

	* [r150] src/refdbdref.c: improved whichdb output

2006-08-30 21:50  mhoenicka

	* [r149] scripts/refdb.dump.mysql.in,
	  scripts/refdb.dump.mysql41.in, scripts/refdb.dump.pgsql.in,
	  scripts/refdb.dump.sqlite.in: added citekey-related fields

2006-08-28 10:33  mhoenicka

	* [r146] AUTHORS, COPYING, INSTALL, NEWS, README: removed the
	  executable permissions (this time for real, hopefully)

2006-08-27 11:07  mhoenicka

	* [r142] configure.in: bumped up version number

2006-08-26 17:20  mhoenicka

	* [r141] src/refdbdgetref.c: added missing includes to make Linux
	  happy

2006-08-26 11:45  mhoenicka

	* [r140] ChangeLog, NEWS, doc/chapter-installation.xml: updated
	  for 0.9.8-pre2

