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

	* srcinst.c::_init_preferences(): change default installation prefix
	  to ~/usr for regular users, while for root it remains /usr/local
	  as before.
	
2006-02-01  Claudio Fontana <claudio@gnu.org>

	* actions.c: mark a package as installed if procedure reaches the
	  'make install' command.

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

	* actions.c::_find_files_aux(): use srcinst_file_ltype to determine
	  if an entry is a directory. Otherwise, symbolic links are followed,
	  which is a really _bad_ thing.
	
2006-01-31  Claudio Fontana <claudio@gnu.org>

        * actions.c::action_uninstall_binary(): mark as uninstalled
	  if file count is zero, since we can not know whether uninstallation
	  happened or not.

	* actions.c::_unpack(): strenghten regular expression to
	  correctly fetch directory names starting with ./ in the tar archive
	
2006-01-30  Claudio Fontana <claudio@gnu.org>

	* preferences.c::_save_preferences(): removed wild free(),
	  spotted by Stephen Compall.

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

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

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

	* actions.c::_action_uninstall_source(): report an error if source code
	  delete fails.

	* actions.c::_action_upgrade(): perform cleanup for an obsoleted
	  package.

	* srcinst/srcinst.h::srcinst_upgrade_package(): new API function
	* srcinst/srcinst.c::srcinst_upgrade_package(): new API function

	* actions.c: remove support for special description and
	  description-long makefile targets
	* srcinst/srcinst.h: likewise

	* configure.ac: fixed missing header checks for signal.h and fcntl.h,
	  missing checks for various types, and remove checks for unused
	  programs

	

	
	