Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Added the experimental RBU extension. Note that this extension is experimental and subject to change in incompatible ways.
Added the experimental FTS5 extension. Note that this extension is experimental and subject to change in incompatible ways.
Added the sqlite3_value_dup() and sqlite3_value_free() interfaces.
Enhance the spellfix1 extension to support ON CONFLICT clauses.
The IS operator is now able to drive indexes.
Enhance the query planner to permit automatic indexing on FROM-clause subqueries that are implemented by co-routine.
Disallow the use of "rowid" in common table expressions.
Added the PRAGMA cell_size_check command for better and earlier detection of database file corruption.
Added the matchinfo 'b' flag to the matchinfo() function in FTS3.
Improved fuzz-testing of database files, with fixes for problems found.
Add the fuzzcheck test program and automatically run this program using both SQL and database test cases on "make test".
Added the SQLITE_MUTEX_STATIC_VFS1 static mutex and use it in the Windows VFS.
The sqlite3_profile() callback is invoked (by sqlite3_reset() or sqlite3_finalize()) for statements that did not run to completion.
Enhance the page cache so that it can preallocate a block of memory to use for the initial set page cache lines. Set the default preallocation to 100 pages. Yields about a 5% performance increase on common workloads.
Miscellaneous micro-optimizations result in 22.3% more work for the same number of CPU cycles relative to the previous release. SQLite now runs twice as fast as version 3.8.0 and three times as fast as version 3.3.9. (Measured using cachegrind on the speedtest1.c workload on Ubuntu 14.04 x64 with gcc 4.8.2 and -Os. Your performance may vary.)
Added the sqlite3_result_zeroblob64() and sqlite3_bind_zeroblob64() interfaces.
|
|
With this change, the check if the current architecture is supported is
only performed if SSP is enabled in the first place. This should not
change the current behavior; tested on NetBSD/amd64.
Suggested by wiz@
|
|
|
|
|
|
* Bug fixes:
- Remove whitespaces from monitor name when accessing settings
Patch by Andreas Müller
- Settings: Fix loading of wallpaper previews (Bug #11892)
- Rotate images for wallpaper based on embedded orientation
* Translation updates:
English (Australia) (en_AU), Spanish (Castilian) (es),
Lithuanian (lt), Swedish (sv)
|
|
|
|
ScrollZ v2.2.3, 29.12.2013
! crash when displaying very large aliases (reported by -jff-)
! +password in ENCRMSG is not treated as a FiSH key if FiSH is
not available (reported by -jff-)
! slashes (on Unix) and backslashes (on Windows) in channel names
are converted to underscores in per channel logging
+ SET DEFAULT_PROTOCOL to specify default IP protocol for
server connections (patch by SteelyDan)
! parallel make install (patch by Nathan Phillip Brink)
! respect CPP flags in Makefile (patch by Nathan Phillip Brink)
! dependencies in Makefile, fixes build on Debian sid
(reported by juha)
! example for REGEXPREP (thanks SteelyDan)
! MODE #channel I/e/b for IPv6 addresses (reported by Jugernaut)
~ set AI_ADDRCONFIG flag for IP lookups when IPv6 support is
enabled (suggested by SteelyDan)
! update target directory for manual page to modern /usr/share/man
(reported by dan408)
+ parsing of numeric 378 for freenode (requested by SteelyDan)
! configure now exits if it can't find a working libtermcap
/ libncurses
+ half-op counters are now displayed in NWHOIS
! various small fixes
! memory / fd leaks reported by valgrind (thanks SteelyDan)
- ICB support (patch by SteelyDan)
+ IRC servers can now be grouped (patch by SteelyDan)
+ TRACE facility, read HELP SET TRACE for more information
(this is optional and has to be enabled in defs.h and is
meant to help me track down bugs faster)
! annoying bug where bound channels would sometimes get
relocated to a random window on reconnect
! do not lose one page of scrollback buffer after CLEAR
(reported by -jff-)
! compilation on FreeBSD 10 (reported by FBSD maintainer)
! IPv6 address formatting (reported by SteelyDan)
! SHOWUSER formatting of long user@host strings (reported
by SteelyDan)
! reconnect when server is specified as IPv6 address
! active servers can no longer be deleted (reported by SteelyDan)
+ new ignore types NICK for nick changes and QUIT for sign off
messages (requested by dc)
------------------------------------------------------------------------------
ScrollZ v2.2.2, 15.4.2012
! auto completion bug introduced by a rather stupid fix in v2.2.1
(reported by bon)
------------------------------------------------------------------------------
ScrollZ v2.2.1, 30.12.2011
! a crash when input buffer exceeded 1024 characters and AUTOCOMPL
was enabled (reported by Jugernaut)
+ public flood now displays flooded channel (requested by Blaxthox,
patch by SteelyDan)
! topic time display no longer cuts off year when using T command
(fix by SteelyDan)
! CDCC size reporting (fix by SteelyDan)
+ path tabkey completion for SET AWAY_FILE, DECRYPT_PROGRAM,
ENCRYPT_PROGRAM, HELP_PATH, HISTORY_FILE, LOAD_PATH, LOGFILE,
XTERM_PATH and for WINDOW LOGFILE (patch by SteelyDan)
! tabkey completion for SETs (fix by SteelyDan)
~ use non-obsolete GnuTLS APIs (fixes Debian bug #624050)
------------------------------------------------------------------------------
ScrollZ v2.2, 14.5.2011
+ SET USERNAME to set username sent to IRC server (requested by jm_)
! a silly bug that made client confused about the nickname (if
initial connect returned invalid nickname error, thanks to enkil
for debugging)
! a bug where bound channel was bound to another window on
reconnect (patch by jm_)
! tab handling should no longer crash after reconnects (patch by jm_)
! handling of numeric 477 for networks with NickServ (reported
by several users)
! crash when delay joining a channel (reported by flashback)
! DCC speed reporting
! WHOIS actually (fix by flashback)
! LINKS command would stop working when server throttling
kicked in (fix by flashback)
+ SET RATELIMIT_JOIN - configurable server versions on which channel
joins are rate limited (implemented by flashback)
+ client with UTF-8 support should be buildable on SGI IRIX
+ tabkey improvements for OP, DOP, HOP, DH, VO and DV, read
HELP TABKEY for more information (patch by flashback)
! status bar corruption on 64-bit systems due to overlapping
string copy
! number of DCC GET/SEND requests in status bar is now correctly
set to zero when a signal USR1 is received
+ SHOWIDLE can now be sorted, see help for details
(requested by Blaxthos)
! FiSH on 64-bit systems
------------------------------------------------------------------------------
ScrollZ v2.1, 23.12.2009
I'd like to dedicate this release to frash who passed away in
September 2009.
NOTICE: Mailing list is no longer operational. It only received
spam so we have decided to turn it off.
! ISO 2022 JP encoding in lastlog
! compilation using older compilers (gcc 2.95, reported by aflux)
! IGNORE blah ^TYPE (reported by one)
+ SET DCC_HOST (requested by wiz)
! line wrapping improvements (patch by jm_)
! GNU TLS now uses pkg-config (patch by Mike Markley, thanks)
+ configure option to disable UTF-8 support
+ push line functionality, default bind is alt-q, see help
for more info (patch by jm_)
! default STATUS_FORMAT now properly terminates colour sequence
to prevent background colour overflowing to next lines
(reported by TrN)
~ FiSH encryption now requires libgmp (patch by TrN based on
implementation by Dcoder)
+ SET ENCRYPT_PAD_MSGS and SET ENCRYPT_PAD_PUBLIC (an effort to
make encryption less prone to frequency analysis attacks)
+ SET SAVE_ENCRYPTION_KEYS, when enabled keys used for encryption
are saved to ScrollZ.save (requires master password to be set
as keys are encrypted using master password, requested by TrN,
you are prompted to enter master password when client is restarted
if keys are found in ScrollZ.save)
+ improvements to tabkey handling for directories (patch by jm_)
+ various small improvements
! fixes for 64-bit systems (reported by Jugernaut)
! some bugs that led to crashes (mostly dereferencing NULL pointers)
~ W without arguments uses current channel (patch by flashback)
! buffer overflow crash (reported by fet)
------------------------------------------------------------------------------
ScrollZ v2.0, 30.12.2008
! IGNORE nick ignore_type works again (reported by -jff-)
+ URL catcher now saves nick and channel in publics
+ OpenSSL support (use configure --with-openssl)
! input encodings other than UTF-8 produced garbled non-ASCII
characters when input history was used (reported by biini)
! crashes when iconv fails (reported by ShadowImg)
+ $stripcrap() which strips all non-printable characters
from a string (requested by JohnnyM)
+ $tr() which translates characters in set1 from characters
in set2 (similar to a Unix tr utility, requested by JohnnyM)
+ $pattern() which returns all words from a list that are
matched by a pattern (requested by JohhnyM)
+ $chr() which returns string from a list of ascii codes
! DCC RAW connections executed connect hook too early when
non blocking connections were enabled
! ScrollZ now runs fine on Mac OS X x86
+ SHOWCHAN which allows one to hide certain channels from
status bar (requested by juha)
+ LISTN now has options to list only online/offline notifies
(requested by ol@fson)
! STRSTR() which returned wrong string
! SET AWAY_FILE now accepts full path for ScrollZ.away file
(reported by gebion)
+ URL catcher now also handles channel topics
! don't print join sync msg when sending mode #chan +b, this
happens upon receiveing channel operator status after join
because we send MODE #chan e to obtain ban exceptions
(reported by wiz)
+ ISO-2022-JP encoding support, /SET ISO2022_SUPPORT ON
if you need it
! bug when nick ended with a tilde, client would still show
nick as present even though they parted the channel
(reported by juha)
! WHO -FILE fixes by flashback
+ support for numeric #479 (illegal channel name, coded by
flashback)
+ FiSH support has been integrated in main src
+ MSG -SERVER (requested by smk)
~ DCC RAW no longer sends newline by default, fix your scripts
in case you need this!
+ SET AUTO_RECONNECT_CHANNELS (coded by flashback)
+ -n CLI parameter, if specified no server is connected at
startup (coded by flashback)
! configure should now properly find iconv.h on FreeBSD
! don't send disconnect notice in plain text when SSL
connection is used (reported by wiz)
! crash when server connection is closed in case of SSL connections
(if GNUTLS is used, reported by q)
+ tab completion for SET variables (implemented by flashback)
+ WHOIS now recognises numeric 671 (secure connection, implemented
by flashback)
+ upon receipt of DCC REJECT CTCP reply the corresponding DCC
is closed
+ SET SEND_USERHOST_ON_NICK_IN_USE (if set to off client will
not send userhost query when server sends nickname already
in use reply)
+ MONITOR support (available on ircd-ratbox, coded by flashback)
+ SET NETSPLIT_TIME (to set how long client keeps netsplit info,
patch by flashback)
! stuck input prompt bug (thanks to wiz for testing)
! SZsetup was missing some colours (reported by jm_)
! crash upon exit if flood list was not yet initialized
+ SET NOTIFY_SHOW_NAME (if enabled activity includes
window name, patch by flashback)
+ WINDOW UNNAME (unset window name, patch by flashback)
! long standing bug where client would send stuff from
unnitialised buffer to server (thanks to Jugernaut
for helping me with this)
+ SET CHANLOG_STRIP_ANSI (by flashback, when enabled ANSI
colour codes are stripped from chanlog)
+ SET STATUS_NOTIFY_END and SET STATUS_NOTIFY_START
(see help for more info, patch by jm_)
------------------------------------------------------------------------------
ScrollZ v1.9.99, 30.10.2006
NOTE: Homepage has been changed to http://www.scrollz.org/
+ temporary ban shitlist type (see help on commands ADDBK
and BANTIME, requested by duckdown)
! crash on SET -STATUS_FORMAT (reported on Debian BT)
! memory leak (ircII bug from UTF-8 code merge)
+ SET STATUS_LINES to set default number of status lines
for new windows (requested by a Debian user)
+ SET STATUS_SCROLLED, SET STATUS_SCROLLED_LINES (ircII merge)
- SET USE_OLD_MSG (ircII merge)
~ flood protection status bar variable has been renamed to %X
------------------------------------------------------------------------------
ScrollZ v1.9.98.1, 4.5.2006
! compilation without ANSI colour support
! ANSI colour support when compiled without iconv support
------------------------------------------------------------------------------
ScrollZ v1.9.98, 1.5.2006
! core dump on exit when FLOOD_USERS was increased (reported by jm_)
! crash on IrcNet when doing /FILINE (reported by kore)
! orig nick displaying server messages even if quiet mode
was enabled (it happened if lag is greater than orig nick timer,
reported by wood)
! GNU TLS 1.0 is required for SSL support now, OpenSSL is no
longer supported
+ REGEXPREPL() which offers POSIX.2 compatible search & replace
functionality with back references support, see HELP ALIAS FUNCTIONS
for an example
! ncurses check during configure, should fix build on SuSE Linux
+ IGNORE nick!user@host now works (reported by pluto)
~ userlist takes precedence over shitlist (so you can shitlist
*!*~*@* and still alow *!*user@*.host.com, requested by tel)
! DESTDIR errors for manual pages (fix provided by Matto Fransen)
! numeric 477 is properly handled on Freenode (reported by TrN)
+ merged UTF-8 support from ircII - some things might be
broken because of that, please report bugs
+ support for channel modes gzQ on freenode (requested by TrN)
+ $chankey(#channel) returns channel key (requested by TrN)
|
|
|
|
While here, add comments to patches.
Changelog not found, author doesn't seem to believe in it.
|
|
|
|
Add comment to patch while here.
1.8.2:
Added the -spec option, to make the interpreter label itself as
spec 1.0 compliant
Fixed small bugs in arithmetic shift right and printing newlines.
Added support for 64-byte-long properties (spec 1.0 feature)
|
|
|
|
Changed default tail command arguments
Fixed input-record-separator command line argument to allow for a null string
Corrected perlcode parsing and depth handling
Fixed how swatch kills off the tail command on exit
Fixed how the tail command is launched
|
|
|
|
|
|
|
|
IMAPFilter 2.6.2 - 30 Jun 2015
- Bug fix; drop connection on local certificate mismatch.
IMAPFilter 2.6.1 - 29 Jun 2015
- Support for loading the system's CA certificates from a file.
- Bug fix; flusing of standard output/error in a some cases.
IMAPFilter 2.6 - 16 Jun 2015
- Optimizations that vastly improve performance of the meta-searching
functionality, by making subsequent search requests limit their scope based
on the results already returned by previous requests (previously this was
the case only for the match_*() methods).
- Lua 5.3 compatibility (the codebase can still be compiled with versions 5.2
and 5.1).
- A new "limit" option can be used as a work-around for problems that some
servers have with long requests.
- The documentation now clarifies how to make the client block indefinitely.
- Bug fix; the check_status() method now returns 4 numbers on error as
described in the documentation (just negative values in this case).
- Bug fix; flushing of default output on password prompt.
- Bug fix; program fault when very long requests were to be sent.
IMAPFilter 2.5.7 - 16 Nov 2014
- Support for automatic validation of SSL connections, using the operating
system's installed trusted CA certificates (usually from authorities that
are shipped with web browsers).
- A new "wakeonany" option makes it possible to end IDLE mode on any event,
not just on new messages.
- A new "reenter" option controls whether IDLE mode should be re-entered,
after the recovery of the session, which makes it possible to continue with
the execution of the next line in the configuration file.
- The documentation now mentions that the contain_*() methods do
case-insensitive searching (an IMAP limitation).
- The documentation now has a better explanation of the arrived_*() and
sent_*() methods.
- Bug fix; the value returned by the copy method was incorrect in some cases.
|
|
|
|
Mac OS X port
use safe string functions
don't core dump if given host list is empty
fixed host name length measurement when reading from stdin.
|
|
|
|
Fixed incorrect implementation on rc4.
Hidden all the binary executable symbols but one.
Expiration date and most strings are encrypted too.
All the encrypted payload is now randomized.
Group and others read permision is now removed by default as read
permision of the script exposes it to disassembling.
Fixed bug: "rlax" used after encryption.
Fixed bug: "vfork" fails on multiprocessor systems.
Fixed sma11 -d option bug.
Fixed untraceable() problems on FreeBSD.
License clarification about the rc4 implementation.
Bug on 64bit systems with expiration dates.
Fixing a long standing bug making the source not hidden.
|
|
|
|
- version: 2.33.0
date: 2015-07-24
new features:
- title: "Driver for SONY DPT-S1."
- title: "Edit Book: When showing suggestions for mis-spelled
words, also show suggestions from user created word lists"
- title: 'Edit Book: Check Book: Add a check for "invalid" ids'
bug fixes:
- title: "Conversion: Ignore stylesheets linked via media
queries that use device specific features."
- title: "Fix covers not being read from some TXTZ files."
- title: "ODT Input: Add support for numbered lists that do
not start numbering at 1."
improved recipes:
- msnbc.com
- Houston Chronicle
|
|
|
|
|
|
-------------------
7.11 Thu Jul 16 14:36:00 CEST 2015
- AnyEvent::Socket::parse_ipv6 could accept malformed ipv6
addresses (extra "::" at end and similar cases).
- add a more explicit warning to AnyEvent::Handle that it doesn't
work on files, people keep getting confused.
- new function AnyEvent::Socket::tcp_bind.
- new functions AnyEvent::fh_block and AnyEvent::fh_unblock.
- aligned ipv6 address formatting with RFC 5952 (by not shortening
a single :0: to ::).
- added stability canary support.
|
|
|
|
- Add following DEPENDS
+DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
- Drop patch-libev_ev.c (seems to be fixed)
- Add comment on patch (from cvs log)
(upstream)
- Update 4.18 to 4.21
-------------------
Changes marked with (libev) are changes in libev, and have more
documentation in the libev Changes file.
4.21 Mon Jul 13 21:47:33 CEST 2015
- allow argument in timer->again.
- document timer->remaining.
- document default repeat value for timer->set.
4.20 Sat Jun 20 13:07:34 CEST 2015
- added stability canary support.
- truly rely on automatic configuration for clock_gettime and others.
unfortunately, this doesn't help with activeperl and similar perls,
which define _POSIX_TIMERS without actually implementing any of it.
- (libev, ecb) make it compile as C++ again.
- (libev) fix a potential aliasing issue when accessing watcher cbs.
|
|
|
|
No real differences except using official master site and py- prefix.
|
|
|
|
|
|
which are after 1.01 of p5-Net-DNS part of that package instead.
Fixes https://rt.cpan.org/Public/Bug/Display.html?id=105698 while
we wait for version 1.01 of Net::DNS::SEC.
PKGREVISION bumped.
|
|
|
|
|
|
3.16.0 (stable):
Gtk
* Builder: Don't get gtkmm-derived GTypes while parsing TreeModel <columns>
(Kjell Ahlstedt) Bug #742637.
3.15.10 (unstable);
Gtk:
* Label: Add get/set_xalign/yalign() and properties.
(Murray Cumming)
* PaperSize: Define the paper name constants in the .cc file
(Benoît Dejean) Bug #745345
Documentation:
* CssProvider::load_from_data(): Document that this throws an exception.
(Murray Cumming)
* Icon theme demo: Catch exceptions while loading icons.
(Kjell Ahlstedt)
* Stock: Mention the named icons for Copy, Cut, Paste and Delete.
(Murray Cumming) See GTK+ bug #741969
3.15.9 (unstable);
Gtk:
* Add StackSidebar.
(Kjell Ahlstedt)
* StackSwitcher: Add unset_stack().
(Kjell Ahlstedt)
* StyleContext: Deprecate list_regions(), add_region(),
remove_region(), has_region(), get_backgrount_color(), get_border_color(),
invalidate.
(Kjell Ahlstedt)
* TextBuffer: Wrap the serialize()/deserialize() methods.
(Kjell Ahlstedt) Bug #694250
* Widget: Deprecate Deprecate override_color(), unset_color(),
override_background_color(), unset_background_color(), override_font(),
unset_font(), override_symbolic_color(), unset_symbolic_color(),
override_cursor(), unset_cursor().
(Kjell Ahlstedt)
* Window: Deprecate Deprecate property_has_resize_grip(),
property_resize_grip_visible(), set/get_has_resize_grip(),
get_resize_grip_is_visible(), get_resize_grip_area().
(Kjell Ahlstedt)
* Fix error messages from gmmproc by removing unnecessary _IGNORES()s.
(Kjell Ahlstedt)
Gdk:
* Device: Add get_vendor_id() and get_product_id().
(Murray Cumming)
Documentation:
* demos: Add stacksidebar demo.
(Kjell Ahlstedt)
* demos: Replace calls to deprecated Widget::override_*() API.
(Kjell Ahlstedt)
* Container: Remove obsolete comments that confuse doxygen.
(Kjell Ahlstedt)
* Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.
To workaround a doxygen bug, to fix the genereated DevHelp search index.
(Murray Cumming) Bug #743918
3.15.4 (unstable);
Gtk:
* Builder::get_type_from_name_vfunc(): Call the base class function.
Instead of jusgin calling g_type_from_name(), in case the base class
function does more.
(Kjell Ahlstedt) Bug #742637.
* TextBuffer:
- Add insert_martkup().
- Add the copy_target_list and paste_target_list properties.
(Kjell Ahlstedt)
Documentation:
* Pixbuf: Change a mention of Glib::ResourceError to Gio::ResourceError.
(Kjell Ahlstedt)
3.15.3 (unstable);
Gtk:
* CssProvider: Add CssProviderError and signal_parsing_error()
(Kjell Ahlstedt)
* Add CssSection.
(Kjell Ahlstedt)
* Dialog: Fix the constructors with DialogFlags.
(Kjell Ahlstedt) Bug #738513 (Simonas Kazlauskas)
* ScaleButton:
- Correct the constructor.
- Add a constructor without the icons.
(Murray Cumming)
* ScrolledWindow: Add get/set_overlay_scrolling() and property.
(Juan R. García Blanco)
* Stack: Add hhomogeneous and vhomogeneous properties.
(Juan R. García Blanco)
* TextTag: Add fallback, fallback-set, letter-spacing, and
letter-spacing-set properties.
(Juan R. García Blanco)
* TextView: Add monospace property.
(Juan R. García Blanco)
* Widget: Added get_action_group() and list_action_prefixes().
(Murray Cumming)
Documentation:
* Add an empty line after @newin where it's missing.
(Kjell Ahlstedt)
* Fix some Doxygen warnings.
(Kjell Ahlstedt)
* ScaleButton: Document the constructors.
(Murray Cumming)
3.15.2 (unstable);
Gtk:
* Dialog: Add constructors with DialogFlags,
for instance to create a dialog with a header bar.
(Kjell Ahlstedt) Bug #738513.
* Grid: Add attach_next_to() without the 'sibling' parameter.
(Kjell Ahlstedt) Bug #739340.
* Overlay: Correct the "since" documentation.
* SearchEntry: Add the search_changed signal
(Kjell Ahlstedt)
* Added StyleProperty
(Mark Vender) Bug #673317.
Gdk
* Curor: Deprecate the constructor that doesn't take a Display parameter.
(Murray Cumming)
* Pixbuf: Deprecate create_from_inline().
(Kjell Ahlstedt)
|
|
|
|
Clutter 1.22.2 2015-05-12
===============================================================================
• List of changes since Clutter 1.22.0
- Improve touchpad detection in the X11 backend
The X11 backend now uses the same heuristics as GDK.
- Fix handling of SwapBuffersWithDamage on EGL
Use the correct arguments for the Cogl API, which is mapped on the
corresponding EGL extension.
- Fix ClutterStage:use-alpha
Painting the stage with the use-alpha property is now working on all
backends.
- Fix detection of an ARGB visual in the GDK backend
• List of bugs fixed since Clutter 1.22.2
#749256 - clutter-backend-gdk: Only set setting on successful
gdk_screen_get_setting call
#747436 - Clutter should use the same heuristics as gtk+ to determine
touchpads
Many thanks to:
Jasper St. Pierre, Matthieu Bouron
Clutter 1.22.0 2015-03-23
===============================================================================
• List of changes since Clutter 1.21.8
- Improve pointer tracking in the evdev input backend
Do not use the events after the queue processing, to avoid dropping events
due to compression.
- Fix handling of multiple stages with the GDK backend
A regression introduced when the GDK backend implemented its own master
clock using GdkFrameClock prevented applications with multiple stages to
be updated properly.
- Updated translations
Kazakh, Aragonese, Indonesian, Danish, Turkish.
• List of bugs fixed since Clutter 1.21.8
#746575 - cally-actor: Don't assume X11 backend is used when supported
#746328 - evdev: Keep track of the pointer coordinate ourself
Many thanks to:
Muhammet Kara, Andika Triwidada, Ask H. Larsen, Baurzhan Muftakhidinov,
Daniel Martinez, Florian Müllner, Jonas Ådahl
Clutter 1.21.8 2015-03-15
===============================================================================
• List of changes since Clutter 1.21.6
- Documentation updates
The messages for most of the deprecated API list the intended replacement
classes or approaches to be used when porting code.
- Update the MSVC build files
- Improve damage tracking on ClutterStage
This should improve performance, especially when paired with the
buffer_age extension.
- Updated translations
Greek, Polish, Ukrainian, Italian, Slovak, Latvian, Bosnian.
• List of bugs fixed since Clutter 1.21.6
#745512 - Improve damage tracking and use swap_buffers_with_damage
Many thanks to:
Chun-wei Fan, Chris Wilson, Daniel Korostil, Dušan Kazik, Milo Casagrande,
Piotr Drąg, Rūdolfs Mazurs, Samir Ribic, Tom Tryfonidis.
Clutter 1.21.6 2015-03-03
===============================================================================
• List of changes since Clutter 1.21.4
- Support quad-buffer stereo displays on X11/GLX
This allows using Clutter to draw on GLX framebuffers with the stereo
bit set.
- Add a Mir windowing system backend
This allows using Clutter applications natively on systems using the
Mir display server.
- Depend on Cogl ≥ 1.19 and Cairo ≥ 1.12
Cogl 1.19 is needed for the newly added Mir windowing system backend,
as well as the quad-buffer stereo display on X11. Cairo 1.12 is needed
for dropping the ad hoc check for the device scale parameter used with
ClutterStage implementations as well as the ClutterCanvas content.
- Improvements in the evdev input backend
- Use the GdkFrameClock to drive the ClutterMasterClock
When using the GDK backend, we want the ClutterMasterClock to be driven
by the GdkFrameClock, as the latter is automatically frame limited by
the compositor, which gives better results for client applications.
- Updated translations
Spanish, Hebrew, Hungarian, Czech, Basque, Russian, Slovenian, Galician,
Chinese (Taiwan), French, Brazilian Portuguese, Lithuanian, Serbian.
• List of bugs fixed since Clutter 1.21.4
#743355 - gdk: report an error when initialization fails
#743615 - evdev: Ignore non seat wide button or key events
#744058 - gdk: Disable cogl wayland event dispatching if requested
#743865 - MetaSurfaceActorWayland: unset the surface when it goes away
#744604 - stage: Process state update event immediately
#744668 - GDK: integrate the MasterClock mechanism with GdkFrameClock
#732706 - Allow setting up quad-buffer stereo output
Many thanks to:
Lionel Landwerlin, Jonas Ådahl, Alexandre Franke, Aurimas Černius,
Balázs Úr, Chao-Hsiung Liao, Daniel Mustieles, Fran Dieguez,
Giovanni Campagna, Inaki Larranaga Murgoitio, Jasper St. Pierre,
Marco Trevisan (Treviño), Marek Černocký, Matej Urbančič, Owen W. Taylor,
Rafael Ferreira, Rui Matos, Yosef Or Boczko, Yuri Myasoedov,
Мирослав Николић
Clutter 1.21.4 2015-01-22
===============================================================================
• List of changes since Clutter 1.21.2
- Use the GDK backend by default when possible
Instead of using the X11 or the Wayland backend by default, Clutter now
uses the GDK backend for both input and output. This improves the
integration with the windowing system. Backends can still be selected
programmatically, or via environment variables. On Windows and MacOS, we
still prefer the native backend, if available, because of asymmetries in
the GDK API.
- Use libinput 0.8
For the evdev input backend, the dependency for libinput has been bumped
to the newly released 0.8, which improves wheel and scroll events.
- Allow access to vendor and product ID for input devices
- Allow ClutterConstraint implementations to change the preferred size
ClutterConstraint classes can now update an actor's preferred size,
along with its allocation; this means that querying the preferred size
of actors using constraints will take constraints into consideration, and
improves the integration of constraints inside the layout system.
- Improve the GDK backend
Properly support high DPI displays, as well as Wayland.
- Updated translations
Czech, Basque, Spanish, Hungarian.
• List of bugs fixed since Clutter 1.21.2
#730815 - Mouse events limited to upper left rectangle
#740759 - Add getters for input device vendor/product IDs
#734587 - Position gdk backend before x11/wayland/egl ones
#742829 - Update to new libinput API for pointer_axis events
Many thanks to:
Jonas Danielsson, Carlos Garnacho, Peter Hutterer, Marek Černocký,
Inaki Larranaga Murgoitio, Daniel Mustieles, Balázs Úr.
Clutter 1.21.2 2014-12-15
===============================================================================
• List of changes since Clutter 1.20.0
- Improve input device handling
Both on the evdev input backend, and the XInput2 backend for X11.
- Allow content implementations to drive actors preferred size
If a ClutterActor is only used to paint a ClutterContent implementation,
it should be possible to allow the actor to have the same preferred size
of its content. We use a ClutterRequestMode to specify this behaviour.
- Documentation fixes
• List of bugs fixed since Clutter 1.20.0
#738520 - evdev: Flush event queue before removing device(s)
#739050 - Fix some weird graphical glitches in RTL
#741350 - Improve touchpad detection on libinput
#740997 - Easing modes are not used when computing the value of a
KeyframeTransition
#676326 - actor: Add a :request-content-size property
#711182 - Incorrect drawing behaviour with clutter content centered
#709252 - ensure that all deprecated symbols are correctly annotated for
gtk-doc
#669743 - ObjectInfo property is_actor not correctly set when updating
existing actor using ClutterScriptParser
#719962 - clutter/osx: add clutter_osx_disable_event_retrieval
#681300 - Miss CLUTTER_INPUT_BACKEND description in doc
#729462 - DeviceManagerXi2: Update cached core pointer in getter if NULL
Many thanks to:
Carlos Garnacho, Jasper St. Pierre, Jonas Ådahl, Rico Tzschichholz,
Samuel Degrande, Sjoerd Simons, cee1.
|
|
|
|
I am proud to announce that CMake 3.3.0 is now available for download.
Release notes appear are published at
http://www.cmake.org/cmake/help/v3.3/release/3.3.html
Some of the more significant features of CMake 3.3 are:
* The "if()" command learned a new "IN_LIST" operator that evaluates
to true if a given element is contained in a named list.
* The "add_dependencies()" command learned to allow dependencies to
be added to *interface libraries*. Dependencies added to an
interface library are followed transitively in its place since the
target itself does not build.
* The "find_library()", "find_path()", and "find_file()" commands
now search in installation prefixes derived from the "PATH"
environment variable.
* The "<LANG>_VISIBILITY_PRESET" and "VISIBILITY_INLINES_HIDDEN"
target properties now affect compilation in sources of all target
types. See policy "CMP0063".
* A "<LANG>_INCLUDE_WHAT_YOU_USE" target property and supporting
"CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE" variable were introduced to tell
the *Makefile Generators* and the "Ninja" generator to run "include-
what-you-use" along with the compiler for "C" and "CXX" languages.
Deprecated and Removed Features:
* The "ctest_build()" and "build_command()" commands no longer tell
"make" tools to ignore errors with the "-i" option. Previously this
was done for *Makefile Generators* but not others. See policy
"CMP0061".
* The "Visual Studio 7" generator (.NET 2002) is now deprecated and
will be removed in a future version of CMake.
* The "Visual Studio 6" generator is now deprecated and will be
removed in a future version of CMake.
* The "add_definitions()" command no longer causes a "DEFINITIONS"
directory property to be populated. See policy "CMP0059".
|
|
|
|
libvisio 0.1.3
- Fix a build failure with some compilers.
- Do not use C++11 syntax.
libvisio 0.1.2
- Fix several build problems with different compilers.
- Import more metadata properties.
- Fix theme color import (tdf#92270).
- Fix a bunch of crashes and hangs when reading broken documents, found
with the help of american-fuzzy-lop.
- Fix several memory leaks.
- Ignore errors when parsing metadata. This makes some documents readable
again.
- Fix handling of character background (tdf#92271).
|
|
|
|
2015-07-23 meld 3.14.0
======================
Fixes:
* Fix crash when starting folder comparison on Windows (Kai Willadsen)
* Fix bad chunk action behaviour for middle-to-right actions in three
pane conflicts (Kai Willadsen)
* Documentation fixes (Anders Jonsson)
Translations:
* Josef Andersson (sv)
* Marek Černocký (cs)
|
|
|
|
2015-07-12 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2.5 released.
* New features:
* Bind to a specific IP address with --bind-server. (Philipp
Haselwarter)
* MOSH_ESCAPE_KEY configures escape character. (Timo
J. Rinne)
* Support non-roaming IPv6. (Anders Kaseorg)
* Implement XTerm mouse mode. (Barosl LEE, Andrew Chin,
Louis Kruger)
* Report Git revision along with version if available.
(John Hood)
* Platform support:
* Add pselect() emulation. (Jérémie Courrèges-Anglas)
* OpenBSD, OS X: Fix be64toh-related issues. (Jérémie
Courrèges-Anglas)
* ARM Neon: fix gcc4.8 compiling problem(Pasi Sjöholm)
* NaCl: Conditionally rename main to mosh_main. (Richard
Woodbury)
* FreeBSD: Token pasting, forkpty(), ARM fixes. (John Hood)
* AIX: Implement CTTY grabbing when TIOCSCTTY is missing
(Anton Lundin)
* OS X: Broaden build support to cover OS X 10.5 through
10.10. (John Hood)
* Debian: Improve bash-completion install and
functionality. (Suggested by Gabriel Filion, John Hood)
* Bug fixes:
* Automake/autoconf workarounds. (Anders Kaseorg)
* mosh-server: Allow startup without PTY. (Keith Winstein)
* network.cc: Properly close old fd on Socket assignment
operator. (Thanks to Igor Bukanov)
* mosh-server: Allow startup with zero-window-size PTY.
(Igor Bukanov)
* AddrInfo: Fix error message generation when node == NULL
(Anders Kaseorg)
* Timestamp: Prevent integer overflow on Darwin PPC 32-bit
(Anders Kaseorg)
* scripts/mosh: Fix hang when remote closes the connection
(Anders Kaseorg)
* Fix issues with parsing of 256-color SGR sequences.
(John Hood)
* Numerous code hygiene, Coverity, and Clang static analyzer
fixes. (Anders Kaseorg, Geoffrey Thomas, John Hood)
|
|
|
|
D-Bus 1.8.20 (2015-07-21)
==
The “Iguana Vanguard” release.
Fixes:
• Fix a memory leak when GetConnectionCredentials() succeeds
(fd.o #91008, Jacek Bukarewicz)
• Ensure that dbus-monitor does not reply to messages intended for others
(fd.o #90952, Simon McVittie)
|
|
|