Hi,
Could we have this revert for the release and then I'll open a
bug to fix it properly during the next release?
Once more, the patch that is being reverted fixes a crash on
channel-up of channel-usbredir.c while running spicy-stats tool,
see [0] - The crash can be avoided with a check done in
Fine with me, hopefully we won't forget to fix this for good :-/
Acked-by: Christophe Fergeau
Christophe
On Mon, Jun 11, 2018 at 09:11:40AM +0200, Victor Toso wrote:
> Hi,
>
> Could we have this revert for the release and then I'll open a
> bug to fix it properly during the next release?
>
>
Hi,
On Mon, Jun 11, 2018 at 11:50:05AM +0200, Christophe Fergeau wrote:
> Fine with me, hopefully we won't forget to fix this for good :-/
https://gitlab.freedesktop.org/spice/spice-gtk/issues/67
> Acked-by: Christophe Fergeau
Thanks, I'll be pushing this shortly!
Cheers,
> Christophe
>
> O
From: Victor Toso
Christophe Fergeau (21):
quic: Remove configurable RLE_PRED
quic: Remove configurable PRED
quic: Get rid of QUIC_RGB #define
quic: Get rid of RLE_STAT #define
quic: Get rid of RLE #define
quic: Factor common code
quic: Introduce CommonSt
From: Victor Toso
Signed-off-by: Victor Toso
---
NEWS | 24
1 file changed, 24 insertions(+)
diff --git a/NEWS b/NEWS
index e691583..dbfc1a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+v0.35
+=
+
+- TLS v1.0 was disabled (rhbz#1521053)
+- New Add SpiceSession::d
From: Victor Toso
Hi,
If nothing comes up, I'd like to do a release later Today of spice-gtk.
Cheers,
toso
Victor Toso (2):
Update spice-common
Update NEWS for v0.35 release
NEWS | 24
spice-common | 2 +-
2 files changed, 25 insertions(+), 1 del
On Mon, Jun 11, 2018 at 01:32:37PM +0200, Victor Toso wrote:
> From: Victor Toso
>
> Signed-off-by: Victor Toso
> ---
> NEWS | 24
> 1 file changed, 24 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index e691583..dbfc1a3 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,27
Hi,
Thanks!
diff --git a/NEWS b/NEWS
index dbfc1a3..840c78b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,12 @@ v0.35
- New Add SpiceSession::disconnected signal
- Use GstVideoOverlay if possible to render directly on Gstreamer's sink
element
- Handling smooth-scroll for scroll events on touchpads
From: Victor Toso
Signed-off-by: Victor Toso
---
NEWS | 24
1 file changed, 24 insertions(+)
diff --git a/NEWS b/NEWS
index e691583..840c78b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+v0.35
+=
+
+- TLS v1.0 was disabled (rhbz#1521053)
+- New Add SpiceSession::d
On Mon, Jun 11, 2018 at 02:46:51PM +0200, Victor Toso wrote:
> Hi,
>
> Thanks!
>
> diff --git a/NEWS b/NEWS
> index dbfc1a3..840c78b 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -5,12 +5,12 @@ v0.35
> - New Add SpiceSession::disconnected signal
"New Add" looks dubious too?
> - Use GstVideoOverlay if
Hi,
On Mon, Jun 11, 2018 at 02:55:14PM +0200, Christophe Fergeau wrote:
> On Mon, Jun 11, 2018 at 02:46:51PM +0200, Victor Toso wrote:
> > Hi,
> >
> > Thanks!
> >
> > diff --git a/NEWS b/NEWS
> > index dbfc1a3..840c78b 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -5,12 +5,12 @@ v0.35
> > - New A
On Fri, Jun 08, 2018 at 08:08:48PM +0200, Christophe Fergeau wrote:
> It's now mandatory to explicitly enable/disable CELT at configure time
> if celt051-devel is installed.
>
> Signed-off-by: Christophe Fergeau
Acked-by: Victor Toso
> ---
> I botched my testing of the previous version, this one
Hi,
On Fri, Jun 08, 2018 at 04:25:27PM +0200, Christophe Fergeau wrote:
> With spice-common commit 72b0d603e12, SPICE_CHECK_CELT051 will error out
> if celt051-devel is installed, but neither --enable-celt051 nor
> --disable-celt051 are specified. This could be a problem when running
> make distch
On Mon, Jun 11, 2018 at 02:48:05PM +0200, Victor Toso wrote:
> From: Victor Toso
>
> Signed-off-by: Victor Toso
> ---
> NEWS | 24
> 1 file changed, 24 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index e691583..840c78b 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,27
Acked-by: Christophe Fergeau
You probably need something like this for make distcheck/CI
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a34eb0e7..e2c35ef9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ before_script:
makecheck:
script:
- - ./autogen.sh --enable-stat
From: Victor Toso
Christophe Fergeau (21):
quic: Remove configurable RLE_PRED
quic: Remove configurable PRED
quic: Get rid of QUIC_RGB #define
quic: Get rid of RLE_STAT #define
quic: Get rid of RLE #define
quic: Factor common code
quic: Introduce CommonSt
From: Victor Toso
Signed-off-by: Victor Toso
Acked-by: Christophe Fergeau
---
NEWS | 24
1 file changed, 24 insertions(+)
diff --git a/NEWS b/NEWS
index e691583..3f54f77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+v0.35
+=
+
+- TLS v1.0 was disabled (rhbz#15210
From: Christophe Fergeau
With spice-common commit 72b0d603e12, SPICE_CHECK_CELT051 will error
out if celt051-devel is installed, but neither --enable-celt051 nor
--disable-celt051 are specified. This could be a problem when running
make distcheck, so this commit adds --disable-celt051 so that we
18 matches
Mail list logo