summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--RELEASE-NOTES2
-rw-r--r--cnf/make.globals1
3 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f961a9b3..be7059db3 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ News (mainly features/major bug fixes)
portage-2.1.3
-------------
+* Enable "echo" and "save_summary" elog modules by default
* Allow per-module setting of PORTAGE_ELOG_CLASSES
* Add new elog module "echo" to simply display messages when emerge exits
* Add ** as new token for package.keywords to bypass the keyword visibility layer
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8b12a35c6..bf17c8566 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,6 +4,8 @@ Features/major bugfixes are listed in NEWS
portage-2.1.3
==================================
+* The "save_summary" and "echo" elog modules are now enabled by default. Setting
+ PORTAGE_ELOG_SYSTEM in make.conf will override this, so if you don't want elog
* The unmerge process will remove any file that is not claimed by another
package in the same slot and is not protected by CONFIG_PROTECT, even if the
modification time or checksum differs from the file that was originally
diff --git a/cnf/make.globals b/cnf/make.globals
index f808d4258..d180c5389 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -72,6 +72,7 @@ PORTAGE_WORKDIR_MODE="0700"
# Some defaults for elog
PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"