Upstream changes:
- Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2).
- Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF).
- Fix compilation errors with CLang on MacOSX.
- bindings: perl: Add an option to explicitly link against libperl.so Some
distributions want to do it, other prefer not to, the library is anyway in
context of perl.
- config_kde: Add a basic cache and invalidation: performance improvement for
the KDE module.
Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes.
Requested by Ralf Nolden <nolden@kde.org>
Approved by <pkgsrc-pmc>.
Changes since 3.5.0:
- Merged upstream binutils 2.25
- New memory management with lower overhead
- Changed default language dialect to --std-sdcc11
- Diagnostic for missing type specifier: No implicit int outside of C90 mode
anymore
- C11 generic selections
- char type is now unsigned by default (old behaviour can be restored
using --fsigned-char)
- Character constants are now of type int instead of char.
- ISO C95 and ISO C11 wide character constants
- ISO C95 and ISO C11 wide string literals
- Basic standard library support for wide characters: c16rtomb(), mbrtoc16(),
mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), wcrtomb(),
mblen(), wctomb()
- Treat all ports the same in the manual (i.e. mcs51-specific stuff is now
clearly described as such)
- Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80
backends
- Workaround for stm8 division hardware bug
- ELF/DWARF support for stm8
- Output symbol table for ELF
- pic16 port now uses standard-compliant crt0iz that initializes static and
globals to 0 by default
Numerous feature requests and bug fixes are included as well.
ocaml 4.03 and the latest framework version. Discussed on packages@ and
OK'd by jperkin.
Changes include:
## 113.33.00+4.03
Various updates to work with OCaml 4.03.0
## 113.33.00
- Install standalone ppx-optcomp program that can be run through `-pp`
ocaml 4.03. Also, the package is now compatible with the latest version of
the ocaml.mk framework. Discussed on packages@ and OK'd by jperkin.
Changes include:
## v2.5.0
- BatTuple: add Tuple{N}.make : 'a1 -> ... -> 'an -> 'a1 * ... * 'an
#657
(Thibault Suzanne)
- BatBig_int: fix sequence operators (--), (---) to avoid polymorphic comparison
#674, #675, #676
(Pieter Goetschalckx and Cedric Cellier)
- Extend all Batteries module to cover OCaml 4.03 features
#670
(Gabriel Scherer, KC Sivaramakrishnan)
## v2.4.0
- BatBitSet: use Bytes instead of String
(Gabriel Scherer)
- BatHashtbl: fix hash computation bug introduced by 4.01 (issue #609)
(Gabriel Scherer, report by Martin Neuh?u?er)
- BatText: synchronize nsplit to match BatString.nsplit
(Gabriel Scherer)
- BatLazyList: fix remove_all_such documentation
(Xavier Van de Woestyne)
- BatMap: add pop_min_binding: 'a t -> (key * 'a) * 'a t
and pop_max_binding: 'a t -> (key * 'a) * 'a t
(Francois Berenger)
- BatMap: add at_rank_exn: int -> ('key, 'a) t -> ('key * 'a)
and update: key -> key -> 'a -> 'a t -> 'a t
(Francois Berenger)
- BatEnum: add interleave: 'a t array -> 'a t
(Aleksey Z. Arens)
- BatFormat: expose asprintf for V>=4.01
(Ralf Vogler)
- BatSet: add at_rank_exn: int -> t -> elt
and update: elt -> elt -> t -> t
(Francois Berenger)
- BatUTF8: add enum: t -> BatUChar.t BatEnum.t
(Kevin Brubeck Unhammer)
- BatSet: add to_array: t -> elt array
and of_array: elt array -> t
and test for to_list
(Francois Berenger)
- BatSet: add pop_max: 'a t -> 'a * 'a t
and pop_min: 'a t -> 'a * 'a t
(Francois Berenger)
- BatSplay: hardened against read-only-data compiler optimization
(Gabriel Scherer)
- BatList: simplified interleave implementation
(Francois Berenger)
- BatOption: add Infix.(>>=): 'a option -> ('a -> 'b option) -> 'b option
(Herry Herry)
- BatHashtbl: modify now have same semantics than replace for the key
(Anders Fugmann)
- BatHashtbl: more efficient modify_opt and modify_def
(Anders Fugmann)
- BatFormat: add pp_print_list: ?pp_sep:(formatter -> unit -> unit) ->
(formatter -> 'a -> unit) ->
(formatter -> 'a list -> unit)
and pp_print_text: formatter -> string -> unit
(Christoph H?ger)
- BatEnum: add uniq_by: ('a -> 'a -> bool) -> 'a t -> 'a t
and uniqq: 'a t -> 'a t
(Max Mouratov)
- BatEnum: fix uniq to use structural comparison
(Max Mouratov)
- BatUnix: add run_and_read: string -> process_status * string
(Francois Berenger)
- BatCache: use hashmap to speed up lru_cache
(Sang Kil Cha)
- BatQueue: add filter: ('a -> bool) -> 'a t -> 'a t
and filter_inplace: ('a -> bool) -> 'a t -> unit
and filter_map: ('a -> 'b option) -> 'a t -> 'b t
(Gabriel Scherer)
ocaml 4.03 and the latest framework version. Discussed on packages@ and
OK'd by jperkin.
Changes include:
- Switch to "safe string" mode. Some API functions that use to take
strings now take byte sequences instead. OCaml 4.02 or up is required.
- Update for OCaml 4.03.
- Avoid Zlib error when calling Gzip.output with length = 0.
- Improve support for ZIP files / ZIP file members greater than 2 Gbytes.
latest version of ocaml and its framework. Discussed on packages@ and
OK'd by jperkin.
Changes include:
1.2.8: Build against ocamlnet-4.1. Support -safe-string
1.2.7: tweaking support for oasis.
1.2.6: Adding _oasis file.
1.2.5: Build against ocamlnet-4.
1.2.4: Fixed bug in namespace-aware parsing (thanks to ygrek and Thomas
Leonard)
- Updated INSTALL fragment to detect and add to ld.conf the autodetected
libraries that are part of the standard ocaml installation
Discussed on packages@ and OK'd by jperkin
Changelog:
Bugs fixed compared to 5.1.3 final (rc2):
coverity#704901 missing break in switch [Stephan Bergmann]
coverity#1358428 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
coverity#1358836 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
coverity#1358843 backport of opencl coverity fixes [Caolan McNamara]
coverity#1358844 backport of opencl coverity fixes [Caolan McNamara]
rhbz#1326602 libreoffice: Leakage of removed background image set in master slide [fedora-all] [David Tardon]
tdf#31449 correctly test if fraction has no integer part [Laurent Balland-Poirier]
tdf#35957 check for preconditions earlier [David Tardon]
tdf#38097 min numerator/denominator at least 1 [Laurent Balland-Poirier]
tdf#49853 some shortcuts should always end up in the view [Maxim Monastirsky]
tdf#61996 skip quoted text in number format [Laurent Balland-Poirier]
tdf#63272 [fi-FI] percentage format with no-break space [Eike Rathke]
tdf#64748 added placeholder option to pdf export dialog in Writer [Oliver Specht]
tdf#74795 RTF import: handle row-level default cell margins [Miklos Vajna]
tdf#81833 form protection can be modified as compatibility option [Oliver Specht]
tdf#82073 RTF import: handle \clcbpatraw [Miklos Vajna]
tdf#82160 reset mouse pointer if doc loading failed [Maxim Monastirsky]
tdf#83746 wrapAddress() didn't do what it was supposed to do [Eike Rathke]
tdf#84317 convert missing numbering types to OOXML tokens. [Mark Hung]
tdf#84411 OpenCL: S/W interpreter throws std::out_of_range error [Marco Cecchetti]
tdf#84695 sw: make TextBox in shape accessible without mouse [Miklos Vajna]
tdf#86282 handle both, base name and Sheet1, as external reference sheet name [Eike Rathke]
tdf#86502 split formula groups referring bounds shifted into [Eike Rathke]
tdf#86575 for OOXML write plain #REF! if deleted parts [Eike Rathke]
tdf#87437 close direct char fmt at end of para [Luke Deller]
tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmap [Caolan McNamara]
tdf#89866 vcl: fix printing of form controls with images [Michael Stahl]
tdf#90097 RTF import: handle fRelFlipV property for line shapes [Miklos Vajna]
tdf#90319 make image flipping work when aLinearContext(...) code path chosen [pasqualm]
tdf#92434 crash on deleting inner join relationship [Caolan McNamara]
tdf#92695 protect both branches against missing ToolItem [Caolan McNamara]
tdf#92951 make PaneDockingWindow dockable again [Caolan McNamara]
tdf#93101 handle external references and propagate error [Eike Rathke]
tdf#93124 fix incorrect text fit in imported PPT - take two [Mike Kaganski]
tdf#93386 crash when closing a Database with macro editor open [Caolan McNamara]
tdf#93403 check for changed DataSource on all Controls on form reload [Lionel Elie Mamane]
tdf#93553 limit parallelism at zip save time to useful amount [Armin Le Grand]
tdf#93640 fix import of linked left page header/footer [Luke Deller]
tdf#93994 flush API objects at load time [Armin Le Grand]
tdf#94146 a11y crash, obtain formula using the correct pointer [Eike Rathke]
tdf#94221 repair dialog for text along path [Regina Henschel]
tdf#94320 missing break in switch [Stephan Bergmann]
tdf#94559 -Werror=nonnull-compare [Stephan Bergmann]
tdf#94931 missing break in switch [Stephan Bergmann]
tdf#94934 missing break in switch [Stephan Bergmann]
tdf#95339 extend test to distinguish minute/month [Laurent Balland-Poirier]
tdf#95620 crash in presentation wizard [Caolan McNamara]
tdf#95707 RTF import: handle device-independent bitmaps [Miklos Vajna]
tdf#95954 reasonable background for roadmap widget [Katarina Behrens]
tdf#96092 crash on activating manage changes sidebar [Caolan McNamara]
tdf#96097 can't save a doc with signed macro after autosave/save a copy [Guillaume Smaha]
tdf#96244 get the right Writer window view for Formula window [Caolan McNamara]
tdf#96275 RTF import: fix anchor of shapes inside tables [Miklos Vajna]
tdf#96426 significant whitespace as intersection in Excel syntax [Eike Rathke]
tdf#96504 vcl: fix printing of form controls with images [Michael Stahl]
tdf#96516 do not increment position counter when an entry is removed [Lionel Elie Mamane]
tdf#96522 reset CustomShapeEngine at import [Armin Le Grand]
tdf#96912 we need the space="preserve" also for formatted strings, [Markus Mohrhard]
tdf#97158 CopyOneCellFromClip() does not handle multiple sheets [Eike Rathke]
tdf#97249 don't crash if BindFont fails [Tor Lillqvist]
tdf#97835 no decimal separtor for empty decimal [Laurent Balland-Poirier]
tdf#97839 a single character may be more than 1 utf-16 code points [Caolan McNamara]
tdf#97854 crash on deleting inner join relationship [Caolan McNamara]
tdf#97879 loop in style hierarchy on odt loop [Caolan McNamara]
tdf#97887 add Intel driver 5.2.0.10049 to blacklist [Tomaz Vajngerl]
tdf#97915 add Intel driver 3.0.1.10891 to blacklist [Tomaz Vajngerl]
tdf#98088 prevent access to invalid sub node [Oliver Specht]
tdf#98163 flush ressources at CustomShapes during import [Armin Le Grand]
tdf#98224 endless loop in replace all stopped [Oliver Specht]
tdf#98226 fix undo of table AutoFormat [Michael Stahl]
tdf#98436 crash trying To create remote folder before connected [Caolan McNamara]
tdf#98512 fix the Undo action of insert an input field. [HaidongWu]
tdf#98666 don't cache progress bars either [Tor Lillqvist]
tdf#98753 find Toolbar does not display "Search key not found" [Samuel Mehrbrodt]
tdf#98940 (-1 not mapping to maximum string length anymore) [Matteo Casalin]
tdf#98983 use 'Microsoft Sans Serif' instead of 'MS Sans Serif' [Tor Lillqvist]
tdf#99130 use subdivision on B2DPolygon, angle based subdivision [Tomaz Vajngerl]
tdf#99135 VML import: handle image crop [Miklos Vajna]
tdf#99207 fix incorrect RGB ordering in Graphite DWrite path [Tim Eves]
tdf#99246 use correct path for lock in PUT method. [Giuseppe Castagno]
tdf#99255 calc crashing on Undo after Spell Correction [Arul Michael]
tdf#99258 bail out if we fail to reserve the texture + more [Tomaz Vajngerl]
tdf#99272 new Short[] used instead of new short[] [Caolan McNamara]
tdf#99314 lokdocview: add new userprofileurl property [Miklos Vajna]
tdf#99315 VclPixelProcessor2D: fix double border line width [Miklos Vajna]
tdf#99338 fix GrabFocus during dispose crashes [Maxim Monastirsky]
tdf#99369 try harder to bail out for non-horizontal text [Tor Lillqvist]
tdf#99383 vcl: don't dispatch events from SolarMutexReleaser [Michael Stahl]
tdf#99396 SvxTableController::SetVertical: implement undo support [Miklos Vajna]
tdf#99425 crash when closing dialog editor [Caolan McNamara]
tdf#99450 /fix insert twice the same object in Photo album [Julien Nabet]
tdf#99452 svx: fix undo of table row edge drag [Miklos Vajna]
tdf#99453 opencl: better logging of devices and device selection [Tomaz Vajngerl]
tdf#99460 sw: layout: don't split table before fly [Michael Stahl]
tdf#99461 reverse logic of TokenPointers::skipToken() [Eike Rathke]
tdf#99462 /fix insert twice the same object in Photo album [Julien Nabet]
tdf#99474 close direct char fmt at end of para [Luke Deller]
tdf#99479 delete column with styles resets the 'Apply Style' drop down [Julien Nabet]
tdf#99498 don't overwrite trwWidth value if set on a table [Caolan McNamara]
tdf#99523 exit text edit and unmark objects before moving slide [Caolan McNamara]
tdf#99527 show all accelerators in menus of extensions [Oliver Specht]
tdf#99529 sw: don't pop up input field dialog before inserting field [Michael Stahl]
tdf#99556 if the num of arguments is not 1 infer a row [Caolan McNamara]
tdf#99574 fix sluggish scrollbar for an immediate paint [Tomaz Vajngerl]
tdf#99588 fix radio button groups (and thus up/down key cycle) [Katarina Behrens]
tdf#99643 OLE automation bridge: fix 64-bit pointer conversions [Michael Stahl]
tdf#99692 crash in SwPostItMgr with change tracking [Caolan McNamara]
tdf#99699 do nullptr check BEFORE calling method [Michael Weghorn]
tdf#99722 sw: avoid buffering a11y events for not-visible frames [Michael Stahl]
tdf#99730 lower the barrier for inferior systems, cripple the test [Eike Rathke]
tdf#99733 don't crash on moving range of cells [Caolan McNamara]
tdf#99850 menu entry for Select Sheets... [Olivier Hallot]
tdf#99870 writer: don't delete selection with delete-comment [Justin Luth]
tdf#99874 gtk3: all-black xbm cursors [Caolan McNamara]
tdf#100024 CRASH when setting a background image [Caolan McNamara]
tdf#100051 partially revert "loplugin:constantparam in sw" [Miklos Vajna]
tdf#100080 set unused shader attribs with values, fixes GL on AMD [Tomaz Vajngerl]
tdf#100092 deterministic scheduling to prevent unpredictable behavior. [Jan Holesovsky]
tdf#100097 dbaccess self-dnd depends on getting its own transferable [Caolan McNamara]
tdf#100115 _nColId is sal_uInt16 [Julien Nabet]
tdf#100134 xmloff: only update the progressbar twice for every percent [Miklos Vajna]
tdf#100159 on Windows, compile GL shaders in advance, disable GL on failure [Tor Lillqvist]
tdf#100160 changing OpenCL state doesn't update sheet [Marco Cecchetti]
Bugs fixed compared to 5.1.4 rc1:
deb#826654 scale gtk3 smooth scaling events... [Caolan McNamara]
rhbz#1344042 LibreOffice Writer mouse wheel scrolling doesn't scroll far enough on each wheel event [Caolan McNamara]
tdf#90419 diminish precision error in Series Fill [Eike Rathke]
tdf#92478 avoid crash on using scanner on windows x64 [Caolan McNamara]
tdf#96089 sw: fix scope of bBreakAfter in InsertCnt_() [Michael Stahl]
tdf#96887 vcl: stop using periodic timers on WNT [Michael Stahl, Armin Le Grand]
tdf#99795 drawAlphaBitmap should scale the bitmap if necessary [Tomaz Vajngerl]
tdf#100104 ensure that OpenCL device id returned from getDeviceSelection() is valid. [Mark Hung]
tdf#100187 fix division by zero in comboFragmentShader [Tomaz Vajngerl]
tdf#100257 data : XML Source does not work [Noel Grandin]