2007-06-30 Claudio Fontana <claudio@gnu.org>

	version 2.4: moved to GPLv3 (all notices updated)

	* COPYING: upgraded GPL version.

2006-12-06 Claudio Fontana <claudio@gnu.org>

	version 2.3 released.
	
2006-10-14 Claudio Fontana <claudio@gnu.org>

	* configure.ac: strengthened libsrcinst checking code.

2006-10-02 Claudio Fontana  <claudio@gnu.org>

	* sourceinstall.c (detect_opts): add support for uncategorized options.

2006-09-18 Claudio Fontana  <claudio@gnu.org>

	* sourceinstall.c (upgrade_package): fixed broken parameter order
	  in calling srcinst_upgrade_package.

	* sourceinstall.c (install_package_aux): remove check_conflicts
	  parameter, since the check must be always performed.

2006-08-05 Claudio Fontana  <claudio@gnu.org>

	version 2.2 released.
	
2006-08-01 Claudio Fontana  <claudio@gnu.org>

	* sourceinstall.c (parse_cmdline): some fixes in command line parsing.

	* sourceinstall.c (install_package_aux): add support for
	  prefix redirection as discouraged fallback.
	  Only used on --force.
	  Make it impossible to install if even prefix redirection is not
	  available.

2006-07-10 Claudio Fontana  <claudio@gnu.org>

	* sourceinstall.c (check_package): do not print all installed files
	  and directories. This functionality is already provided by
	  --export-list. Report only missing ones.

	* sourceinstall.c (upgrade_package): use new upgrade action API,
	  which removes most code from the application.
  	  Should also fix savannah bug #16765 .

2006-06-08 Claudio Fontana  <claudio@gnu.org>

	* sourceinstall.c (check_package): do not divide by 1024 to get KB,
	  since source size and installed size already comes in KB.

2006-05-17 Claudio Fontana  <claudio@gnu.org>

	* sourceinstall.c: remove src_error, src_warning, src_info,
	  src_message functions. Replace src_error and src_warning with
	  invocations of srcinst_warning, srcinst_error provided by libsrcinst.

	* sourceinstall.c: more parseable output from detection commands
	  -1, -2, -3.

2006-04-29 Claudio Fontana <claudio@gnu.org>

	* 2.1 release

2006-04-09 Claudio Fontana <claudio@gnu.org>

	* sourceinstall.c: source code installation happens again before
	  binary installation.

	* sourceinstall.c: --export has been separated into
	  --export-xml, --export-text, --export-list .
	  Additionally, now the special parameter - (a single minus character)
	  can be used to specify that the information should be exported
	  to standard output.
	
	* options.c: removed -x, --export action, and added
	  -X, --export-xml,
	  -T, --export-text,
	  -L, --export-list
	  with new descriptions.

2006-03-17 Claudio Fontana <claudio@gnu.org>

	* sourceinstall.c: changed install_package_aux() and
	  upgrade_package() to reflect API changes in recent libsrcinst.

2006-03-05  Claudio Fontana <claudio@gnu.org>

	* sourceinstall.c::check_package(): fix wrong displayed size units

2006-03-01  Claudio Fontana <claudio@gnu.org>

	* sourceinstall.c: fix wrong srcinst_set_descr usage
	* doc/Makefile.am, doc/sourceinstall.1: (new files) add man page
	* configure.ac: add doc/Makefile to the generated files

2006-02-10  Claudio Fontana <claudio@gnu.org>

	* options.c: added missing include for sys/types.h
	  breaking the build on Solaris 8

	* sourceinstall.c: replace argz variable with program_name to
	  satisfy hidden gnulib requirement (another fix for Solaris 8)

2006-02-08  Claudio Fontana <claudio@gnu.org>

	* 2.0 release

2006-02-04  Claudio Fontana <claudio@gnu.org>

	* add a guard to the upgrade functionality to avoid calling
	  upgrade on non-conforming packages.

2006-01-24  Claudio Fontana <claudio@gnu.org>

	First test pre-release announcement,
	with release name sourceinstall-2.0-rc1

2006-01-24  Claudio Fontana <claudio@gnu.org>

	* Makefile.am: add simple description and description-long targets
	
	* sourceinstall.c, sourceinstall.h: use new upgrade API, replace
	  --update with --upgrade
	* options.c: likewise

2006-01-27  Claudio Fontana <claudio@gnu.org>

	* configure.ac: removed some unnecessary header checks
	* sourceinstall.c: removed some unnecessary header includes
	* sourceinstall.c: removed passing of custom regex parameters,
	  use default params instead.
