Release 1.5.2

This commit is contained in:
Silvan Calarco 2011-06-13 00:54:49 +02:00
parent 1536d8ab8d
commit f95ef7b25c
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Changes in version 1.5.2 <silvan.calarco@mambasoft.it> 20110509
- see git log
--------------------------------------------------------------------------------
Changes in version 1.5.1 <silvan.calarco@mambasoft.it> 20110427 Changes in version 1.5.1 <silvan.calarco@mambasoft.it> 20110427
- modify network into RedHat style to work with NetworkManager ifcfg-rh plugin: - modify network into RedHat style to work with NetworkManager ifcfg-rh plugin:
* use /etc/sysconfig/network-scripts instead of /etc/sysconfig/network-devices * use /etc/sysconfig/network-scripts instead of /etc/sysconfig/network-devices

View File

@ -83,6 +83,7 @@ dist: clean
echo "ChangeLog not updated; not releasing" 1>&2;\ echo "ChangeLog not updated; not releasing" 1>&2;\
exit 1;; \ exit 1;; \
esac esac
@git log > ChangeLog.git
@mkdir /tmp/$(distdir) @mkdir /tmp/$(distdir)
@cp -a * /tmp/$(distdir)/ @cp -a * /tmp/$(distdir)/
@rm -f $(dist_archive);\ @rm -f $(dist_archive);\

View File

@ -1 +1 @@
VERSION = 1.5.1 VERSION = 1.5.2