[yum-commits] Branch 'yum-3_2_X' - ChangeLog yum/__init__.py yum.spec
James Antill
james at osuosl.org
Wed Apr 20 18:48:18 UTC 2011
ChangeLog | 14 ++++++++++++++
yum.spec | 8 ++++++--
yum/__init__.py | 2 +-
3 files changed, 21 insertions(+), 3 deletions(-)
New commits:
commit d82aac98c56ec7149dfaf7bf60cbbe7b82e26a77
Author: James Antill <james at and.org>
Date: Wed Apr 20 14:47:15 2011 -0400
Update changelog and version, for 3.4.1
diff --git a/ChangeLog b/ChangeLog
index b92e394..445572b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2011-04-19 James Antill <james at and.org>
+
+ * yum/rpmsack.py: Fix forced umask settings for yumdb/etc., 0 =>
+ 022.
+
+2011-04-19 James Antill <james at and.org>
+
+ * yumcommands.py: Don't show first url for mirrors, if we are using
+ baseurl. BZ 697885.
+
+2011-04-15 James Antill <james at and.org>
+
+ * ChangeLog: Update changelog
+
2011-04-14 James Antill <james at and.org>
* docs/yum.8, docs/yum.conf.5, output.py, yum/config.py: Add history_list_view, and change default to single-user-commands.
diff --git a/yum.spec b/yum.spec
index 99df5e2..3525994 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.4.0
+Version: 3.4.1
Release: 0
License: GPLv2+
Group: System Environment/Base
@@ -212,7 +212,11 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
-* Thu Apr 14 2010 James Antill <james at fedoraproject.org>
+* Wed Apr 20 2011 James Antill <james at fedoraproject.org>
+- 3.4.1
+- umask bug fix.
+
+* Thu Apr 14 2011 James Antill <james at fedoraproject.org>
- 3.4.0
* Wed Jan 12 2011 Seth Vidal <skvidal at fedoraproject.org>
diff --git a/yum/__init__.py b/yum/__init__.py
index 8c77c72..1291da9 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -91,7 +91,7 @@ from weakref import proxy as weakref
from urlgrabber.grabber import default_grabber
-__version__ = '3.4.0'
+__version__ = '3.4.1'
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
# Setup a default_grabber UA here that says we are yum, done using the global
More information about the Yum-commits
mailing list