* [gentoo-commits] proj/portage:master commit in: /
@ 2015-05-14 19:05 Brian Dolbec
2015-05-14 19:06 ` [gentoo-commits] proj/portage:v2.2.19 " Brian Dolbec
0 siblings, 1 reply; 2+ messages in thread
From: Brian Dolbec @ 2015-05-14 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 2b2d63db976f60fdf03be4e091ce331e56d1fae0
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 18:59:29 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu May 14 19:01:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2b2d63db
Update info for a release
NEWS | 9 +++++++++
RELEASE-NOTES | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
setup.py | 2 +-
3 files changed, 58 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 7b4dc94..2f87a3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
News (mainly features/major bug fixes)
+portage-2.2.19
+-------------
+* websync module now fully renamed to webrsync
+* New squashdelta sync module for downloading full or updates for a squasfs tree
+ requires dev-util/squashmerge be installed
+* New binpkg-multi-instance feature allows for multiple variations
+ (USE settings) to be saved in the pkgdir and index.
+
+
portage-2.2.16
-------------
* New portage plug-in sync system.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8bbabbf..ecf16f2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,54 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.2.19
+==================================
+* New repoman --straight-to-stable, -S option
+* Use consistent rules for filenames of ebuils and misc files
+* New squashdelta sync module for downloading full or updates for a squasfs tree
+ requires dev-util/squashmerge be installed
+* New binpkg-multi-instance feature allows for multiple variations
+ (USE settings) to be saved in the pkgdir and index.
+* Bug Fixes:
+ - Bug 542732 WorldSelectedSet: fix load method
+ - Bug 501866 dispatch-conf.conf: less-opts --quit-if-one-screen
+ - Bug 543818 Fix an AssertionError if the multilib category of an
+ ELF file is not recognized
+ - Bug 545252 Fix binpkg-multi-instance _pkg_paths corruption
+ - Bug 545270 Fix dispatch-conf unicode handling
+ - Bug 544624 ro_checker: skip parents of EPREFIX dir
+ - Bug 525376 repoman: fix dependency.unknown to ignore USE deps
+ - Bug 546010 repoman: handle removed packages in vcs_files_to_cps
+ - Bug 546176 new_protect_filename: fix _unicode_decode TypeError
+ with symlink
+ - Bug Fix missed renames of websync to webrsync
+ - Bug 547086 _doebuild_path: add fallback for temp PORTAGE_BIN_PATH
+ - Bug 546512 UseManager: handle newlines for USE_EXPAND prefixes
+ - Bug 547414 Fix postsync hook regression
+ - Bug 542796 LinkageMapElf.rebuild: pass error_leader to varexpand
+ - Bug 547532 VdbMetadataDelta.applyDelta: remove replaced versions,
+ handle "remove" events properly
+ - Bug 547086 ebuild-helpers: avoid exec loops or fork bombs in wrappers
+ - Bug 547390 ro_checker: only check nearest parent
+ - Bug 325009 Make the USE variable readonly
+ - Bug 547736 search: fix addCP so only the specified results are displayed
+ - Bug 428098 _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE
+ - Bug 547778 dblink: elog failed postinst
+ Scheduler: increase visiblity of postinst failures
+ - Bug 548438 gcc_warn_check: filter grep results with uniq
+ - Bug 532784 bintree.populate: binhost connection failure triggers TypeError
+ - Bug 548516 PORTAGE_XATTR_EXCLUDE: preserve security.capability
+ - Bug 548556 varexpand: fix IndexError
+ - Bug 548710 Disable SOCKSv5-over-UNIX-socket proxy by default
+ - Bug 547732 Bundle a minimalistic derivation of Python's formatter module
+ - Bug 488836 repoman: enable copyright date check without vcs
+ - Bug portage/sync/modules/webrsync: Fileter out
+ uid, gid, groups from kwargs
+ - Bug 256376 dispatch-conf: handle file/directory collisions
+ - Bug 549072 Allow read-only PKGDIR if no ebuilds will be built
+ - Bug 549322 Fix deprecated logging.warn() calls
+
+
portage-2.2.18
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 5804c06..0808343 100755
--- a/setup.py
+++ b/setup.py
@@ -612,7 +612,7 @@ def get_manpages():
setup(
name = 'portage',
- version = '2.2.18',
+ version = '2.2.19',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/portage:v2.2.19 commit in: /
2015-05-14 19:05 [gentoo-commits] proj/portage:master commit in: / Brian Dolbec
@ 2015-05-14 19:06 ` Brian Dolbec
0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2015-05-14 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 2b2d63db976f60fdf03be4e091ce331e56d1fae0
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 18:59:29 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu May 14 19:01:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2b2d63db
Update info for a release
NEWS | 9 +++++++++
RELEASE-NOTES | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
setup.py | 2 +-
3 files changed, 58 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 7b4dc94..2f87a3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
News (mainly features/major bug fixes)
+portage-2.2.19
+-------------
+* websync module now fully renamed to webrsync
+* New squashdelta sync module for downloading full or updates for a squasfs tree
+ requires dev-util/squashmerge be installed
+* New binpkg-multi-instance feature allows for multiple variations
+ (USE settings) to be saved in the pkgdir and index.
+
+
portage-2.2.16
-------------
* New portage plug-in sync system.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8bbabbf..ecf16f2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,54 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.2.19
+==================================
+* New repoman --straight-to-stable, -S option
+* Use consistent rules for filenames of ebuils and misc files
+* New squashdelta sync module for downloading full or updates for a squasfs tree
+ requires dev-util/squashmerge be installed
+* New binpkg-multi-instance feature allows for multiple variations
+ (USE settings) to be saved in the pkgdir and index.
+* Bug Fixes:
+ - Bug 542732 WorldSelectedSet: fix load method
+ - Bug 501866 dispatch-conf.conf: less-opts --quit-if-one-screen
+ - Bug 543818 Fix an AssertionError if the multilib category of an
+ ELF file is not recognized
+ - Bug 545252 Fix binpkg-multi-instance _pkg_paths corruption
+ - Bug 545270 Fix dispatch-conf unicode handling
+ - Bug 544624 ro_checker: skip parents of EPREFIX dir
+ - Bug 525376 repoman: fix dependency.unknown to ignore USE deps
+ - Bug 546010 repoman: handle removed packages in vcs_files_to_cps
+ - Bug 546176 new_protect_filename: fix _unicode_decode TypeError
+ with symlink
+ - Bug Fix missed renames of websync to webrsync
+ - Bug 547086 _doebuild_path: add fallback for temp PORTAGE_BIN_PATH
+ - Bug 546512 UseManager: handle newlines for USE_EXPAND prefixes
+ - Bug 547414 Fix postsync hook regression
+ - Bug 542796 LinkageMapElf.rebuild: pass error_leader to varexpand
+ - Bug 547532 VdbMetadataDelta.applyDelta: remove replaced versions,
+ handle "remove" events properly
+ - Bug 547086 ebuild-helpers: avoid exec loops or fork bombs in wrappers
+ - Bug 547390 ro_checker: only check nearest parent
+ - Bug 325009 Make the USE variable readonly
+ - Bug 547736 search: fix addCP so only the specified results are displayed
+ - Bug 428098 _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE
+ - Bug 547778 dblink: elog failed postinst
+ Scheduler: increase visiblity of postinst failures
+ - Bug 548438 gcc_warn_check: filter grep results with uniq
+ - Bug 532784 bintree.populate: binhost connection failure triggers TypeError
+ - Bug 548516 PORTAGE_XATTR_EXCLUDE: preserve security.capability
+ - Bug 548556 varexpand: fix IndexError
+ - Bug 548710 Disable SOCKSv5-over-UNIX-socket proxy by default
+ - Bug 547732 Bundle a minimalistic derivation of Python's formatter module
+ - Bug 488836 repoman: enable copyright date check without vcs
+ - Bug portage/sync/modules/webrsync: Fileter out
+ uid, gid, groups from kwargs
+ - Bug 256376 dispatch-conf: handle file/directory collisions
+ - Bug 549072 Allow read-only PKGDIR if no ebuilds will be built
+ - Bug 549322 Fix deprecated logging.warn() calls
+
+
portage-2.2.18
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 5804c06..0808343 100755
--- a/setup.py
+++ b/setup.py
@@ -612,7 +612,7 @@ def get_manpages():
setup(
name = 'portage',
- version = '2.2.18',
+ version = '2.2.19',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-14 19:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 19:05 [gentoo-commits] proj/portage:master commit in: / Brian Dolbec
2015-05-14 19:06 ` [gentoo-commits] proj/portage:v2.2.19 " Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox