]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.4 e2factory-2.3.4
authorGordon Hecker <gh@emlix.com>
Tue, 23 Mar 2010 16:19:54 +0000 (17:19 +0100)
committerGordon Hecker <gh@emlix.com>
Tue, 23 Mar 2010 16:19:54 +0000 (17:19 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
make.vars

index bb4a6e7a696d0707055213fd7b6982405b25c0fe..d4bf7e18db2f6ee25dc7ca212f2ffd4b13b05899 100644 (file)
--- 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.
index 60d7ab2a5f2362d290d24028d19242a01c5cb7e2..54e9ff391531f02c9e69ea66a169fbd47b66c150 100644 (file)
--- 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