[yum-cvs] Makefile yum-updatesd.spec

Jeremy Katz katzj at linux.duke.edu
Wed Sep 5 23:35:48 UTC 2007


 Makefile          |    2 +-
 yum-updatesd.spec |   10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 353c73982cd1e039f2ced35b7ed0d33234dab1f8
Author: Jeremy Katz <katzj at redhat.com>
Date:   Wed Sep 5 19:32:43 2007 -0400

    bump to 0.5

diff --git a/Makefile b/Makefile
index 5a40514..f3588b0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
 # James Bowes <jbowes at redhat.com>
 
 NAME = yum-updatesd
-VERSION = 0.4
+VERSION = 0.5
 
 PREFIX = /usr
 MANDIR = $(PREFIX)/share/man
diff --git a/yum-updatesd.spec b/yum-updatesd.spec
index 8da33e6..5679509 100644
--- a/yum-updatesd.spec
+++ b/yum-updatesd.spec
@@ -1,7 +1,7 @@
 Summary: Update notification daemon
 Name: yum-updatesd
 Epoch: 1
-Version: 0.4
+Version: 0.5
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -61,6 +61,14 @@ exit 0
 
 
 %changelog
+* Wed Sep  5 2007 Jeremy Katz <katzj at redhat.com> - 1:0.5-1
+- add option for configurable SMTP server
+- fix email sending (Rich Fearn, #251196)
+- make updates checking in the presence of NetworkManager smarter (#213732)
+- ensure group info gets updated
+- work with yum 3.0.x (jantill)
+- don't poll gamin
+
 * Tue Jul 24 2007 Jeremy Katz <katzj at redhat.com> - 1:0.4-1
 - minor review fixes.  add --oneshot mode
 



More information about the Yum-cvs-commits mailing list