v0.16.0
-------
Feature release
* Improved performance for async iteration on cursors
* Support for deterministic user functions in Python 3.8+
* Reduced logging severity for exceptions returned from children
* Fix InvalidStateError when setting future results
* Allow user to catch exceptions from `close()`
* Tested under Python 3.9
IMAPClient is an easy-to-use, Pythonic and complete IMAP client library
on top of the standard library.
- Arguments and return values are natural Python types.
- IMAP server responses are fully parsed and readily usable.
- IMAP unique message IDs (UIDs) are handled transparently.
- Internationalised mailbox names are transparently handled.
- Time zones are correctly handled.
- Convenience methods are provided for commonly used functionality.
- Exceptions are raised when errors occur.
Major Changes in 0.14.3:
========================
Main changes are WebSocket and support for Windows.
* Add support for WebSocket, this will allow to use spice-html5 without proxy
* Support Windows, now Qemu Windows can be build enabling Spice
* Fix some alignment problem
* Converted some documentation to Asciidoc format to make easier to update,
updated some
* Minor compatibility fix for PPC64EL and ARMHF
* Minor fixes for big endian machines like MIPS
* Avoid some crashes with some buggy guest drivers, simply ignore the invalid
request
* Fix for old OpenSSL versions
* Minor fix for Windows clients and brushes, fixed an issue with Photoshop
under Windows 7
* Add ability to query video-codecs
* Small use-after-free fix
* Fix for debugging recording/replaying using QUIC images
* Fix a regression where spice reported no monitors to the client
* Fix DoS in spicevmc if WebDAV used
* Updated and improved test migration script
* Some minor fixes to smartcard support
* Avoid possible disconnection using proxies using a in-flow keepalive
mechanism
Major changes in 0.14.3
=======================
* Add VD_AGENT_CLIPBOARD_FILE_LIST to support copy/paste of files with
WebDAV support
* Add support for side mouse buttons
* Add a MonitorsMM field to VDAgentMonitorsConfig allowing to pass
physical monitor dimension
Major changes in 0.14.2
=======================
* Removed Autoconf support, only Meson is available
* Removed foreign-menu and controller interfaces
* Deprecated CELT support
* Generate MingW packages building the RPM
* Allows for the agent to pass back a more specific error to the client
* Add quality indicators messages
Major changes in 0.14.1
=======================
* This is the last release with:
* Autotools: Meson is now the only supported
* foreign_menu_prot.h: Deprecated in this release
* controller_prot.h: Deprecated in this release
* Add VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB
* Add VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL
* Add SPICE_MSGC_MAIN_QUALITY_INDICATOR enum
* Add STREAM_TYPE_QUALITY_INDICATOR message
* Remove deprecated vdi_dev.h interface
* Remove deprecated VD_AGENT_CLIPBOARD_MAX_SIZE_DEFAULT
* Remove deprecated VD_AGENT_CLIPBOARD_MAX_SIZE_ENV
* Remove unused SPICE_GNUC_ macros
* qxl_dev: QXLReleaseInfo alignment fix
* Some documentation added in vd_agentd.h
* Now shipping a rpm spec file to easy deployment and testing
upstream changes:
-----------------
28 May 2020 - 2.9.6
===================
- Changed the default CDDB server to gnudb.gnudb.org
- Asunder can now be more easily Flatpak-ed. Tanks to Kevin "Eonfge" Degeling for the help.
- Updated eo, it, pt, pt_BR, sq, and zh_CN translations.
- Updated config.guess and config.sub with the current latest to support (among other things) aarch64.
5.5.3:
This maintenance release fixes an issue introduced in WordPress 5.5.2
which makes it impossible to install WordPress on a brand new website
that does not have an existing database connection configuration.
This release does not affect sites where a database connection is
already configured, for example, via one-click installers or
an existing wp-config.php file.
5.5.2:
Security updates:
- Props to Alex Concha of the WordPress Security Team for their work in hardening deserialization requests.
- Props to David Binovec on a fix to disable spam embeds from disabled sites on a multisite network.
- Thanks to Marc Montas from Sucuri for reporting an issue that could lead to XSS from global variables.
- Thanks to Justin Tran who reported an issue surrounding privilege escalation in XML-RPC. He also found and disclosed an issue around privilege escalation around post commenting via XML-RPC.
- Props to Omar Ganiev who reported a method where a DoS attack could lead to RCE.
- Thanks to Karim El Ouerghemmi from RIPS who disclosed a method to store XSS in post slugs.
- Thanks to Slavco for reporting, and confirmation from Karim El Ouerghemmi, a method to bypass protected meta that could lead to arbitrary file deletion.
- And a special thanks to @zieladam who was integral in many of the releases and patches during this release.
Maintenance updates:
#51130 Events displayed in venue timezone instead of user’s
#51659 Update Gutenberg Dependencies for WordPress 5.5.2
#50861 Remove Facebook and Instagram as an oEmbed Source
#50903 Set the local environment to a development environment type by default
#50949 Posts show wrong time when user is in a different time zone than the site’s
#51053 Video Embeds set to align left disappear in Gutenberg editor
#51175 Wrong reply box title
#51219 Theme editor page showing undefined variable notice
#51251 Fix PHP notice when opening the edit image popup
#51263 PHP warning when editing comments in the administration comment edit screen
#51320 PHP Notice while moving post to trash (post_type has 2 registered taxonomies both with default_term set)
#51400 Undefined index during automatic plugin/theme updates
#51595 Unable to make anonymous comments via XML-RPC
#51645 Undefined index: echo in core files
Changelog:
8.2.1710 Vim9: list of list type can be wrong
8.2.1711 Vim9: leaking memory when using partial
8.2.1712 Vim9: leaking memory when calling a lambda
8.2.1713 Motif GUI: crash when setting menu colors
8.2.1714 text properties corrupted with substitute command
8.2.1715 Motif GUI: commented out code missed {}
8.2.1716 options window has duplicate translations
8.2.1717 MS-Windows installer doesn't have Russian translations
8.2.1718 Vim9: :def function disallows "firstline" for no good reason
8.2.1719 Vim9: no error if comma is missing in between arguments
8.2.1720 Vim9: memory leak with heredoc that isn't executed
8.2.1721 MS-Windows installer doesn't work
8.2.1722 Vim9: cannot assign a lambda to a variable of type function
8.2.1723 Vim9: Variable argument name cannot start with underscore
8.2.1724 Vim9: assignment tests spread out
8.2.1725 not all Pascal files are recognized
8.2.1726 fuzzy matching only works on strings
8.2.1727 a popup created with "cursorline" will ignore "firstline"
8.2.1728 compiler warning for using uninitialized variable
8.2.1729 endless loop when ":normal" feeds popup window filter
8.2.1730 Vim9: cannot use member of unknown type
8.2.1731 Vim9: cannot use += to append to empty NULL list
8.2.1732 stuck when win_execute() for a popup causes an error
8.2.1733 Vim9: memory leaks when using nested function
8.2.1734 Vim9: cannot use a funcref for a closure twice
8.2.1735 Github actions appear to timeout too soon
8.2.1736 failure to compile a pattern not tested much
8.2.1737 cursor line highlight in popup window is not always updated
8.2.1738 Mac: str2float() recognizes comma instead of decimal point
8.2.1739 Vim9: crash when compiling a manually defined function
8.2.1740 test fails without the terminal feature
8.2.1741 pathshorten() only supports using one character
8.2.1742 test still fails without the terminal feature
8.2.1743 cannot build without the eval feature
8.2.1744 Vim9: using ":const!" is weird
8.2.1745 tiny version doesn't build
8.2.1746 Vim9: cannot use "fina" for "finally"
8.2.1747 result of expand() unexpectedly depends on 'completeslash'
8.2.1748 closing split window in other tab may cause a crash
8.2.1749 Vim9: crash when closure fails in nested function
8.2.1750 popup_setoptions() setting firstline fails if cursorline set
8.2.1751 using 2 where bool is expected may throw an error
8.2.1752 GTK GUI: cannot map alt-? with <A-?>
8.2.1753 Vim9: crash when using import at script level
8.2.1754 completion with spell checking not tested
8.2.1755 Vim9: crash when using invalid heredoc marker
8.2.1756 Vim9: :let will soon be disallowed
8.2.1757 Mac: default locale is lacking the encoding
8.2.1758 Vim9: type of unmaterialized list is wrong
8.2.1759 Vim9: Some tests are still using :let
8.2.1760 Vim9: crash when end marker is missing
8.2.1761 Vim9: Some tests are still using :let
8.2.1762 when a timer uses :stopinsert completion isn't stopped
8.2.1763 Vim9: cannot use "true" for popup window scrollbar option
8.2.1764 Vim9: no error when assigning to script var with wrong type
8.2.1765 Vim9: some tests use "var var"
8.2.1766 Vim9: Some tests are still using :let
8.2.1767 Vim9: test fails with python support
8.2.1768 cannot use the help menu from a terminal window
8.2.1769 popup filter interferes with using :normal to move the cursor
8.2.1770 invalid memory use when using SpellFileMissing autocmd
8.2.1771 synIDattr() cannot get the value of ctermul
8.2.1772 cannot use CTRL-W <Down> to move out of a terminal window
8.2.1773 crash when calling mapset() with a list as first argument
8.2.1774 GTK: hang when forced to exit
8.2.1775 MS-Windows: adding a long quickfix list is slow
8.2.1776 filetype.vim may be loaded twice
8.2.1777 Vim9: some assignment tests in the wrong file
8.2.1778 Vim9: returning from a partial call clears outer context
8.2.1779 some debian changelog files are not recognized
8.2.1780 statusline not updated when splitting windows
8.2.1781 writing to prompt buffer interferes with insert mode
8.2.1782 Vim9: cannot pass boolean to mapset()
8.2.1783 try-catch test fails
8.2.1784 commits are not scanned for security problems
8.2.1785 compiler warning for strcp() out of bounds
8.2.1786 various Normal mode commands not fully tested
8.2.1787 crash with 'incsearch' and very long line
8.2.1788 Vim9: still allows :let for declarations
8.2.1789 Vim9: crash with invalid list constant
8.2.1790 MS-Windows with Python: crash when executed from Vifm
8.2.1791 Vim9: debugger test fails
8.2.1792 Configure does not recognize Racket 6.1+
8.2.1793 not consistently giving the "is a directory" warning
8.2.1794 no falsy Coalescing operator
8.2.1795 Vim9: operators && and || have a confusing result
8.2.1796 Vim9: invalid memory access with weird function name
8.2.1797 Vim9: some parts of the code not tested
8.2.1798 Vim9: trinary operator condition is too permissive
8.2.1799 some Normal mode commands not fully tested
8.2.1800 Vim9: memory leak if "if" condition is invalid
8.2.1801 undo file not found when using ":args" or ":next"
8.2.1802 Vim9: crash with unterminated dict
8.2.1803 a few failures are not tested
8.2.1804 resolve('/') returns an empty string
8.2.1805 Unix: terminal mode changed when using ":shell"
8.2.1806 MS-Windows with Python: Vim freezes after import command
8.2.1807 can use :help in a terminal popup window
8.2.1808 no test coverage for ":spelldump!"
8.2.1809 mapping some keys with Ctrl does not work properly
8.2.1810 some code in normal.c not covered by tests
8.2.1811 mapping Ctrl-key does not work for '{', '}' and '|'
8.2.1812 Vim9: nested closure throws an internal error
8.2.1813 Vim9: can assign wrong type to script dict
8.2.1814 missing change to remove "static"
8.2.1815 Vim9: memory leak when using function reference
8.2.1816 Vim9: another memory leak when using function reference
8.2.1817 Vim9: wrong instruction when reusing a local variable spot
8.2.1818 SE Linux: deprecation warning for security_context_t
8.2.1819 Vim9: Memory leak when using a closure
8.2.1820 Vim9: crash when error happens in timer callback
8.2.1821 Vim9: concatenating to a NULL list doesn't work
8.2.1822 list test doesn't fail
8.2.1823 "gN" does not select the matched string
8.2.1824 Vim9: variables at the script level escape their scope
8.2.1825 Vim9: accessing freed memory
8.2.1826 Vim9: cannot use a {} block at script level
8.2.1827 filetype detection does not test enough file names
8.2.1828 build failure without the +eval feature
8.2.1829 warnings when executing Github actions
8.2.1830 MS-Windows: Python3 issue with stdin
8.2.1831 file missing from distribution
8.2.1832 readdirex() error is displayed as a message
8.2.1833 when reading from stdin dup() is called twice
8.2.1834 PyEval_InitThreads() is deprecated in Python 3.9
8.2.1835 ":help ??" finds the "!!" tag
8.2.1836 autocmd test fails on pacifist systems
8.2.1837 using "gn" after "gN" does not work
8.2.1838 Vim9: cannot insert a comment line in an expression
8.2.1839 Vim9: memory leaks reported in assign test
8.2.1840 Vim9: error message is not clear about compilation error
8.2.1841 Vim9: test for compilation error fails in normal build
8.2.1842 crash when USE_FNAME_CASE is defined and using :browse
8.2.1843 Netbeans: with huge buffer number memory allocation may fail
8.2.1844 using "q" at the more prompt doesn't stop a long message
8.2.1845 Vim9: function defined in a block can't use block variables
8.2.1846 Vim9: block variables are not found in compiled function
8.2.1847 Vim9: using negative value for unsigned type
8.2.1848 crash when passing a NULL string or list to popup_settext()
8.2.1849 Vim9: garbage collection frees block-local variables
8.2.1850 "vat" does not select tags correctly over line break
8.2.1851 Vim9: "!" followed by space incorrectly used
8.2.1852 map() returing zero for NULL list is unexpected
8.2.1853 "to_f" is recognized at "topleft" modifier
8.2.1854 Vim9: crash when throwing exception for NULL string
8.2.1855 Vim9: get error message when nothing is wrong
8.2.1856 "2resize" uses size of current window
8.2.1857 Vim9: using job_status() on an unused var gives an error
8.2.1858 Vim9: filter functions return number instead of bool
8.2.1859 Vim9: crash in unpack assignment
8.2.1860 Vim9: memory leak when throwing empty string
8.2.1861 Vim9: no specific error when parsing lambda fails
8.2.1862 vim9: memory leak when compiling lambda fails
8.2.1863 json code not sufficiently tested
8.2.1864 Vim9: no error for wrong list type
8.2.1865 Vim9: add() does not check type of argument
8.2.1866 Vim9: appending to pushed blob gives wrong result
8.2.1867 Vim9: argument to add() not checked for blob
8.2.1868 Vim9: no error for missing space after comma in dict
8.2.1869 Vim9: memory leak when using add()
8.2.1870 Vim9: no need to keep all script variables
8.2.1871 using %v in 'errorformat' may fail before %Z
8.2.1872 matchfuzzy() does not prefer sequential matches
8.2.1873 Vim9: missing white space when using <f-args>
8.2.1874 can't do something just before leaving Insert mode
8.2.1875 warning when building GTK gui
8.2.1876 Vim9: argument types are not checked at compile time
8.2.1877 test for function list fails
8.2.1878 GTK: error for redefining function
8.2.1879 Vim9: argument types of insert() not checked when compiling
8.2.1880 Vim9: asan complains about adding zero to NULL
8.2.1881 cannot build with GTK3
8.2.1882 Vim9: v:disallow_let is no longer needed
8.2.1883 compiler warnings when using Python
8.2.1884 compiler warning for uninitialized variable
8.2.1885 filetype tests unnessarily creates swap files
8.2.1886 using ":silent!" in a popup filter has unexpected effect
8.2.1887 Github actions not optimally configured
8.2.1888 Vim9: getbufline(-1, 1, '$') gives an error
8.2.1889 Vim9: errornous error for missing white space after {}
8.2.1890 Vim9: strange error for subtracting from a list
8.2.1891 Vim9: skipping over expression doesn't handle line breaks
8.2.1892 valgrind warns for using uninitialized access in tests
8.2.1893 fuzzy matching does not support multiple words
8.2.1894 Vim9: command modifiers are not supported
8.2.1895 Vim9: silent command modifier test fails
8.2.1896 valgrind warns for using uninitialized memory
8.2.1897 command modifiers are saved and set inconsistently
8.2.1898 command modifier parsing always uses global cmdmod
8.2.1899 crash in out-of-memory situation
8.2.1900 Vim9: command modifiers do not work
8.2.1901 variable completion does not work in command line window
8.2.1902 default option values changed with :badd for existing buffer
8.2.1903 buffer test fails with normal features
8.2.1904 still using default option values after using ":badd +1"
8.2.1905 the wininfo list may contain stale entries
8.2.1906 warning for signed/unsigned
8.2.1907 complete_info().selected may be wrong
8.2.1908 Lua is initialized even when not used
8.2.1909 number of status line items is limited to 80
8.2.1910 reading past the end of the command line
8.2.1911 tiny build fails
8.2.1912 with Python 3.9 some tests fail
8.2.1913 GTK GUI: rounding for the cell height is too strict
8.2.1914 Vim9: cannot put line break in expression for '=' register
8.2.1915 Vim9: error for wrong number of arguments is not useful
8.2.1916 Vim9: function call is aborted even when "silent!" is used
8.2.1917 no test for improved Man command
8.2.1918 Vim9: E1100 mentions :let
8.2.1919 assert_fails() setting emsg_silent changes normal execution
8.2.1920 listlbr test fails when run after another test
8.2.1921 fuzzy matching does not recognize path separators
8.2.1922 Win32: scrolling problems when part of window is off-screen
8.2.1923 Vim9: "filter" command modifier doesn't work
8.2.1924 Vim9: crash when indexing dict with NULL key
8.2.1925 list/dict test fails
8.2.1926 cannot use a space in 'spellfile'
8.2.1927 Vim9: get unknown error with an error in a timer function
8.2.1928 Vim9: "silent!" not effective when list index is wrong
8.2.1929 MS-Windows: problem loading Perl 5.32
8.2.1930 wrong input if removing shift results in special key code
8.2.1931 Vim9: arguments of extend() not checked at compile time
8.2.1932 compiler warnings when building with Athena GUI
8.2.1933 cannot sort using locale ordering
With the following changes:
* DHCP: Add support for IPv6-Only Preferred option, RFC 8925.
* BSD: LINK_STATE_UNKNOWN is treated as UP once again
* privsep: fix Linux SECCOMP for more platforms
* privsep: add a debugger for SECCOMP (disabled by default)
* privsep: pass logging to the privileged actioneer
* privsep: allow logfile re-opening to work
* privsep: close BPF socket on ENXIO
* privsep: don't leave a BOOTP BPF listener rebooting in non master mode
- Run tests on Python 3.8
- Get Windows CRLF line endings into
VerifyTests.test_verify_file_with_windows_1252_encoding.approved.txt
- Rename testFile.txt to exampleFile.txt to prevent the test framework
needlessly attempting to load it as source code
- Add handling of text encoding (issue #50), line endings (issue #62),
and generally improve flexibility for handling multiple platforms
- Add PyTestNamer which uses the 'request' fixture to discover all
needed info
- Re-distribute functionality between Namer and StackFrameNamer to make
it easier to subclass
- Split Namer into two classes - added subclass StackFrameNamer
- Added ScenarioNamer for use with Parameterized tests.
- Improve the documentation for users of pytest, and for developers
- Fix crash when namer was configured to use a directory that
didn't exist
- Add 'verify_xml' function and associated test case
pkgsrc changes:
---------------
* The fix comes from the FreeBSD port. It does not seem to be necessary
to report the problem upstream because the incriminated file
(sfclrlock.c) no longer exists in their master branch.
Changelog:
7.0.3.1
Bugs fixed compared to 7.0.2 RC2
ofz#25774 keep ParseCMAP within legal area [Caolan McNamara]
ofz#25855 overflow in nTmpOffset [Caolan McNamara]
ofz#25868 timeout, encoding conversion only sane in 0..SAL_MAX_UINT16 range [Caolan McNamara]
ofz#25881 use std::vector with bounds checking accessor [Caolan McNamara]
ofz#25908 detect if the SwFrameFormat is deleted [Caolan McNamara]
ofz#25989 cmap parsing [Caolan McNamara]
ofz#26122 allow NINSIZE input full elements [Caolan McNamara]
tdf#64711 Impress is closed on slide show with all hidden slides in presentation or group [Caolan McNamara]
tdf#67007 UI: Name Box does not show a name in sheet scope when selecting a range [Eike Rathke]
tdf#77236 FILESAVE: DOCX: Shape color changed to white after roundtrip [Regenyi Balazs]
tdf#100492 SVG export adds extra arrow heads [Samuel Mehrbrodt]
tdf#105875 FILEOPEN: DOCX: Shape rotation is wrong (see comment 3) [Regenyi Balazs]
tdf#115436 Kenyan Shilling missing as a currency [Eike Rathke]
tdf#121323 Crash dragging button after un-grouping compound group [Caolan McNamara]
tdf#122560 Mysql Native Connector - failure to connect to mysql 8 server instance with SHA2 caching [Julien Nabet]
tdf#122759 AutoFilter list is created not case sensitive but filtering is case sensitive [Attila Szucs]
tdf#124013 FILESAVE XLSX Background fill of shapes disappear [Regenyi Balazs]
tdf#124430 Child Textbox separates from shape when align action is used [Bakos Attila]
tdf#126830 Icons not showing in menus [Maxim Monastirsky]
tdf#127579 FILEOPEN DOCX: Hyperlink color and underlining gets lost when saving to DOCX [Xisco Fauli]
tdf#128174 Master password dialog misplaced [Ayhan Yalcinsoy]
tdf#128212 FILEOPEN PPTX text with z-Rotation has wrong position [Gulsah Kose]
tdf#129685 FILEOPEN: PPTX: Incorrect paragraph alignment in shape [Miklos Vajna]
tdf#130445 Toolbar created at Document Scope does not save associated icons. [Maxim Monastirsky]
tdf#133377 FILESAVE DOCX: Date Document properties mangled during FileOpen/FileSave using Word 2007-365 .docx format [Bartosz Kosiorek]
tdf#133482 Changing the data table of a graph enlarges the window. [Caolan McNamara]
tdf#133771 When saving an encrypted document, unchecking 'Save with password' has no effect, encryption is kept [Vasily Melenchuk]
tdf#133931 KDE5/QT5 VCL & dark theme: Calc: every other function name in Function Wizard list is unreadable [Jan-Marek Glogowski]
tdf#134351 Wrong Auto Filter Result if all the records are selected [Xisco Fauli]
tdf#134566 Can't input Japanese characters in Header and Footer Dialog. [Caolan McNamara]
tdf#134598 Calc's Fill Format Mode function not available after New and Cancel (comment 9) [Caolan McNamara]
tdf#134784 Paragraph spacing of first paragraph in a text frames is set to 0,42 cm when importing/opening docx [Laszlo Nemeth]
tdf#134939 Font size fields (and other fields) keep losing focus (GTK3) [Caolan McNamara]
tdf#135202 LO 6.4.6.1 and 7.0.1 fail with error 1045 when accessing MySQL database using native connector [Julien Nabet]
tdf#135260 Backspace has only effect on one character after rejecting all changes [Michael Stahl]
tdf#135370 LO does not refresh screen with Skia/Vulkan and nVidia cards [Lubos Lunak]
tdf#135518 Locale en-HK is not supported [Eike Rathke]
tdf#135733 Crash undo paste & cut (swlo!SwDoc::IsInWriterfilterImport) since 7.0 or 7.1) [Michael Stahl]
tdf#135916 Scroll to top (to cursor) after applying page style at page break (comment 2) [Caolan McNamara]
tdf#135952 Using 'points' in PNG export dialog causes absurdly large images and possible crash [Lubos Lunak]
tdf#136036 Garbled icons on Libreoffice 7.0 x64, Windows 10 build 19041.450 (Vulkan) [Lubos Lunak]
tdf#136176 Wrong object position after filesave and fileopen/reload if slant is used on a vertically flipped object in draw [Regina Henschel]
tdf#136222 Linear and Axial gradients looks ugly with Skia [Lubos Lunak]
tdf#136238 Deleting a very very large cross page table (26 pages) very very slow [Xisco Fauli]
tdf#136267 FILEOPEN XLSX index instead of content of category value in data label in column chart [Balazs Varga]
tdf#136385 Shapes moves to different position after undo of anchor to page [Michael Stahl]
tdf#136407 Libre Office Launcher gets weird artifacts around the recent file images (Vulkan) [Lubos Lunak]
tdf#136430 Crash when tying to move chart data label [Balazs Varga]
tdf#136441 FILESAVE: Saxparse error on file open (word/footnotes.xml line 2) after save to DOCX & file reload [Justin Luth]
tdf#136445 RTF import: comment/annotation anchor is in wrong cell (covered cell even) in table [Michael Stahl]
tdf#136455 GTK3: Unable to open Standard Filter in a file with large quantity of data rows [Caolan McNamara]
tdf#136520 Text/background Color Palettes can no longer be torn off [Caolan McNamara]
tdf#136551 FILEOPEN DOTX Template rendered with only one element, missing text and shapes [Miklos Vajna]
tdf#136555 StartCenter is inconsistent with dark theme(s) [Jan-Marek Glogowski]
tdf#136573 Ability to move chart data labels with keyboard arrows [Tunde Toth]
tdf#136577 [EDITING] "Replace All" does not undo properly if the replacement string is empty [Michael Stahl]
tdf#136620 FILESAVE: DOC: TextWrap is lost after RT [Michael Stahl]
tdf#136650 FILEOPEN DOCX Chart with data labels enabled at datapoint level show percentage values as fraction [Balazs Varga]
tdf#136682 Delete all comments not working after using Format All Comments [Caolan McNamara]
tdf#136705 UI: Paragraph style dialog oversized because of large tab list [Caolan McNamara]
tdf#136708 Textbox shrinks to content size on DOC export [Michael Stahl]
tdf#136728 Crash deleting a table [Xisco Fauli]
tdf#136799 SVG icons not appearing in Styles tab in sidebar [Caolan McNamara]
tdf#136830 Imported PPTX group shapes positions are not correct [nd101]
tdf#136836 EMF import from PPTX: visual problems with large image [Miklos Vajna]
tdf#136924 Column icons are wrong in dark mode [Jan-Marek Glogowski]
tdf#136951 i18n: add locale data for Voro [vro-EE] [Mihkel Tonnov]
tdf#136983 Wrong setting for DOC properties [Justin Luth]
tdf#136985 Crash after resolving comment, undoing and opening redo steps [Caolan McNamara]
tdf#137009 Default time format for French locales in African countries is wrong [Julien Nabet]
tdf#137016 Crash Relationships [Caolan McNamara]
tdf#137023 FILEOPEN: PPTX: Text is center aligned instead of left [Miklos Vajna]
tdf#137038 UI: Crash reporter dialog size is relatively large for German language [Caolan McNamara]
tdf#137071 Underline not vianges position after closing the Position and Size dialog [Balazs Varga]
tdf#137180 FILEOPEN RTF Bulleted list has wrong indentation [Miklos Vajna]
tdf#137201 EDITING: Unable to type to manually change font family when text is partially or fully sichael Stahl]
tdf#137248 Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary [Eike Rathke]
tdf#137250 with gtk3, keyboard ineffective in Format > Page > Page > Paper Format [Caolan McNamara]
tdf#137274 Writer: Deleting Comment disables Comments in Navigator [Caolan McNamara]
tdf#137294 Special Character dialog -- Search operation not updated according to the active font name entry [Caolan McNamara]
tdf#137345 Transition duration time is set in milliseconds instead of seconds [Caolan McNamara]
tdf#137369 Some links.txt target point to nonexistent icons [Rizal Muttaqin]
tdf#137393 Add New Noto CJK font names(V2.001) in front of the previous Noto CJK font names for CJK locale on VCL.xcu [Kevin Suo]
tdf#137417 FILEOPEN: SMARTART: Incorrect size of shapes [Miklos Vajna]
tdf#137432 Value of object property is not shown in the Watch window after disable "Use Skia for all rendering" [Caolan McNamara]
tdf#137446 resize of horizontal line via dialog in Calc introduces faulty 180deg rotation [Regina Henschel]
tdf#137594 Chinese conversion run all the way through column 1024. [Mark Hung]
tdf#137608 Maximum page number of 9999 when inserting a manual break with custom page number [Caolan McNamara]
Merge:
absorb issuer fingerprint (RFC4880bis 5.2.3.28) in libverify.c
from jhigh from src/
While here, fix build with RELRO and a pkglint warning.
Bump version to 20201101.