Update to 0.15.5:
v0.15.5 (2015-08-19) ====================== -- fix encryption not enabled when pycrypto is missing: error out -- fix encryption information leak, free network packets after use -- fix authentication plugins -- fix latency with many sound codecs: vorbis, flac, opus, speex -- fix the desktop naming code (worked by accident) -- fix OpenGL errors with windows too big for the driver -- fix some subcommands when encryption is enabled -- fix spurious errors on closed connections -- fix incorrect colours using CSC Cython fallback module -- fix size limits on Cython fallback module -- fix some invalid Xorg dummy modelines -- fix aspect ratio not honoured and associated warnings -- fix printing file compression -- fix errors in packet layer accounting -- fix regression in python-lz4 version guessing code -- fix RPM packaging: prefer our private libraries to the system ones -- fix pactl output parsing -- fix error on Posix desktop environments without virtual desktops -- fix unlikely connection closing errors -- fix value overflows when unpremultiplying alpha channel -- ship a default configuration file on OSX -- try not to downscale windows from shadow servers -- add vpx-xpra to the RPM dependency list so we get VPX 1.9 support -- make it possible to generate the EXE installer without running it -- allow the user to remove some atoms from _NET_SUPPORTED -- show maximum OpenGL texture size in diagnostics and bug reports -- minor python3 fixes
This commit is contained in:
parent
07f07feebe
commit
c94dbdfb3a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2015/08/14 20:43:35 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
|
||||
|
||||
DISTNAME= xpra-0.15.4
|
||||
DISTNAME= xpra-0.15.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xpra.org/src/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.20 2015/08/14 20:43:35 thomasklausner Exp $
|
||||
$NetBSD: distinfo,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
|
||||
|
||||
SHA1 (xpra-0.15.4.tar.xz) = 1161cc8033147a0fcb3d6c74af82406c5d4b0014
|
||||
RMD160 (xpra-0.15.4.tar.xz) = a6e771ed2097303576c2c033ce2a19dbf83aa64e
|
||||
Size (xpra-0.15.4.tar.xz) = 1194484 bytes
|
||||
SHA1 (xpra-0.15.5.tar.xz) = 74a6c50df41a3830f6d497f320678358b09ec3d2
|
||||
RMD160 (xpra-0.15.5.tar.xz) = 706d6bd956989fd46c2708954a0b4f0fe8245393
|
||||
Size (xpra-0.15.5.tar.xz) = 1195776 bytes
|
||||
SHA1 (patch-xpra_x11_gtk__x11_gdk__bindings.pyx) = ee45b2e56b36d3c55b8e07ccd90daccda0b222df
|
||||
SHA1 (patch-xpra_x11_gtk__x11_gdk__display__source.pyx) = 5786562b61e10f807d1e42bdce37fa7108f48cf5
|
||||
|
|
Loading…
Reference in a new issue