Age | Commit message (Collapse) | Author | Files | Lines |
|
1.6.8
- Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED =
(bug #8377) (Harald Judt)
- Shortcut view: Fix "selection in selection" graphical bug when =
renaming shortcut (Harald Judt)
- Fix broken shortcut renaming (bug #11885) (Harald Judt)
- Unescape URIs in the shortcut view (bug #10831) (Harald Judt)
- Fix compiler warning because of missing curly braces (Harald Judt)
- Fix compilation error because of wrong variable name (Harald Judt)
- Fix unescaping of local paths in path entry (bug #8190) (Harald Judt)
- Fix escaping and unescaping URI in path entry (bug #8910) (Harald =
Judt)
- Let the tree view keep the focus when clicking on an item (bug #11863) =
(Harald Judt)
- Fix switching to the 10th tab via <alt>-<0> keyboard shortcut (Harald =
Judt)
- Fix removal of a directory wrongly affecting the current tab (bug =
#10981) (Harald Judt)
- Keep the scroll position when restoring the file selection (Harald =
Judt)
- Restore selection only when rows-reordered signal is received (bug =
#11855) (Harald Judt)
- For folders copied always append "copy #" to the end of their names =
(bug #11862) (Harald Judt)
- Update F5 binding for new ThunarWindow::reload signal (Evangelos =
Foutras)
- Do not perform the complete folder reload in idle (bug #11849) (Harald =
Judt)
- Coverity CID 60623: Unused value (Harald Judt)
- Coverity CID 60621: Missing return statement (Harald Judt)
- Coverity CID 60620: Explicit null dereferenced (Harald Judt)
- Coverity CID 60619: Explicit null dereferenced (Harald Judt)
- Coverity CID 60617: Unchecked return value (Harald Judt)
- Remove unused variable in thunar_standard_view_set_history (Harald =
Judt)
- Remove startup notification dependencies (bug #11837) (Harald Judt)
- Translation updates: Galician, German, Lithuanian
1.6.7
=====
- Improve drag & drop and selecting in the details view (bug #11605) (Harald Judt)
- Let row changes accumulate a bit before restoring selection (Harald Judt)
- Implement reloading file information on manual reload (Harald Judt)
- Extend reload functions to allow a full reload (Harald Judt)
- Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEAN (Harald Judt)
- Reload files changed by jobs in an idle loop (bug #11008) (Harald Judt)
- Refactor code for moving thumbnail cache file on renames/moves (Harald Judt)
- Rework thunar_file_monitor to properly register moved files (Harald Judt)
- Add function to reload parent file of a file (Harald Judt)
- Fix updating file info for moved files (bug #11008) (Harald Judt)
- Revert "Refresh file info after getting it from cache (bug #11008)" (Harald Judt)
- Update the location bar after reload (bug #10518) (Harald Judt)
- Fix updating custom actions (bug #11749) (Harald Judt)
- Update rows on changes of case-sensitive and folders-first settings (Harald Judt)
- Fix typos and grammar mistakes in a few comments (Harald Judt)
- Make new windows inherit the history of the origin view (bug #5538) (Harald Judt)
- Make new tabs inherit the history of the origin view (bug #5538) (Harald Judt)
- Keep the history across view changes (bug #10171) (Harald Judt)
- Implement functions for copying the history of a view (Harald Judt)
- Rename tsv_restore_selection to tsv_select_after_row_deleted (Harald Judt)
- Redraw the details view on row changes (Harald Judt)
- Restore selection on row changes too (bug #9886) (Harald Judt)
- Improve mouse wheel zoom behaviour (Harald Judt)
- Remember and restore file selection on view changes (Harald Judt)
- Restore file selection when changing sort order (bug #9886) (Harald Judt)
- Update model with changed binary file size setting immediately (Harald Judt)
- Fix typo busy_pulse in thunar-shortcuts-model.c (Harald Judt)
- Fix typo in thunar-clipboard-manager (Harald Judt)
- Fix Gdk-CRITICAL error (Thaddaeus Tintenfisch)
- Clean up more files with make clean (Harald Judt)
- Rework usage of binary file size properties (bug #11450) (Harald Judt)
- Remove duplicate break statement in thunar-standard-view (Harald Judt)
- Fix compiler warning about shadowing 'basename' (bug #11633) (Matt Thirtytwo)
- thunar/thunar-dbus-service-infos.xml corrections (Thaddaeus Tintenfisch)
- Fix startup id handling for launch requests over D-Bus (bug #9646) (Thaddaeus Tintenfisch)
- Fallback to non-cached version of source file (bug #9142) (Thaddaeus Tintenfisch)
- Translation updates: Chinese (China), Croatian, English (Australia), French, German,
Greek, Italian, Lithuanian, Polish, Swedish, Ukrainian
|
|
* Update nss requirement.
|
|
fdc: force the fifo access to be in bounds of the allocated buffer
During processing of certain commands such as FD_CMD_READ_ID and
FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
get out of bounds leading to memory corruption with values coming
from the guest.
Fix this by making sure that the index is always bounded by the
allocated memory.
XXX pull-up where applicable
|
|
|
|
|
|
|
|
|
|
|
|
Pretty-print TCP session monitor/analyzer from KLab Inc.
|
|
|
|
|
|
|
|
|
|
|
|
patch-src_gallium_winsys_svga_drm_vmw__screen__ioctl.c)
|
|
|
|
Really, only one though since the others are *-doc only.
Bump version.
|
|
|
|
|
|
- Bug Fixes
The following vulnerabilities have been fixed.
* wnpa-sec-2015-14
The WCP dissector could crash while decompressing data. (Bug 10978)
CVE-2015-3811
* wnpa-sec-2015-15
The X11 dissector could leak memory. (Bug 11088)
CVE-2015-3812
* wnpa-sec-2015-17
The IEEE 802.11 dissector could go into an infinite loop. (Bug 11110)
CVE-2015-3814
The following bugs have been fixed:
* Wireshark crashes if "Update list of packets in real time" is
disabled and a display filter is applied while capturing. (Bug 6217)
* Wireshark relative ISN set incorrectly if raw ISN set to 0.
(Bug 10713)
* Buffer overrun in encryption code. (Bug 10849)
* ICMP Parameter Problem message contains Length of original datagram
is treated as the total IPv4 length. (Bug 10991)
* ICMP Redirect takes 4 bytes for IPv4 payload instead of 8. (Bug
10992)
* Interface Identifier incorrectly represented by Wireshark. (Bug
11053)
* Annoying popup when trying to capture on bonding devices on Linux.
(Bug 11058)
* CanOpen dissector fails on frames with RTR and 0 length. (Bug 11083)
* Typo in secp521r1 curve wrongly identified as sect521r1. (Bug 11106)
* packet-zbee-zcl.h: IS_ANALOG_SUBTYPE doesn't filter ENUM. (Bug 11120)
* Typo: "LTE Positioning Protocol" abbreviated as "LPP", not "LLP".
(Bug 11141)
- Updated Protocol Support
ASN.1 PER, CANopen, GSM RLC/MAC, GSMTAP, ICMP, IEEE 802.11, LPP,
MEGACO, PKCS-1, PPP IPv6CP, SRVLOC, SSL, TCP, WCP, X11, and ZigBee ZCL
- New and Updated Capture File Support
Savvius OmniPeek Visual Networks
|
|
|
|
|
|
|
|
Redo PR pkg/44999 and fix linkage.
|
|
it in the Makefile.
|
|
|
|
Upstream changes is too long, please visit:
https://docs.moodle.org/dev/Moodle_2.9_release_notes
|
|
|
|
* Sync with firefox-38.0.1.
|
|
|
|
Changelog:
Fixed Systems with first generation NVidia Optimus graphics cards may crash on start-up
Fixed Users who import cookies from Google Chrome can end up with broken websites
Fixed WebRTC H264 video streams from CiscoSpark native clients are not decoded correctly. (Fixed in Firefox ESR 38.0.1; was already fixed in Firefox 38.0)
Fixed Large animated images may fail to play and may stop other images from loading
|
|
variable with C linkage in a namespace, clang (correctly) complains
about the shadowing (re)declarations. Bump revision.
|
|
|
|
* Fix stack check in narrowing optimization.
* Fix Lua/C API typecheck error for special indexes.
* Fix string to number conversion.
* Fix lexer error for chunks without tokens.
* Don't compile IR_RETF after CALLT to ff with-side effects.
* Fix BC_UCLO/BC_JMP join optimization in Lua parser.
* Fix corner case in string to number conversion.
* Gracefully handle lua_error() for a suspended coroutine.
* Avoid error messages when building with Clang.
* Fix snapshot #0 handling for traces with a stack check on entry.
* Fix fused constant loads under high register pressure.
* Invalidate backpropagation cache after DCE.
* Fix ABC elimination.
* Fix debug info for main chunk of stripped bytecode.
* Fix FOLD rule for string.sub(s, ...) == k.
* Fix FOLD rule for STRREF of SNEW.
* Fix frame traversal while searching for error function.
* Prevent GC estimate miscalculation due to buffer growth.
* Prevent adding side traces for stack checks.
* Fix top slot calculation for snapshots with continuations.
* Fix check for reuse of SCEV results in FORL.
* Add PS Vita port.
* Fix compatibility issues with Illumos.
* Fix DragonFly build (unsupported).
* OpenBSD/x86: Better executable memory allocation for W^X mode.
* x86: Fix argument checks for ipairs() iterator.
* x86: lj_math_random_step() clobbers XMM regs on OSX Clang.
* x86: Fix code generation for unused result of math.random().
* x64: Allow building with LUAJIT_USE_SYSMALLOC and
LUAJIT_USE_VALGRIND.
* x86/x64: Fix argument check for bit shifts.
* x86/x64: Fix code generation for fused test/arith ops.
* ARM: Fix write barrier check in BC_USETS.
* PPC: Fix red zone overflow in machine code generation.
* PPC: Don't use mcrxr on PPE.
* Various archs: Fix excess stack growth in interpreter.
* FFI: Fix FOLD rule for TOBIT + CONV num.u32.
* FFI: Prevent DSE across ffi.string().
* FFI: No meta fallback when indexing pointer to incomplete struct.
* FFI: Fix initialization of unions of subtypes.
* FFI: Fix cdata vs. non-cdata arithmetic and comparisons.
* FFI: Fix __index/__newindex metamethod resolution for ctypes.
* FFI: Fix compilation of reference field access.
* FFI: Fix frame traversal for backtraces with FFI callbacks.
* FFI: Fix recording of indexing a struct pointer ctype object
itself.
* FFI: Allow non-scalar cdata to be compared for equality by address.
* FFI: Fix pseudo type conversions for type punning.
|
|
|
|
|
|
Version 3.2.3
* Avoid rewinding content of a previous inline when autolinking is enabled.
Daniel LeCheminant
* Fix escaping of forward slashes with the Safe render object (add a missing
semi-colon).
|
|
|
|
- Switch to using IETF ALPN extension for negotiating application-level
protocols for TLS in place of NPN extension.
- Optimizations for ECDSA
- Allow using OpenSSL's RSA implementation
- RC4 is deprecated and will be removed in the future
- Removed global state like the global PRNG.
- Cleaner registration for algorithm etc, potentially requires changes
for statically linked programs.
- Simple C binding for common operations
- Optimized reductors for P-192, P-224, P-256, P-384, P-521
- Experimental OCB support for TLS
- Reduced memory footprint of CTR
- botan-config has been merged into botan
- Removal of SSLv3 support
- MCEIES, DTLS-STRP, SipHash, Curve25519, Poly1305, ChaCha20Poly1305
supported
- Changed format of serialized TLS sessions
- TLS heartbeat messages support user-defined size of padding for PMTU
discovery
- RFC 6979 support for deterministic nouns and signatures with DSA and ECDSA
- Support for TLS fallback signaling
|
|
|
|
Changelog:
Bugs fixed compared to the 4.4.2 rc1:
tdf#68963 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC. [Justin Luth]
tdf#89958 filter ends with / does not end with correction [Eike Rathke]
tdf#90010 partially revert "package: Do not bother with deflating jpeg images" [Matúš Kukan]
Bugs fixed compared to the 4.4.1 final (rc2):
bnc#770711 clear hard-coded char props in table cells... [Caolán McNamara]
collabora#1000115 SwTxtFrm: don't join follow just because it has no content [Miklos Vajna]
rhbz#1193971 clear hard-coded char props in table cells... [Caolán McNamara]
tdf#38837 reduce power consumption by minimizing idle timers [Ashod Nakashian]
tdf#39279 prioritise Thunderbird address books in first-match search [Julien Nabet]
tdf#40835 add backward compatibility for ODFF function FDIST. [Winfried Donkers]
tdf#50133 wrong underlining in Reports [Julien Nabet]
tdf#53861 add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirements [Christian Lohmaier]
tdf#55620 asan: failure to load attachment under asan [Caolán McNamara]
tdf#57873 prioritise Thunderbird address books in first-match search [Julien Nabet]
tdf#68117 partially fix boolean labels in XLSX [Ursache Vladimir]
tdf#71095 calc doesn't paste images copied from some web browsers [Henry Castro]
tdf#78148 ordinal numbers should not be auto-capitalized [Niklas Johansson]
tdf#78174 toolkit: work around GCC 4.9 -Os link failure [Michael Stahl]
tdf#78221 cannot drag twice the same cell when editing formula [Henry Castro]
tdf#79239 make the dialog closable with 'X' button again [Katarina Behrens]
tdf#80137 paste array formula into range pastes as non-array formula [Henry Castro]
tdf#81429 select corresponding listbox entry if not current [Eike Rathke]
tdf#81659 handle expand reference edge correctly [Eike Rathke]
tdf#83371 cannot navigate to list Files in LibreOffice dialogs [Szymon Kłos]
tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells [Henry Castro]
tdf#84102 expose XAccessibleExtendedAttributes through ATK [Jacobo Aragunde Pérez]
tdf#84514 don't hide grid along with checkbox if not needed [Katarina Behrens]
tdf#84556 also relative row references need to wrap around, like for columns [Tor Lillqvist]
tdf#86159 floating windows have complicated borders [Caolán McNamara]
tdf#86493 fix crash while scaling large bitmaps. [Ashod Nakashian]
tdf#87303 svtools: relax the security a bit for embedded objects [Michael Stahl]
tdf#87534 fix HYPERLINK behaviour when used in names [Winfried Donkers]
tdf#87820 images not displayed properly in Calc [Henry Castro]
tdf#87834 strange behavior of mid()-function [Julien Nabet]
tdf#88547 revert "allow inline date-arrays for array functions", [Winfried Donkers, Eike Rathke]
tdf#88583 related: RTF export: need to take care of fill attributes when ... [Miklos Vajna]
tdf#88624 set DocumentBaseURL when saving report [Lionel Elie Mamane]
tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to us [Miklos Vajna]
tdf#88847 fields of query design can be moved to the left only [Julien Nabet]
tdf#89004 improve performance of document data collection [Ursache Vladimir]
tdf#89252 fix bold, regular font spacing bug for Graphite fonts [Martin Hosken]
tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontwork [Miklos Vajna]
tdf#89281 fix performance regression of XLS import [László Németh]
tdf#89330 preserve file name case in an unresolvable external named range [Jan Kantert]
tdf#89391 datasource URL in Database Properties window cannot be viewed [Szymon Kłos]
tdf#89436 fix ScHorizontalAttrIterator performance [László Németh]
tdf#89451 implement fill based on style also for chart area, [Markus Mohrhard]
tdf#89454 this should be [-90, 90] and not (-90, 90), [Markus Mohrhard]
tdf#89460 test pChangeTrack before using it [Laurent Godard]
tdf#89482 return size of system virtual device resource at construction. [Michael Meeks]
tdf#89484 check that sheet reference is within selected sheets [Eike Rathke]
tdf#89500 catch ISO 8601 datetime in all locales [Eike Rathke]
tdf#89520 make TOX creation more robust [Tobias Lippert]
tdf#89665 i18npool: fix pathological transliterate slow-path [Michael Stahl]
tdf#89666 vcl: speed up HbLayoutEngine line layout for large paragraphs [Michael Stahl]
tdf#89679 fix incorrect mapping of font-family-complex and CharFontNameAsian [Mark Hung]
tdf#89791 DOCX: don't save custom.xml if it's empty [Julien Nabet]
tdf#89872 revert "allow inline date-arrays for array functions", [Eike Rathke]
|
|
attempting to install into the built-in JAVA_HOME.
Use 'arm' as JAVA_MACHINE_ARCH generally (correct for at least Linux, as
well as NetBSD).
|
|
|
|
|
|
|
|
|
|
|
|
D-Bus 1.8.18 (2015-05-14)
==
The “unicorn rifts” release.
Security hardening:
• On Unix platforms, change the default configuration for the session bus
to only allow EXTERNAL authentication (secure kernel-mediated
credentials-passing), as was already done for the system bus.
This avoids falling back to DBUS_COOKIE_SHA1, which relies on strongly
unpredictable pseudo-random numbers; under certain circumstances
(/dev/urandom unreadable or malloc() returns NULL), dbus could
fall back to using rand(), which does not have the desired unpredictability.
The fallback to rand() has not been changed in this stable-branch since
the necessary code changes for correct error-handling are rather intrusive.
If you are using D-Bus over the (unencrypted!) tcp: or nonce-tcp: transport,
in conjunction with DBUS_COOKIE_SHA1 and a shared home directory using
NFS or similar, you will need to reconfigure the session bus to accept
DBUS_COOKIE_SHA1 by commenting out the <auth> element. This configuration
is not recommended.
(fd.o #90414, Simon McVittie)
Other fixes:
• Add locking to DBusCounter's reference count and notify function
(fd.o #89297, Adrian Szyndela)
• Ensure that DBusTransport's reference count is protected by the
corresponding DBusConnection's lock (fd.o #90312, Adrian Szyndela)
• On Windows, listen on the same port for IPv4 and IPv6 (previously
broken by an endianness mistake), and fix a failure to bind TCP
sockets on approximately 1 attempt in 256 (fd.o #87999, Ralf Habacker)
• Correctly release DBusServer mutex before early-return if we run out
of memory while copying authentication mechanisms (fd.o #90004,
Ralf Habacker)
• Fix some missing \n in verbose (debug log) messages (fd.o #90004,
Ralf Habacker)
• Clean up some memory leaks in test code (fd.o #90004, Ralf Habacker)
|
|
|
|
|