Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388667 - net-libs/libvncserver-0.9.8.1 version bump
Summary: net-libs/libvncserver-0.9.8.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 14:51 UTC by Corentin Chary (RETIRED)
Modified: 2011-11-16 08:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Corentin Chary (RETIRED) gentoo-dev 2011-10-27 14:51:07 UTC
sys-process/parallel-20111022 was detected by euscan.

Changes since last version available in portage:

20111022

* --tag prepends lines with the argument(s). If used with --(n)onall
  the line will be prepended with the sshlogin instead.

* --shellquote does not run the command but quotes it using \'s.
  Useful for making quoted composed commands.

* --profile can now be repeated merging multiple profiles.

* --bibtex now gives the BibTeX entry.
  Thanks to Aleksandr Levchuk for testing.

* Makefile for simple .deb package.
  cd packager/debian; make

* sql: --list-databases lists the databases.

* Bug fixes and man page updates.


20110822

* --timeout implemented so that slow commands can be killed

* CPU detection improved for Mac OSX. Thanks to Wayne E. Seguin.

* Example of a parallel webcrawler in the man page.

* Bug fixes and man page updates.


20110722

* niceload: --hard will suspend a program if a limit is reached - as
  opposed to just slowing the program down.

* niceload: --soft will slow the program down - as opposed to
  suspending the program completely.

* niceload: --run-io will slow down a program if disk io goes above a
  certain limit.

* niceload: --run-load will slow down a program if loadaverage goes
  above a certain limit.

* niceload: --run-mem will slow down a program if free memory goes
  below a certain limit.

* niceload: --run-noswap will slow down a program if the computer is
  swapping.

* niceload: --start-io, --start-load, --start-mem, --start-noswap will
  defer starting a program until the system is below the limit.

* --io, --load, --mem, and --noswap sets both --run-* and --start-*.

* niceload got a major rewrite and is now object oriented.

* Bug fixes and man page updates.


20110622

* --onall will run all the jobs on all the computers. This is useful
  for systemadinistrators having multiple servers.

* --nonall runs like --onall but reads no arguments from stdin
  (standard input), so is possible to do:
  parallel --nonall -S computer1,computer2 uptime

* Context replace now works with multiple input sources:
  parallel -X echo {1}-{2} ::: 1 2 3 ::: a b c

* --noswap do not start a job on a server that is swapping.

* Bug fixes and man page updates.


Reproducible: Always
Comment 1 Corentin Chary (RETIRED) gentoo-dev 2011-10-27 14:53:46 UTC
Arggg ... I hit enter on the wrong input control ! Is there a way to delete a comment ?

Here is the real changelog for libvncserver:


LibVNCServer 0.9.8.1:

Maintenance release that fixes an ABI compatibility issue introduced with 0.9.8. 

You can get it over on http://sourceforge.net/projects/libvncserver/files/libvncserver/0.9.8.1/LibVNCServer-0.9.8.1.tar.gz/download

LibVNCServer version 0.9.8:

You can get it over on http://sourceforge.net/projects/libvncserver/files/libvncserver/0.9.8/LibVNCServer-0.9.8.tar.gz/download

Overall changes:
Automagically generated API documentation using doxygen.
Added support for pkg-config.
Fixed Mingw32 cross compilation.
Fixed CMake build system.

LibVNCServer/LibVNCClient:
All files used by _both_ LibVNCServer and LibVNCClient were put into a 'common' directory, reducing code duplication.
Implemented xvp VNC extension.
Updated minilzo library used for Ultra encoding to ver 2.04. According to the minilzo README, this brings a significant speedup on 64-bit architechtures.

LibVNCServer:
Thread safety for ZRLE, Zlib, Tight, RRE, CoRRE and Ultra encodings. This makes all VNC encodings safe to use with a multithreaded server.
A DisplayFinishedHook for LibVNCServer. If set, this hook gets called just before rfbSendFrameBufferUpdate() returns.
Fix for tight security type for RFB 3.8 in TightVNC file transfer (Debian Bug #517422).

LibVNCClient:
Unix sockets support.
Anonymous TLS security type support.
VeNCrypt security type support.
MSLogon security type support.
ARD (Apple Remote Desktop) security type support.
UltraVNC Repeater support.
A new FinishedFrameBufferUpdate callback that is invoked after each complete framebuffer update.
A new non-forking listen (reverse VNC) function that works under Windows.
IPv6 support. LibVNCClient is now able to connect to IPv6 VNC servers.
IP QoS support. This enables setting the DSCP/Traffic Class field of IP/IPv6 packets sent by a client. For example starting a client with -qosdscp 184 marks all outgoing traffic for expedited forwarding. Implementation for Win32 is still a TODO, though.
Fixed hostname resolution problems under Windows.
SDLvncviewer
Is now resizable and can do key repeat, mouse wheel scrolling and clipboard copy and paste.

LinuxVNC:
Fix for no input possible because of ctrl key being stuck. Issue was reported as Debian bug #555988.
Comment 2 Michael Weber (RETIRED) gentoo-dev 2011-11-16 01:57:34 UTC
+*libvncserver-0.9.8.2 (16 Nov 2011)
+
+  16 Nov 2011; Michael Weber <xmw@gentoo.org> +libvncserver-0.9.8.2.ebuild:
+  Version bump (thanks to Corentin Chary for the report bug 388667), added
+  gnutls and crypt USE flags. non-maint commit.
+

Can you please check the new version? Thanks
Comment 3 Corentin Chary (RETIRED) gentoo-dev 2011-11-16 08:17:14 UTC
Seems to build fine, but I did not test the gnutls use flag. Thanks !