POP3 ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
SMTP ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
Kate
* Add .hh Extension for C++ syntax highlighting.
* Highlight 'read' and 'write', used when declaring properties in Pascal.
* Fix code folding breaks highlighting.
* Fix tabs in wrapped line broke cursor navigation.
* Fix save doesn't work after redo.
* Do not disable quit button when no session is selected but the open
session button.
* Pressing X now triggers the open session button, when it should trigger
quit button.
KControl
* When delete all is pressed, only delete the visible cookies if the view
is filtered.
* Do not loose the domain-specific cookie policies when cookie support is
disabled and re-enabled again.
* Newly added fonts are not available.
kdesktop
* Do not shutdown at autologout.
kdm
* Do not attempt to auto-login after a post-session shutdown confirmation.
* Fix CVE-2007-4569.
kwin
* Fix restarting KWin messes up active border order.
* Fix block global shorcuts is broken.
Konsole
* Real transparency support without side effects, if qt-copy patch #0078
is available.
Konqueror
* Fix Konqueror not autodetecting new plugins.
* Avoid preview crashes when view is invalid.
* Resolve media: and system: urls to local files in the popup menu.
* Fix crash when the window is deleted from onmousedown.
* Fix nspluginviewer crashes on amd64.
core libs
* Small performance improvements.
* Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an
existing file in the current directory.
* Be more robust against addressbar spoofing.
* A hostname may resolve to multiple addresses. When connection to one
timeouts, we should not immediately give up. Instead, we try the other
addresses.
http ioslave
* Fix crash on broken servers.
* Fix Connection failed Url Frame Redirection.
* Fix session cookies not always accepted.
* Fix persistent cookies are treated like session cookies.
* Fix a cross-site cookie injection vulnerability.
* Fix for correctly propagating HTTP response headers > 8K.
* Fix http responses containing just a header cause Konqueror to wait
indefinitely for a response.
* Fix problem with cookies in konqueror when server specified as IP adress.
* Fix per-site cookie policy does not apply to cookies set for subdomains.
KHTML
* Fix handling of font-variant:inherit.
* Fix GMail/Firefox yet again.
* Fix confused cursor shapes if mail and new-window links appear on the
same page.
* Fix cannot type text into boxes on riteaid.com.
* Optimize descendant selector matching.
* Fix invalid placing of image.
* Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest
Object" specification.
kjs
* Do not convert accented latin1 characters into undrawable char in
websites using advanced JavaScript.
A terminfo entry was installed into somewhere(or not) depending on tic command.
Install termcap/terminfo entry source file in examples directory and
mention it in MESSAGE.
Bump PKGREVISION.
* PrintOperation: Corrected a reference-counting problem that caused
crashes.
Changes 2.12:
* New classes: Builder, RecentAction, Tooltip, VolumeButton.
* Deprecated the Tooltips class.
* More...
* General Improvements
* Fixed incorrect behavior of the widget editing mode that
could occur when a form was resized.
* Fixed a crash that could occur when several commands were
redone in one go.
* Enabled MSVC and Borland project generators for the Qt Open Source
edition.
* Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in
the Xcode project generator to allow distributed (distcc) builds to
work again.
* more...
New in the 0.9.3 x11vnc release:
This release provides client-side caching to improve interactive
response. Almost no VNC viewers implement caching which is why
VNC is slow compared to other remote graphics protocols.
The x11vnc caching will work with any VNC viewer, but they will
not hide the pixmap cache region that is below the main desktop
(one must adjust the window manually). The SSVNC Unix VNC viewer,
however, automatically detects and hides the region.
To enable caching, supply "-ncache n" to x11vnc, where the
number n, e.g. 10, indicates how much memory to devote to the
caching scheme.
See http://www.karlrunge.com/x11vnc/#faq-client-caching
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.
Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.
Bump pkg revision.
Fixes PR 31417.
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.
Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.
Fixes PR 31417.
Renamed xlockrc.rc to xlock95.rc.
win95 settings fixes from Frank Fesevur
'Enabled' checkbox set in the savers configuration for is honored
when the random mode is selected.
Dialog rearranged to allow more room for Delay/Count/Cycles.
Version is now displayed.
ant3d,ant,life1d now with better colors. Really looked bad on Windows 95.
rain a new mode from Frank Fesevur.
Patch for running stuff like "xlock95.scr -s ant3d" thanks to
Frank Fesevur <ffes AT users.sourceforge.net> which makes testing
and showing a particular mode much easier.
Fix for xlock -resource in life.c.
Added a compile-time option "-DNO_TIME if you dont want the time in the
password window.
-- Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Use autoconf to check for usleep before falling into twisty #ifdef maze
-- Bug #9524: Markup problems on xset.1x
-- X.Org bug #10616: Add all the X info commands to See Also in man page
-- Man page formatting: make -geometry bold like other options
-- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Purge unused code from dsimple.c
-- dsimple.c: ANSIfy function declarations
-- Replace sprintf's with snprintf & strlcat
-- Add static & const qualifiers to xwininfo.c
-- #10616: xmag man page says "Cut" button instead of "Select"
-- Replace static ChangeLog with dist-hook to generate from git log
-- Sun bug 6359959: xmag overconsumes CPU due to its selection box
-- Sun bug 6359959: use nanosleep, poll or select
-- Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Sun bug 1166559: highlight of selection box not discernable on some configs
The most important feature of this release is a set of locking fixes,
which unbreak this library for threaded apps. The lock issues were
exposed by libxcb.
-- XChangeDeviceControl: Fix completely broken locking
-- XSetDeviceFocus: Add missing extension check
-- XGetSelectedExtensionEvents: Still more locking bugs
-- Bug #9659: Bad markup on XListInputDevices.3x
including:
-- Bug #12448: Don't try to trap 'ERR'.
startx is advertised as a POSIX sh script. These shells don't
necessarily support trapping 'ERR'. This makes startx work again with
dash (and probably others).
-- Fix broken test for /dev/random cookie generation failure.
-- Use /dev/random to generate the cookie if mcookie is unavailable.
-- Setting XAUTHORITY without having actually generated a cookie and created
.Xauthority led to issues if somebody like ssh later came around
and made the .Xauthority file for their own setup. So, simply make
it so that we never fail to create one.
-- Remove .serverauth.$$ file on signals or errors
pkgsrc changes:
Remove cookie maker environment variable from CONFIGURE_ENV, as the
script now does the "right thing".
tested by me, seems to work fine, ok'd by agc@
GtkIconCache now runs _gtk_icon_cache_validate() for every cache loaded. This
causes a big chunk of each icon cache file to be paged in; this makes apps slow
at startup when it is likely that other apps have caused the icon caches to be
paged out.
Bump PKGREVISION.
${WRKSRC}/xterm.log.html. Additionally, the pkgsrc-specific
changes are:
-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS. Now
we may all enjoy pull-down menus.
-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
--enable-narrowproto to CONFIGURE_ARGS. The latter fixes [possible]
problems with Xaw scrollbars.
-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.
-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h. The XKB
bell extension should now be properly detected and supported.
- Add "pcre" option, thereby supporting devel/pcre as xterm's regex
library.
Changes ok'd (more or less) by joerg@ and tested by me. For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
-work around iconv(3) incompatibilities: while NetBSD's iconv() is
probed as GNU iconv (due to its signature), it doesn't support empty
strings as encoding (interpreted as "current locale's encoding" by
GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make
it work as expected.
-update to 4.3.1
changes:
-bugfixes
-Updated the German translation to provide complete coverage of Qt
that are based on embedding white spaces in the url. In addition
the address bar could be tricked to show an URL which it is
intending to visit for a short amount of time instead of the
current URL.
http://www.kde.org/info/security/advisory-20070816-1.txt
Bump PKGREVISION for kdelibs3 and kdebase3
Bugfixes:
* Handle EIO errors (got when tcsh / fish exit) properly. Patch by
Zoltan Szalontai.
* Disabled Shift+Enter shortcut by default, since it may confuse new
users.
* Make Alt+Enter behave like Xterm.
. Added %T,%G,%P flags for percent interpolation (useful for dtach).
* Bold colored text is rendered in BOTH bold font, and bright color.
Use only bold font.
* r->num_fds is properly reduced when tabs are closed
* Ignore focus events of type NotifyGrab and NotifyUngrab. This
caused an annoying blinking when focussing other windows via the
keyboard. (Thanks to Roman Po???zka for pointing this out).
* Removed the --focusDelay option (no longer necessary with above
bugfix).
Enhancements:
* Added --titleFormat and --winTitleFormat options to control display
of tab and window titles.
* Added options --veryBright and --boldColors to control how bold
primary colors are rendered.
* Added --useFifo option, to make mrxvt listen for macros on a fifo.
Code based on patch by Jozef Vesely.
* Added Raise macro to "raise" the mrxvt window. Thanks to Jozef
Vesely for the patch.
* Added a UseFifo macro to enable / disable --useFifo at runtime.
* Defined a macro that opens a "mrxvt console" in a new tab (bound to
Ctrl+Shift+c by default).
* Added --enable-use-fifo compile time option for people paranoid about
security.
* Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts
to brighten even non-primary colors instead of drawing them in
bold. (Respects boldColors and veryBright).
* Made winTitleFormat a profile option.
* Added -ic option to set the application icon. (Adapted from patch
#1656294 by Stanislav Mekhanoshin)
* Check locale for encoding method if it is not specified by -km
option or multichar_encoding resource.
* Add new debugging facility such that a user can specify the
message type and verbose level by command line options. Run
`mrxvt -dmask whatever -dlevel something' for details.
* Fix compile error when use Sun Studio 10. Thanks to Quintin
Beukes for the patch.
- Fix the ends of files. Update the known cards date.
- Revamp scaling code.
- Add LVDS flat panel scaling support.
- Fix GeForceFX issues with video overlap.
- add quirk support for i830, including Lenovo TV out quirk
- imrpove CRT blanking
- bugfixes for address handling for 4GB+ addresses
- fix memcpy in i965 and increase vertex buffer size
- fix typo in man page
* TextBuffer: Removed the maemo-specific methods
get_can_paste_rich_text(), set_can_paste_rich_text(),
set_rich_text_format(), and set_rich_text_format_all(), because they have
been removed from the maemo GTK+ 2.10, in favour of the new regular GTK+ 2.10
methods.
* Build: Fix the tests when properties are disabled.
* Documentation:
- FileChooser API reference improvements.
- Improved cflags/libs section.
ChangeLog:
o new option: skipScroll/-ss, enabled by default.
o go with the times and expect x11 library files in /usr/lib, not
/usr/X11R6/lib.
o initial transparency improvement/afterimage support patch by Sasha Vasko.
o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps).
o do not process focus events caused by grabs (patch by Mikachu).
o add iso14755_52 resource to disable iso14755 5.2 (exg).
o add binding for backspace in iso14755 5.1 to remove the last digit (exg).
o better option handling, support more than 30 options (exg).
o nuke reconf script, serves no purpose anymore.
o fixed and documented matcher/on_user_command processing in matcher extension
(tpope).
o compile out of the box on Solaris 10 (exg).
o fix MappingNotify events (reported by Stephan Walter).
o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
- man page improvements
- search all configurations if the simple CRTC allocation failed
- document options added in 1.2.1
- output mode flags with verbose
- more supported GeForce 8 mobile chips
- more MacBook fixes
- support for very low memory configurations
- fix color map corruptions with some older chips
- mode validation for G80
- rudimentary VBE-based dual head support for pre-G80 chips
- randr 1.2 support
- fix hang in NVSync with EnterVT
- add an automake conditional to configure
- use that to build xmakestr using manual build rules. X11_CFLAGS is
honoured, but not CFLAGS as the latter is likely to contain platform
specific flags.
- use either makestr or xmakestr for building StringDefs.c, depending
on whether we are cross-compiling or not.
- pass down native compiler and flags for cross-compiliation
Supported-by: Google SoC 2007
- define an automake conditional for cross-compilation
- build xmakekeys in addition to makekeys when using
cross-compilation. Provide manual compiliation rules to replace
the default automake rules. We do use X11_CFLAGS, but we do *not*
want CFLAGS as the latter can contain platform specific flags like
-mieee on Alpha.
- Use either xmakekeys or makekeys depending on whether this is a native
build or not.
Supported-by: Google SoC 2007
- Configuration/Compilation
* Fixed OpenBSD and NetBSD build issues.
- Legal
* Added information about the OpenSSL exception to the GPL.
- Documentation and Examples
* Added information about the TS file format used in Linguist.
* Moved platform and compiler support information from
www.trolltech.com into the documentation.
* Added an Accessibility overview document.
* Added new example to show usage of QCompleter with custom tree models.
- Translations
- Added support for the CP949 Korean Codec.
- [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII
and QT_NO_CAST_TO_ASCII defines and therefore is more robust when
using codecs.
- Added support for HP-UX 11i (Itanium) with the aCC compiler
- Changed dialogs to respond much better to the LanguageChange event.
(i.e. run time translation now works much better.)
- Signals and slots
* [61295] Added Qt::BlockingQueuedConnection connection type, which
waits for all slots to be called before continuing.
* [128646] Ignore optional keywords specified in SIGNAL() and SLOT()
signatures (struct, class, and enum).
* Optimize emitting signals that do not have anything connected to them.
- [121629] Added support for the MinGW/MSYS platform.
- [102293] Added search path functionality (QDir::addSearchPath)
- Almost all widgets are now styleable using Qt Style Sheets.
changes:
- Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so
it works for the non-migratable case (for Xnest, XDMCP, etc.).
- Use an unsigned char buffer in gdm_fdgetc
- Just display the default "authentication failed" message when we
receive PAM_AUTHINFO_UNAVAIL
- Translation updates
- Fix crashing issue with XDMCP logic.
pkgsrc change: fix the substitution which is supposed to make the
NetBSD logo appear on the default login screen, but do so for a NetBSD
pkgsrc target only.
Should fix PR pkg/34955 by Hauke Fath
Overview of Changes from GTK+ 2.10.13 to 2.10.14
================================================
* Bugs fixed:
453365 gdk_pixbuf_get_file_info crashes on tif files
164809 Checkboxes with inconsistent status are not drawn properl...
426987 Panel freezes after upgrading gtk icon cache
435840 GTK_WIDGET_SAVED_STATE inconsistency
437281 gtk_button_set_image destroyes the old image
440040 Reference counting in GtkPrintOperation goes awry
448544 Refcount issues in GtkCellRendererSpin
451070 Broken CUPS SSL printing in gtk 2.10.13
112404 Problem with focus when closing transient window
* Updated translations:
Estonian (et)
Russian (ru)
changes:
-bugfixes
-translation updates
-Isolated the X11 dependency, making easier to support others graphical
environments
-Improved the magnifier compositor performance, through the elimination of
X11 sync calls
-Create an applet to apply colorblind filters
changes:
-Add support for beryl in gnome-wm
-Make it possible to save a session with multiple clients that are the
same program
-bugfixes
-translation updates
- fixed integer overflows [ patched before ]
- fixed file descriptor leak
- allow re-entrant Xlib calls from _XIOError for the sake of
atexit handlers or ELF/C++ destructors
- define XTHREADLIB and XTHREAD_CFLAGS [ not perfect, but used for now ]
- Many constness and some 64bit issues fixed
- Added man apge for XKB
Add a NetBSD xsrc patch to unlock mutexes before destroying them.
- Introduce catalogue FPE, which contains symlinks to font directories.
Options like unscaled can be attached to it. Fix a bug in this code.
- Remove lots of dead code and cleanup some warnings.
Note: the second point does change the ABI, but as the code seems to have
been unused, I'm not forcing a major bump that upstream didn't do.
New in the 0.9.2 x11vnc release:
A compile-time bug is fixed for when the OpenSSL library is not
available or --without-ssl is supplied; previously the
build would fail.
One can configure x11vnc via "configure --with-system-libvncserver"
to use a system installed libvncserver library instead of
the one bundled in the release tarball.
If UltraVNC file transfer or chat is detected, then VNC clients
are "pinged" more often to prevent these side channels
from becoming serviced too infrequently.
In -unixpw mode in the username and password dialog no text will
be echoed if the first character sent is "Escape". This
enables a convenience feature in SSVNC to send the username
and password automatically.
miscellaneous new features and changes:
When building from the CVS tree --with-x11vnc must be supplied if
you want x11vnc to be built. The LibVNCServer release
tarball no longer contains the x11vnc source.
* RadioAction: Correct a reference-counting error in the "changed" signal.
* RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with
the full version of add_item().
* Menu: Fix memory problems during destruction by handling attached widgets as
we already handle child widgets.
* Correctly ifdef-out initialization of deprecated classes.
* Build: Cope with newer m4 versions.
* Documentation:
FAQ: Emphasize that libglademm is preferred to glademm.