Based on PR 52850 by dziltener@lyrion.ch.
Changes for Version 2.4 (2017-11-03)
New feature: URL Aliases. URL Aliases allow an administrator to define their own URLs on the web interface that are rewritten to built-in URLs with specific parameters. Create and configure URL Aliases using the /Setup/URL_Aliases menu option in the web interface.
Add tech-note search capability.
Add the -r|--revision and -o|--origin options to the annotate command.
Add the origin= query parameter to the /annotate webpage.
The fossil annotate command and the /annotate web page go backwards in time as far as can be computed in 30 milliseconds by default, rather than stopping after 20 steps. The new limit= query parameter or the --limit command-line option can be used to alter this timeout.
Provide separate on-line help screens for each setting.
Back out support for the --no-dir-symlinks option
Remove support from the legacy configuration sync protocol. The only way now to do a configuration push or pull is to use the new protocol that was added in 2011.
Add the from= and to= query parameters to /fdiff in order to get a diff of two files in the same check-in.
Fix the "ssh://" protocol to prevent an attack whereby the attacker convinces a victim to run a "clone" with a dodgy URL and thereby gains access to their system.
Provide a checkbox that will temporarily disable all ad-units.
Improvements to the /stat page
Various new hyperlinks to the /bloblist and /bigbloblist pages.
Correct the /doc page to support read-only repositories.
Correct /zip, /tarball, zip, and tarball pages and commands to honor the versioned manifest setting when outside of an open checkout directory.
The admin-log and access-log settings are now on by default for new repositories.
Update the built-in SQLite to version 3.21.0.
Changes for Version 2.3 (2017-07-21)
Update the built-in SQLite to version 3.20.0 (beta).
Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0.
Show the last-sync-URL on the /urllist page.
Added the "Event Summary" activity report. example
Added the "Security Audit" page, available to administrators only
Added the Last Login time to the user list page, for administrators only
Added the --numstat option to the fossil diff command
Limit the size of the heap and stack on unix systems, as a proactive defense against the Stack Clash attack.
Fix "database locked" warnings caused by "PRAGMA optimize".
Fix a potential XSS vulnerability on the /help webpage.
Documentation updates
version 1.8.18 2016-10-08
* Add mac2str() and str2mac() to print/parse MAC address
* Change formatting, remove commented-out code in
src/plugins/imb/imbapi.c
* Export find_lan_channel() as global
* Expose _ipmi_get_channel_info()
* Extend buf2str to allow separator
* Fix indentation of #define in src/plugins/imb/imbapi.c
* Fix missing `goto out_free;` when ipmi_parse_hex() returns (-1)
* Fix warning for buf2str argument
* Various Bug fixes
version 1.8.17 2016-05-01
* Add INSTALL and NEWS, mandated by autoconf
* Added missing ipmi_sel_supermicro.h to template Makefile.am
* Check rsp->data_len in ipmi_sel_get_info()
* Various Bug fixes
version 1.8.16 2015-11-22
* Add _ipmi_get_channel_access() and _ipmi_get_channel_info()
* Add _ipmi_get_user_access() and _ipmi_set_user_access()
* Add _ipmi_get_user_name()
* Add _ipmi_set_channel_access() function
* Add _ipmi_set_user_password() function
* Add limits check in get_cmdline_macaddr()
* Change expression in ipmi_pef_get_info() in order to silence Coverity
* Change expression in ipmi_pef_list_policies() in order to silence Coverity
* Code cleanup in ipmi_user_main()
* Create ask_password() and re-use code
* Delete dead code from ipmi_sunoem_echo()
* Don't output pidfile before parsing command line arguments
* Don't use tmp variable since it's not necessary in ipmi_user_test()
* Various Bug fixes
version 1.8.15 2014-11-24
* Various Bug fixes
version 1.8.14 2014-05-05
* Various Bug fixes
version 1.8.13 2013-09-09
* Various Bug fixes
version 1.8.12 released 2012-08-09
* Added IPMB dual bridge support (no need for driver support)
* Enable compiler warnings and resolve all compiler warning so that
ipmitool compiles and links with no warning or error messages
* add ipmishell line to configure
* fail configure when no curses or readline is found
* support sensor bridging in free interface
* Document the ipmitool dcmi commands in the ipmitool man page
* Document that some commands are blocked by OpenIPMI.
* Document the -N and -R options
* fix manpage misdocumentation on cipher suite privilige configuration
* Add build support for Dell OEM commands
* Add new Dell OEM commands and update man page
* added hpm and fwum in man page
* man page update for fwum and hpm commands
* Added documentation for 'ime' operating mode, used to update Intel ME.
* add new -Y option to prompt user to enter kgkey
* Add DCMI module (Data Center Management Interface)
* Various Bug fixes
3.21.0:
[cmap] when compiling format6 subtable, don't assume gid0 is always called '.notdef'.
[ot] Allow decompiling fonts with bad Coverage format number.
Change FontTools licence to MIT.
[post] Prune extra names already in standard Mac set.
[subset] Delete empty SubrsIndex after subsetting.
[varLib] Don't share points in cvar by default, as it currently fails on some browsers.
[afmLib] Make poor old afmLib work on python3.
3.44.3:
This release improves the shrinker in cases where examples drawn earlier can affect how much data is drawn later (e.g. when you draw a length parameter in a composite and then draw that many elements). Examples found in cases like this should now be much closer to minimal.
3.44.2:
This is a pure refactoring release which changes how Hypothesis manages its set of examples internally. It should have no externally visible effects.
3.44.1:
This release fixes :issue:`997`, in which under some circumstances the body of tests run under Hypothesis would not show up when run under coverage even though the tests were run and the code they called outside of the test file would show up normally.
3.44.0:
This release adds a new feature: The :ref:`@reproduce_failure <reproduce_failure>`, designed to make it easy to use Hypothesis's binary format for examples to reproduce a problem locally without having to share your example database between machines.
This also changes when seeds are printed:
They will no longer be printed for normal falsifying examples, as there are now adequate ways of reproducing those for all cases, so it just contributes noise.
They will once again be printed when reusing examples from the database, as health check failures should now be more reliable in this scenario so it will almost always work in this case.
Changelog for Falcon 1.3.0
Changes to Supported Platforms
- CPython 3.6 is now fully supported.
- Falcon appears to work well on PyPy3.5, but we are waiting until
that platform is out of beta before officially supporting it.
- Support for both CPython 2.6 and Jython 2.7 is now deprecated and
will be discontinued in Falcon 2.0.
New & Improved
- We added built-in resource representation serialization and
deserialization, including input validation based on JSON Schema.
(See also: :ref:`Media <media>`)
- URI template field converters are now supported. We expect to expand
this feature over time. (See also:
:ref:`Field Converters <routing_field_converters>`)
- A new method, :meth:`~.Request.get_param_as_datetime`, was added to
:class:`~.Request`.
- A number of attributes were added to :class:`~.Request` to
make proxy information easier to consume. These include the
:attr:`~.Request.forwarded`, :attr:`~.Request.forwarded_uri`,
:attr:`~.Request.forwarded_scheme`, :attr:`~.Request.forwarded_host`,
and :attr:`~.Request.forwarded_prefix` attributes. The
:attr:`~.Request.prefix` attribute was also added as part of this
work.
- A :attr:`~.Request.referer` attribute was added to
:class:`~.Request`.
- We implemented ``__repr__()`` for :class:`~.Request`,
:class:`~.Response`, and :class:`~.HTTPError` to aid in
debugging.
- A number of Internet media type constants were defined to make it
easier to check and set content type headers. (See also:
:ref:`Media Type Constants <media_type_constants>`)
- Several new 5xx error classes were implemented. (See also:
:ref:`Error Handling <errors>`)
Fixed
- If even a single cookie in the request to the server is malformed,
none of the cookies will be parsed (all-or-nothing). Change the
parser to simply skip bad cookies (best-effort).
- :class:`~.API` instances are not pickleable. Modify the default router
to fix this.
1.3.3:
perf: improved zstd_opt strategy (levels 16-19)
fix : bug 944 : multithreading with shared ditionary and large data
cli : fix : content size written in header by default
cli : fix : improved LZ4 format support
cli : new : hidden command -b -S, to benchmark multiple files and generate one result per file
api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown"
api : fix : support large skippable frames
api : fix : re-using context could result in suboptimal block size in some corner case scenarios
api : fix : streaming interface was adding a useless 3-bytes null block to small frames
build: fix : compilation under rhel6 and centos6
build: added check target
build: improved meson support
Changelog:
Bugs fixed compared to 5.4.4 rc1:
ofz#4484 another stab at mnRangeOpPosInSymbol [Eike Rathke]
tdf#109240 FILESAVE XLSX: Use of Data > AutoFilter provoke auto-creation of multiple defined Name ranges over multiple consecutive save in XLSX format of the same file causing compatibility issue with Excel 2016 (file cannot be opened in Excel 2016) [Aron Budea]
tdf#112571 FILESAVE XLSX New named range is created every time an Excel made spreadsheet that contains print ranges is saved as XLSX [Aron Budea]
tdf#114406 #NAME? error when using a number with percentage [Eike Rathke]
Bugs fixed compared to 5.4.3 (rc2):
ofz#2947 check for input stream end [Eike Rathke]
ofz#3745 bad-cast [Caolán McNamara]
ofz#3759 check for valid starting dash index [Caolán McNamara]
ofz#4066 bad-cast [Caolán McNamara]
ofz#4076 bad palette READ [Caolán McNamara]
ofz#4123 do not read past end of file [Eike Rathke]
ofz#4335 verify sprmTDefTable length [Caolán McNamara]
ofz#4406 limit escher object cell area to calc's limits [Caolán McNamara]
ofz#4414 set new nWwCols after verifying legal size [Caolán McNamara]
ofz#4435 bad-cast [Caolán McNamara]
ofz#4436 check if seek succeeded [Caolán McNamara]
ofz#4481 move Path2DContext body to onEndElement [Caolán McNamara]
ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow case [Caolán McNamara]
ofz#4491 bad-Cast [Caolán McNamara]
rhbz#1505379 [fix available] Opened combo box is blocking the entire session [Caolán McNamara]
tdf#58186 EDITING: Navigator is not Updated, if a Chapter Move (in the navigator) is Undone in the document (with Undo) [Jim Raykowski]
tdf#60315 RTL: Slide pane context menu opens going left rather than going right [Caolán McNamara]
tdf#82078 FILEOPEN: RTF - Bold text spilling over to non-bold text [Miklos Vajna]
tdf#92190 PRINTs landscape despite configured as portrait (Mac OS) [Tor Lillqvist]
tdf#99537 SIDEBAR: Content panel setting not saved between context changes [Jan-Marek Glogowski]
tdf#103234 Cancelling content of a cell does not restore the previous text representing a value (e.g. '(/21) ) [Eike Rathke]
tdf#103978 FILEOPEN: DOCX: Table is displayed behind the text [Justin Luth]
tdf#104079 FILEOPEN: RTF: Spacing is smaller than it should be [Miklos Vajna]
tdf#104228 rtf bad opening [Miklos Vajna]
tdf#107111 FILESAVE: hyperlink text disappears after opening&saving specific DOCX (with some index/TOC before the link) [Vasily Melenchuk]
tdf#107643 1.15 Line spacing has wrong preview in Paragraph dialog [Jim Raykowski]
tdf#108124 CRASH: bad dynamic_cast! after redo operation [Fyodor Yemelyanenko]
tdf#108795 Cannot enter colon or semicolon in formula bar (French version) [Eike Rathke]
tdf#108916 .uno:LanguageStatus shouldn't appear in the customization dialog [Muhammet Kara]
tdf#109282 CRASH: When editing Visio OLE and leaving the edit mode [Caolán McNamara]
tdf#110431 FILEOPEN: calc listbox entries are lost on open *.ods file [Mohammed Abdul Azeem]
tdf#111428 Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) [Eike Rathke]
tdf#111894 PaletteManager::LoadPalettes() leaks memory [Julien Nabet]
tdf#111967 Vertical text in table formatted incorrectly [Mark Hung]
tdf#112352 FILESAVE DOCX: Document with one column section appears with two columns in LO [Justin Luth]
tdf#112435 navigator does not scroll when navigating to inactive document [Jim Raykowski]
tdf#112547 FILEOPEN: Text on OLE object is not read [Regina Henschel]
tdf#112549 Full screen mode should hide title bar and Gnome Shell top bar [Caolán McNamara]
tdf#112633 FILESAVE PPTX: Presentation has some invalid content after RT [Jacobo Aragunde Pérez]
tdf#112808 CONTEXT MENU: 'Edit Section' entry appears on indexes [Gulsah Kose]
tdf#112830 RTL: Toolbar tooltips flicker heavily as mouse thinks its in the opposite location (Gtk2) [Caolán McNamara]
tdf#112943 Colour dropdrown lists are displayed for a fraction of second (gtk3) (ambiance, radiance theme) [Caolán McNamara]
tdf#113179 Referenced cells no longer colored [Eike Rathke]
tdf#113190 [Digital-Signatures][OpenPGP] Revoked and expired keys are listed as available OpenPGP keys [Thorsten Behrens]
tdf#113202 FILEOPEN: RTF: Incorrect vertical position of last bullet of the list [Miklos Vajna]
tdf#113214 SIDEBAR: Style combobox in Styles content panel stays at "More Styles..." [Caolán McNamara]
tdf#113230 Crash in: writerfilter::dmapper::DomainMapper_Impl::finishParagraph(std::shared_ptr<writerfilter::dmapper::PropertyMap> const &) [Caolán McNamara]
tdf#113263 FILESAVE: PPTX: Group shapes change position after RT [Szymon Kłos]
tdf#113271 FILEOPEN: XLSX: Incorrect font colour [Bartosz Kosiorek]
tdf#113284 Crash opening index dialog [Tamas Bunth]
tdf#113328 EDITING Closing Colour replacer crashes the application [Caolán McNamara]
tdf#113336 Crash when FILEOPEN .DOT Template [Caolán McNamara]
tdf#113347 Scrolling with the horizontal/vertical toolbar is sluggish with OpenGL enabled [Mike Kaganski]
tdf#113353 UI: floating toolbars have two heading (VCL: gtk2) [Maxim Monastirsky]
tdf#113368 File Selection widget in dialog causes crash [Julien Nabet]
tdf#113378 Table properties: the icons on preset buttons for outlining the table do not correspond to the actions and the popup tooltips [Caolán McNamara]
tdf#113408 FILEOPEN: RTF - Indentation of image not retained [Miklos Vajna]
tdf#113428 Arabic PDF export is messy in old files < 5.3 [Khaled Hosny]
tdf#113446 "Edit Style" menu command missing from customize dialog [Yousuf Philips]
tdf#113455 Impossible to clear "Width/Height in pages" after converting "Page style" sheet to Widget UI [Caolán McNamara]
tdf#113550 FILEOPEN: RTF: Incorrect text indent [Miklos Vajna]
tdf#113562 Last Digit is Automatically Deleted when Editing Formula with Comma-separated Values [Caolán McNamara]
tdf#113591 Crash when switching between Calc and other LO window [Samuel Mehrbrodt]
tdf#113592 LibreLogo: add fallback localization to fix platform issues [László Németh]
tdf#113615 Basic command thiscomponent.currentselection(0).name returns wrong name of grouped Draw objects when GTK3 backend is used [Caolán cNamara]
tdf#113647 Crash when clicking 2 times on "New Theme..." in Gallery on detached SideBar ( steps in comment 4 ) ( not gtk3) [Caolán McNamara]
tdf#113657 impress crashes when trying to format - char an empty paragraph [Julien Nabet]
td#113695 Crash when using color picker after parent toolbar is closed [Caolán McNamara]
tdf#113787 CLI versioning: cli_oootypes.config is wrong [Michael Stahl]
tdf#113790 'SAXParseException: Attribute w:cstheme redefined' error upon certain change tdf#113875 1bpp grey-level PNG images are mis-exported to PDF (as black&white) [Tor Lillqvist]
tdf#113889 [FILESAVE]: changes format of date in cell from DD.MM.YY to MM.DD.YY with save file to .XLSX [Eike Rathke]
tdf#113894 [Regression] Pasting tare mishandled on Linux in all vcl "backends" ("plugins") [Tor Lillqvist, Stephan Bergmann]
tdf#113935 Switching from read-only to edit mode by clicking "Edit Document" isn't instantaneous anymore [Noel Grandin]
tdf#114011 DATEADD() LOBasic function displays year incorrectly [Eike Rathke]
tdf#114025 deadlock from lock dialog: Singleton vs. SolarMutex in framework [Michael Stahl]
tdf#114112 Fields - Variables not listed alphabetically from 4.2 [Caolán McNamara]
3.7.7:
Fix typo to include *.mo locale files to packaging.
3.7.6:
Add missing *.ico icon files to packaging.
3.7.5
Add missing *.woff2 font files to packaging.
Add missing *.mo locale files to packaging.
The previous release was the last one supporting autotools,
so switch to autosetup build. Adapt options.
2017-12-15 Richard Russon <rich@flatcap.org>
* Bug Fixes
- Fix some regressions in the previous release
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.
This package provides U-Boot for the FriendlyARM NanoPi M1.
Utilities and helpers for writing Pylint plugins. This is not a direct Pylint
plugin, but rather a set of tools and functions used by other plugins such as
pylint-django and pylint-celery.