From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./conga.spec.in.in make/version.in ricci ...
Date: 27 Aug 2008 14:59:19 -0000 [thread overview]
Message-ID: <20080827145919.10407.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2008-08-27 14:59:18
Modified files:
. : conga.spec.in.in
make : version.in
ricci/ricci : SSLInstance.cpp
Log message:
Update the changelog and bump the version
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.100&r2=1.45.2.101
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.44&r2=1.21.2.45
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.5&r2=1.5.2.6
--- conga/conga.spec.in.in 2008/08/07 18:07:36 1.45.2.100
+++ conga/conga.spec.in.in 2008/08/27 14:59:17 1.45.2.101
@@ -312,6 +312,10 @@
### changelog ###
%changelog
+* Wed Aug 27 2008 Ryan McCabe <rmccabe@redhat.com> 0.12.1-4
+- Fix bz459562 (charset configuration fix for luci)
+- Fix bz459469 (An unknown device type was given: "gnbd.")
+
* Thu Aug 07 2008 Ryan McCabe <rmccabe@redhat.com> 0.12.1-3
- More fixes for bz429350
--- conga/make/version.in 2008/08/07 18:08:24 1.21.2.44
+++ conga/make/version.in 2008/08/27 14:59:18 1.21.2.45
@@ -1,2 +1,2 @@
VERSION=0.12.1
-RELEASE=3
+RELEASE=4
--- conga/ricci/ricci/SSLInstance.cpp 2008/08/20 05:01:37 1.5.2.5
+++ conga/ricci/ricci/SSLInstance.cpp 2008/08/27 14:59:18 1.5.2.6
@@ -498,7 +498,7 @@
e = "SSL_ERROR_WANT_X509_LOOKUP";
break;
case SSL_ERROR_SYSCALL:
- if (errno == EAGAIN || errno == EINTR)
+ if (err == EAGAIN || err == EINTR)
return;
e = "SSL_ERROR_SYSCALL";
break;
next reply other threads:[~2008-08-27 14:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-27 14:59 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-09-23 17:42 [Cluster-devel] conga ./conga.spec.in.in make/version.in ricci rmccabe
2006-10-24 21:59 kupcevic
2006-10-24 21:54 kupcevic
2006-08-22 17:32 kupcevic
2006-06-19 21:21 kupcevic
2006-06-15 3:08 kupcevic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080827145919.10407.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.