2006-07-21  Esteban Sanchez <estebans@artica.es>

	* configure.in: Package name renamed (again).

	* babel_parsexml.c: Fix compile warnings with gcc-4.0.

2006-07-21  Esteban Sanchez <estebans@artica.es>

	* acinclude.m4: Launch an error instead of a warn if the MySQL headers
	or library was not found in the system.

2006-07-21  Esteban Sanchez <estebans@artica.es>

	* configure.in: Removed the build number, changed the version
	string, and the package name.

	* Makefile.am: Added DISTCLEANFILES. Added a check when installing the
	configuration file.

	* contrib/Makefile.am: Added 'all' target, EXTRA_DIST and
	DISTCLEANFILES.
	
	* ChangeLog: Style correction.

2006-07-20  Sancho Lerena  <slerena@artica.es>

	* babel_mysql.c: Fixed problems with (null) values. Its not a real
	NULL value, its a fixed string inserted by asprintf() function. We
	catch now the value comparing with (null) string. Its ugly but works.

	* babel_mysql.c: Not use anymore babel_mysql_clean() function because
	now we keep the original data in the structure. We create a temporal
	buffers to store data with SQL corrected characters in database.
	Original data is needed to compare with data stored in database, so
	this avoids problems comparing \\ chars.

	* babel_util.c: Added a NULL check before begin parsing string.

2006-07-20  Esteban Sanchez <estebans@artica.es>

	* contrib/, contrib/Makefile.am: Added to repository.

	* babelserver_daemon.in: Moved into contrib/.

	* Makefile.am: Added SUBDIRS variable. Deleted bin_SCRIPTS generation,
	which has been moved to contrib/Makefile.am.

	* configure.in: Added autoconf output.	

2006-07-20  Esteban Sanchez <estebans@artica.es>

	* babelserver_daemon: Removed.

	* babelserver_daemon.in: Added to repository.

	* Makefile.am: Added rule to build babelserver_daemon from
	babelserver_daemon.in.

2006-07-19  Esteban Sanchez <estebans@artica.es>

	* autogen.sh: Added autoheader.

	* babel_server.c: Added config.h to use autoheader macros. Get the
	configuration filepath from config.h. Use gopt to read the parameters.

	* babel_server.conf: Added minimal verbosity and removed old
	commentary.

	* configure.in: Added definitions to autoheader. Added more complex
	version numeration.

2006-07-19  Esteban Sanchez <estebans@artica.es>

	* INSTALL: Updated with the new install instructions.

	* Makefile.am: Added (un) installation of configuration file, log file
	and data input directory.

	* babel_mysql.c: Mem leaks fixed. A bit of style correction.

	* babel_server.conf: Updated to default directories.

	* babel_xmlparser.c: Mem leaks fixed. 

2006-07-18  Esteban Sanchez <estebans@artica.es>

	* configure.in: Removed AM_PROG_LIBTOOL. Added some macros.

	* autogen.sh: Removed call to libtoolize.
	
	* Makefile.am: Added header files.

2006-07-18  Esteban Sanchez <estebans@artica.es>

	* acinclude.m4, AUTHORS, README, NEWS, configure.in, Makefile.am,
	autogen.sh: Added to repository.

	* ChangeLog: Renamed from CHANGELOG.
	
	* babelserver, makeit.sh: Removed from repository.

2006-04-29  Sancho Lerena <slerena@artica.es>

	* babel_mysql.c: Created a new function to get id_module from tmodule
	table given its name.

