diff --git a/ChangeLog b/ChangeLog index d1f4ee8..e947a8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Changes in version 1.5.2 20110509 +- see git log +-------------------------------------------------------------------------------- + Changes in version 1.5.1 20110427 - modify network into RedHat style to work with NetworkManager ifcfg-rh plugin: * use /etc/sysconfig/network-scripts instead of /etc/sysconfig/network-devices diff --git a/Makefile b/Makefile index a57b997..2a1b4b2 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ dist: clean echo "ChangeLog not updated; not releasing" 1>&2;\ exit 1;; \ esac + @git log > ChangeLog.git @mkdir /tmp/$(distdir) @cp -a * /tmp/$(distdir)/ @rm -f $(dist_archive);\ diff --git a/VERSION b/VERSION index 63a5a0c..7ef96e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 1.5.1 \ No newline at end of file +VERSION = 1.5.2 \ No newline at end of file