From c2a34d9af5a2f5c5a309cd0754db28c49e2d1bbe Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Tue, 23 Mar 2010 17:19:54 +0100 Subject: [PATCH] release e2factory-2.3.4 Signed-off-by: Gordon Hecker --- Changelog | 12 +----------- make.vars | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Changelog b/Changelog index bb4a6e7..d4bf7e1 100644 --- a/Changelog +++ b/Changelog @@ -1,28 +1,18 @@ -NEXT: - -e2factory-2.3.4rc2 +e2factory-2.3.4 * version information for plugins is displayed now when requested * configuration file setting in .e2/e2config is honoured in e2-install-e2 now * bugs and documentation issues in e2-new-source were fixed - -e2factory-2.3.4rc1 * the plugin interface was extended to permit plugins to register commandline options and permit tool specific initialization of plugins * a serious bug in the hashcache was fixed. The buildid calculation used outdated hash of files from the project tree. * the username is included in the chroot environment path again - -e2factory-2.3.4pre3 * the plugin interface was extended to allow plugins to change the way dependencies are processed into the build order * bugs were fixed - -e2factory-2.3.4pre2 * compressed build log is stored within the result packages * bugs were fixed - -e2factory-2.3.4pre1 * a plugin interface was introduced. Local code is capable of loading plugins and some initial interfaces are available with this release. * the environment related code was rewritten in a far more robust way. diff --git a/make.vars b/make.vars index 60d7ab2..54e9ff3 100644 --- a/make.vars +++ b/make.vars @@ -5,7 +5,7 @@ NAME = e2factory MAJOR = 2 MINOR = 3 PATCHLEVEL = 4 -EXTRAVERSION = rc2 +EXTRAVERSION = ifdef EXTRAVERSION VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION) else -- 2.39.5