* [gentoo-commits] proj/portage:v2.2.11 commit in: /
@ 2014-08-01 19:54 Alexander Berntsen
2014-08-01 19:55 ` [gentoo-commits] proj/portage:master " Alexander Berntsen
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Berntsen @ 2014-08-01 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 89d02311f1c95329da3bb035f463f8de1d32e2ce
Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 1 19:52:32 2014 +0000
Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 19:53:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=89d02311
Update release notes
Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org>
---
RELEASE-NOTES | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8d6abfc..63dbfad 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,9 +11,9 @@ portage-2.2.11
- Remove obsolete repoman eclass checks
- Bug # 505944 Improve mismatch checking
- Bug # 488820 fix @security crash
- - Bug # 438976 Add DESCRIPTION.puntuation check to repoman
+ - Bug # 438976 Add DESCRIPTION.punctuation check to repoman
- Add ruby18 warning for deprecated ruby target to repoman
- - Add Python ersion to Portage version line
+ - Add Python version to Portage version line
- Prevent rebuild code from performing unwanted repository changes
- Include "::repository" more consistently in output
- Make the slot conflict handler output more debug information
@@ -23,6 +23,9 @@ portage-2.2.11
- Implement --alert
- Bug # 516428 Make repoman warn if non-virtuals depend on
perl-core
+ - Prefer install-xattr to install.py as a wrapper to coreutils'
+ /usr/bin/install to preserve file system extended attribute.
+
portage-2.2.10
==================================
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/portage:v2.2.11 commit in: /
2014-07-31 15:46 Alexander Berntsen
@ 2014-08-01 19:54 ` Alexander Berntsen
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Berntsen @ 2014-08-01 19:54 UTC (permalink / raw
To: gentoo-commits
commit: df52e14fc432fe72dee1c258b8d68bdb8503dd4c
Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 15:38:36 2014 +0000
Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 15:44:33 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=df52e14f
Update release notes
Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org>
---
RELEASE-NOTES | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 44cb1c3..8d6abfc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,9 +8,21 @@ portage-2.2.11
- Bug # 505428 RO only filesystem check
- Bug # 506186 TaskSequence starting bug.
- Sort repoman check output
- - remove obsolete repoman eclass checks
+ - Remove obsolete repoman eclass checks
- Bug # 505944 Improve mismatch checking
- Bug # 488820 fix @security crash
+ - Bug # 438976 Add DESCRIPTION.puntuation check to repoman
+ - Add ruby18 warning for deprecated ruby target to repoman
+ - Add Python ersion to Portage version line
+ - Prevent rebuild code from performing unwanted repository changes
+ - Include "::repository" more consistently in output
+ - Make the slot conflict handler output more debug information
+ - Bug # 487074 Don't split suggested commands when printing them
+ - Handle 'mkdir -p /etc/portage/make.profile/packages' gracefully
+ -- i.e. produce an error instead of crashing with a traceback
+ - Implement --alert
+ - Bug # 516428 Make repoman warn if non-virtuals depend on
+ perl-core
portage-2.2.10
==================================
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/portage:master commit in: /
2014-08-01 19:54 [gentoo-commits] proj/portage:v2.2.11 commit in: / Alexander Berntsen
@ 2014-08-01 19:55 ` Alexander Berntsen
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Berntsen @ 2014-08-01 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 89d02311f1c95329da3bb035f463f8de1d32e2ce
Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 1 19:52:32 2014 +0000
Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 19:53:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=89d02311
Update release notes
Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org>
---
RELEASE-NOTES | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8d6abfc..63dbfad 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,9 +11,9 @@ portage-2.2.11
- Remove obsolete repoman eclass checks
- Bug # 505944 Improve mismatch checking
- Bug # 488820 fix @security crash
- - Bug # 438976 Add DESCRIPTION.puntuation check to repoman
+ - Bug # 438976 Add DESCRIPTION.punctuation check to repoman
- Add ruby18 warning for deprecated ruby target to repoman
- - Add Python ersion to Portage version line
+ - Add Python version to Portage version line
- Prevent rebuild code from performing unwanted repository changes
- Include "::repository" more consistently in output
- Make the slot conflict handler output more debug information
@@ -23,6 +23,9 @@ portage-2.2.11
- Implement --alert
- Bug # 516428 Make repoman warn if non-virtuals depend on
perl-core
+ - Prefer install-xattr to install.py as a wrapper to coreutils'
+ /usr/bin/install to preserve file system extended attribute.
+
portage-2.2.10
==================================
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-01 19:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 19:54 [gentoo-commits] proj/portage:v2.2.11 commit in: / Alexander Berntsen
2014-08-01 19:55 ` [gentoo-commits] proj/portage:master " Alexander Berntsen
-- strict thread matches above, loose matches on Subject: below --
2014-07-31 15:46 Alexander Berntsen
2014-08-01 19:54 ` [gentoo-commits] proj/portage:v2.2.11 " Alexander Berntsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox