- match arm64 and netbsd.
- add a configuration for it.
this builds and attempts to run. i get a crash deep inside some
very long stacks in a function that's fully demangled name is
over 500 characters long that ends in ::_M_find_before_node(),
when trying to open a docx (fresh or existing.) creating a
fresh spreadsheet works, but i don't have one handy to test
that existing does too. didn't try other parts.
Upstream changes:
1.201 2018-10-18T15:27:35Z
* Change publisher() to country() (because that's what it is).
The old method names are still there but carp.
changes from 1.9 to 1.10
* Add modules for the following number formats:
- Bitcoin address
- ISO 11649 (Structured Creditor Reference)
- ID number (Mauritian national identifier)
- Norwegian IBAN (International Bank Account Number)
- Konto nr. (Norwegian bank account number)
* Fix a bug in handling of Mexican tax numbers
* Improve Spanish CIF and NIF validation
* Update Dominican Republic NCF numbers online check
* Improve Unicode conversion for bytestrings
* Improvements to some corner cases in IBAN validation
* Documentation improvements
* Add stdnum.ru.vat as an alias for stdnum.ru.inn
pkgsrc changes:
- Address -Wint-conversion warnings and properly cast to long, patch by
<christos> from NetBSD, thanks!
- Remove patch-server-client.c, timersub() was added in compat.h
since tmux-1.9 and is no longer needed
- Take MAINTAINERship
Changes:
2.8
---
* Make display-panes block the client until a pane is chosen or it
times out.
* Clear history on RIS like most other terminals do.
* Add an "Any" key to run a command if a key is pressed that is not
bound in the current key table.
* Expand formats in load-buffer and save-buffer.
* Add a rectangle_toggle format.
* Add set-hook -R to run a hook immediately.
* Add README.ja.
* Add pane focus hooks.
* Allow any punctuation as separator for s/x/y not only /.
* Improve resizing with the mouse (fix resizing the wrong pane in some
layouts, and allow resizing multiple panes at the same time).
* Allow , and } to be escaped in formats as #, and #}.
* Add KRB5CCNAME to update-environment.
* Change meaning of -c to display-message so the client is used if it
matches the session given to -t.
* Fixes to : form of SGR.
* Add x and X to choose-tree to kill sessions, windows or panes.
Changes from 1.45:
Add support for NetBSD/evbarm-aarch64 targets.
Add support for NetBSD/sparc64 targets, from Utkarsh Anand.
The run_tests() method now halts the VM, to ensure that the
scratch disk containing ATF test results is flushed by the
guest before being read by the host.
2017-12-31 version 2.0.0
This release bumps library version numbers and bumps the
major release number. We should have gone from 1.0.0 to 2.0.0
in the last release since there is an API incompatability.
In addition...
- Add NetBSD drive detection; correct drive detection in cd-info.c
Patches from Onno van der Linden
- Fix some MinGW and Windows portability issues
- Remove some memory leaks in some tests
- Lint (a little) with clang static analyzer
There are some programs and bindings that will need to be updated
if you want to use them with this library. Specifically:
- Device::Cdio (2.0.0 or greater)
- vcdimager (2.0.0 or greater)
- pycdio (2.0.0 or greater)
- rbcdio (2.0.0 or greater)
(This is still not current.)
2017-12-10 version 1.1.0 Dr. Gecko
- Remove many remaining memory leaks, invalid
reads, writes (as per valgrind) in library,
test and demo code
- Types CdioISO9660{Dir,File}List_t, have been added
and iso9660_{dir,file}list_{new,free} have been added.
Caveats:
pycdio and Deveice::Perl will be broken but that'll be fixed later
More work is needed on MacOS and other OS's where I don't have
valgrind accessible.
AIX is left untouched - that is probably heading for removal in the
future.
version 1.0.0
2017-11-21 Thanksgiving
- Remove deprecated items:
* OS/2 driver (never really was supported)
* BSDI driver remnants
* mmc_isrc_track_read_subchannel
* CDIO_MIN_DRIVER, CDIO_MIN_DEVICE_DRIVER, CDIO_MAX_DRIVER, CDIO_MAX_DEVICE_DRIVER
* CdioList, CdioListNode
- Apple Darwin OS X -> macOS
- Subdir objects breaks symbol versioning. See https://savannah.gnu.org/bugs/?49907
- Handle bad iso 9660 better. Fixes Savannah bug https://savannah.gnu.org/bugs/?52091
- Apple (High) Sierra compatiablity
- NetBSD patches
- Fixes for Rock Ridge SUSP (Thomas Schmitt)
- Reduce MinGW compilation warnings
- Add asserts to test memory allocations and misc bug fixes (Pete Batard)
- Enable CD drivers on current and future versions of FreeBSD and macOS,
so we do not have to add every new OS version explicitly. (Robert Kausch)
- Cross-compiling friendliness (Ozkan Sezer)
- Small texinfo doc fixes (Wieland Hoffmann)
- Simplify making doc from autogen.sh
- Bug fix for https://savannah.gnu.org/bugs/?45015 (Thomas Schmitt)
- Bug fixes for #45017,#52265, and #52264
- Add more compiler warning flags, i.e. -Wshadow, -Wundef, ...
- Reduce numerous memory leaks (more though remain)
(This is old, but not as old as 0.93, and was trivial to update to.)
version 0.94
2016-10-27
- CD-TEXT fixes and improvements
* Expose mmc_read_cdtext as a publicly accessable function
Removes some redundant error reporting in mmc_read_cdtext
Also fixes some incorrect lengths for isrc and mcn.
* Fix inconsistent maximal length in CD-Text extraction
* Added new low level functions for READ SUB-CHANNEL and
READ TOC/PMA/ATIP for CD-TEXT extraction.
* Add cdtext binary parser and track number to public api
* Increase track # for short CD-Text fields
- Eject fixes:
* Fix disc eject for Cocoa apps and support ejecting CD-Extra discs
on OS X.
* Make sure device is opend in read/write ode when trying to eject.
Bugs
* Add error eporting from_733_with_err. Bug #45014
* Guard against malformed rockridge iso. Bug #45015
* Malformed so crashes iso-info Bug #45013:
* Guard against 0-size calloc bug #45016
* Fix testudf segfaults/fails on big endian arches. Bug #43995.
* add get_last_session to the win32 driver.
Also fixes cd-paranoia behavior. Savannah bug #43446.
* GNU/Linux ioctl treats <= 0 as max speed. Bug #43428
* Fixed cdio_free leaking
* Recursion checking in cdio_logv()
* g++ greater than 4.0 handles "pack" Bug #48759
* configure fixes
Updates
* Add newer OSX's
* Squelch some clang error messages
Changes from 1.44:
Support xz compressed distribution sets.
Support NetBSD/vax via simh. Installing and booting works;
running the ATF tests does not. From Utkarsh Anand.
Mark the NumberedVersion and Release classes as deprecated.
Remove the obsolete clases DailyBuild and LocalBuild.
Fix a bug that caused the guest OS to unnecessarily boot twice
when entering "interact" mode since version 1.43.
Don't send a spurious "x" at the end of installation.
Log the pexpect version.
Changelog:
Bugs fixed compared to 6.1.1 (rc2):
bnc#757432 reused in-use SdStyleSheet removed by undo [Caolán McNamara]
coverity#1438527 properly handle failure encoding MS file [Stephan Bergmann]
fdo#35779 Automatic color does not work for the "notes" view [Caolán McNamara]
fdo#62044 Copy Paste from Impress break Writer's Heading Styles (Heading 1, Heading 2, etc) [Caolán McNamara]
fdo#69384 Copy paste from impress to writer broken [Caolán McNamara]
i#46511 Calc/Spreadsheet general format not displaying as Qpro, Excel, Lotus [Eike Rathke]
ofz#10045 null deref [Caolán McNamara]
ofz#10056 null deref [Caolán McNamara]
ofz#10189 check container size [Caolán McNamara]
ofz#10198 reset uncommitted fly stuff & pams before applying redlining [Caolán McNamara]
ofz#10395 null-dereference [Caolán McNamara]
rhbz#1618703 properly handle failure encoding MS file [Stephan Bergmann]
tdf#64264 FILEOPEN: Table in docx is not rendered correctly due "repeat heading" (bad handling of isolated tblHeader row settings) [László Németh]
tdf#69977 freeze/crash when creating a diagram from many thousand cells [Noel Grandin]
tdf#72942 importing .docx file overwrites all global properties [Caolán McNamara]
tdf#73078 Function TYPE() returns error, when parameter is a reference to an empty cell [Michael Weghorn]
tdf#75341 UI: No Error-Dialog appears, when Input is set to required in a Field of a Form, but not set in the Table [Julien Nabet]
tdf#90906 FILEOPEN: DOCX - Incorrect text highlight color in table header [Justin Luth]
tdf#91292 FORMATTING: DOCX, Paragraph background color set to 'No Fill' not persisted on save [Justin Luth]
tdf#91837 Inconsistent error messages when failing to input required fields [Julien Nabet]
tdf#106260 EDITING: Cannot copy&paste URLs [Paul Trojahn]
tdf#108028 Long chart title should automatically break [Balazs Varga]
tdf#109229 FILESAVE: Textbox's height is reduced after RT [Mike Kaganski]
tdf#109353 Listbox doesn't show value (background) if value is just selected (Linux/KDE) [Alex McMurchy1917]
tdf#112166 Crash on previewing slide fade transition with Intel graphics card in a VM [Caolán McNamara]
tdf#112356 LOCALHELP Document the Watermark dialog [Adolfo Jayme Barrientos]
tdf#112454 'Delete comment' not working with mutli-selection [Michael Weghorn]
tdf#114227 Proxy settings disregarded for reporting crashes [Stephan Bergmann]
tdf#114400 The draw:fontwork-xyz attributes from OOo1.0 are not supported by ODF but still written [Ilhan Yesil]
tdf#114768 Preferred font order for Chinese locales [Caolán McNamara]
tdf#116436 FILEOPEN DOC(X): background color of a table row disappears [Justin Luth]
tdf#117781 Hang when copying a sheet to a new document [Mike Kaganski]
tdf#117823 Crash in: SwMailMergeConfigItem::DocumentReloaded() [Ilhan Yesil]
tdf#117895 "Edit document properties before saving" option leaves just-saved document modified; changes are not saved [Henry Castro]
tdf#118203 measure lines (dimension line) have no value [Armin Le Grand]
tdf#118382 Crash with RTF paste [Caolán McNamara]
tdf#118500 FILESAVE Impress losing slide transition settings on saving [Samuel Mehrbrodt]
tdf#118502 eps images systematically get rasterized to bitmap [Samuel Mehrbrodt]
tdf#118567 Signature Line: Signing ooxml produces invalid signature [Samuel Mehrbrodt]
tdf#118691 FILEOPEN DOCX Extra CR tag in table causes it to appear incorrectly [László Németh]
tdf#118786 Crash deleting a table using the floating table toolbar [Jan-Marek Glogowski]
tdf#118799 Pop-ups over spellcheck dialog allow interaction w underlying window ( not GTK ) [Caolán McNamara]
tdf#118845 Both Male and Female Salutations shown when hide paragraphs of empty fields option selected [Mike Kaganski]
tdf#118850 Custom time format changes to default upon load (only those saved from older versions) [Eike Rathke]
tdf#118881 Personas not found again (seems root cause is different than tdf#114731) [Muhammet Kara]
tdf#119122 Area tab: Pattern editor has incorrect behaviour switching the pattern [Caolán McNamara]
tdf#119146 Fly in Words with non-animated background show entire paragraph in addition [Mike Kaganski]
tdf#119152 Incorrect Column dialog in Table of Content compared to Section [Gabor Kelemen]
tdf#119259 Crash in SfxItemSet::Get(unsigned short,bool) when doing undo/copy/exit [Caolán McNamara]
tdf#119284 Automatic font color set only after editing [Caolán McNamara]
tdf#119305 Chart created from fully selected sheet only targets header row [Noel Grandin]
tdf#119316 LibreOffice on macOS adds file suffix whenever a document is edited (even though it was set to hidden) [Miklos Vajna]
tdf#119344 Build from sources with boost 1.68.0 fails, because libcmis 0.5.1 requires boost/uuid/sha1.hpp [rezso]
tdf#119350 Page properties dialog is wrong about page margins [Caolán McNamara]
tdf#119477 No highlighted text in ListBox when focused [Jan-Marek Glogowski]
tdf#119556 Print dialog: "Use only paper size from printer preferences" may be shown with inconsistent values [Michael Weghorn]
tdf#119557 regression: SVG text not displayed [Caolán McNamara]
tdf#119562 FILESAVE XLSX Resize shape to fit text shape property not preserved [Balazs Varga]
tdf#119574 Writer Format > Page menu so wide the options are not legible [Caolán McNamara]
tdf#119579 Crash/Freeze when Insert Special Characters drop down control is in drop down and Help dialog is click on (not gtk3) [Caolán McNamara]
tdf#119607 Writer: Macro: Libre crash after function getPropertyState("TextParagraph") for view cursor [Caolán McNamara]
tdf#119685 gtk3_kde5's filepicker may cause UI freeze [Michael Weghorn]
tdf#119742 Writer crashed when insert Header and Footer [Juergen
Funk]
tdf#119793 Crash on redo of rectangle movement and text [Noel Grandin]
tdf#119802 LibreOffice crashes when I save multiple times in a row (gtk/gtk3) [Noel Grandin]
tdf#119860 Text positioning in shape objects and text boxes does not work anymore both in Impress and Draw [Caolán McNamara]
tdf#119875 Sections: text is painted on itself with layout cache [Miklos Vajna]
tdf#119881 get_desktop_environment() doesn't work correctly if $XDG_CURRENT_DESKTOP contains a colon-separated list of strings [Xisco Fauli]
tdf#119897 Installation glitch for EmojiOneColor-SVGinOT.ttf [Mike Kaganski]
tdf#119929 pdf export dialog window inconsistently uses french locale [Caoions
Version v1.10.0 - August 3, 2018
Add
* %W flag for complete_bar_with_percentage
* %W Flag for complete_bar_with_percentage
Change
* Don't rely on default when building complete bar
Fix
* NoMethodError on decrement when output is non-TTY
Uncategorized
* Fix no method error on decrement when output is not TTY enabled
## 1.16.5 (2018-09-18)
Changes:
- Add support for TruffleRuby (@eregon)
Bugfixes:
- Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/bundler/bundler/issues/6453), @greysteil)
- Fix issue where Bundler does not check the given class when comparing equality in DepProxy (@ChrisBr)
- Handle `RangeNotSatisfiable` error in Compact Index (@MaxLap)
- Check for initialized `search` variable in `LazySpecification` (@voxik)
- Fix LoadError occurring in nested bundle exec calls ([#6537](https://github.com/bundler/bundler/issues/6537), @colby-swandale)
- Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/bundler/bundler/issues/6163), @eregon)
- Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/bundler/bundler/issues/6684), @segiddins)
## 1.16.4 (2017-08-17)
Changes:
- Welcome new members to the Bundler core team (@indirect)
- Don't mutate original error trees when determining version_conflict_message (@greysteil)
- Update vendored Molinillo to 0.6.6 (@segiddins)
Bugfixes:
- Reword bundle update regression message to be more clear to the user when a gem's version is downgraded ([#6584](https://github.com/bundler/bundler/issues/6584), @ralphbolo)
- Respect --conservative flag when updating a dependency group ([#6560](https://github.com/bundler/bundler/issues/6560), @greysteil)
- Fix issue where a pre-release version was not being selected when it's specified in the Gemfile ([#6449](https://github.com/bundler/bundler/issues/6449), @akihiro17)
- Fix issue where `Etc` was not loaded when getting the user's home dir ([#6640](https://github.com/bundler/bundler/issues/6640), @colby-swandale)
- Use UTF-8 for reading files including Gemfile ([#6660](https://github.com/bundler/bundler/issues/6660), @eregon)
- Remove unnecessary `while` loop in path resolver helper (@ojab)
Documentation:
- Document that `bundle show [--paths]` sorts results by name (@kemitchell)
## 1.16.3 (2018-07-17)
Features:
- Support URI::File of Ruby 2.6 (@hsbt)
Bugfixes:
- Expand symlinks during setup to allow Bundler to load correctly when using symlinks in $GEM_HOME ([#6465](https://github.com/bundler/bundler/issues/6465), @ojab, @indirect)
- Dont let Bundler create temporary folders for gem installs which are owned by root ([#6258](https://github.com/bundler/bundler/issues/6258), @colby-swandale)
- Don't fallback to using temporary directories when needed directories already exist ([#6546](https://github.com/bundler/bundler/issues/6546), @brodock)
- Use SharedHelpers.filesystem_access when reading a Gemfile so friendly error messages can be given to the user ([#6541](https://github.com/bundler/bundler/issues/6541), @segiddins)
- Check if source responds to `#remotes` before printing gem install error message ([#6211](https://github.com/bundler/bundler/issues/6211), @colby-swandale)
- Handle Errno::ENOTSUP in the Bundler Process Lock to prevent exceptions when using NFS mounts ([#6566](https://github.com/bundler/bundler/issues/6566), @colby-swandale)
- Respect encodings when reading gemspecs ([#6598](https://github.com/bundler/bundler/issues/6598), @deivid-rodriguez)
Documentation:
- Fix links between manual pages (@BanzaiMan)
- Add warning to Gemfile documentation for the use of the `source` option when declaring gems ([#6280](https://github.com/bundler/bundler/issues/6280), @forestgagnon)
## 1.16.2 (2018-04-20)
Changes:
- Include the gem's source in the gem install error message when available (@papanikge)
- Remove unnecessary executable bit from gem template (@voxik)
- Dont add the timestamp comment with gems added to the Gemfile via `bundle add` ([#6193](https://github.com/bundler/bundler/issues/6193), @cpgo)
- Improve yanked gem error message (@alyssais)
- Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly (@segiddins)
- Remove unused instance variable (@segiddins)
Bugfixes:
- Only trap INT signal and have Ruby's signal default handler be invoked (@shayonj)
- Fix warning about the use of `__FILE__` in RubyGems integration testing (@MSP-Greg)
- Skip the outdated bundler check when MD5 is not available ([#6032](https://github.com/bundler/bundler/issues/6032), @segiddins)
- Fallback to the original error if the friendly message raises (@segiddins)
- Rename Bundler.frozen? to avoid Object method conflict ([#6252](https://github.com/bundler/bundler/issues/6252), @segiddins)
- Ensure the bindir exists before installing gems (@segiddins)
- Handle gzip corruption errors in the compact index client ([#6261](https://github.com/bundler/bundler/issues/6261), @colby-swandale)
- Check if the current directory is writeable when writing files in `bundle gem` ([#6219](https://github.com/bundler/bundler/issues/6219), @nilsding)
- Fix hang when gemspec has incompatible encoding (@deivid-rodriguez)
- Gracefully handle when the lockfile is missing spec entries for the current platform ([#6079](https://github.com/bundler/bundler/issues/6079), @segiddins)
- Use Gem::Util.inflate instead of Gem.inflate (@hsbt)
- Update binstub generator to use new ERB.new arity in Ruby 2.6 (@koic)
- Fix `source_location` call in rubygems integration (@MSP-Greg)
- Use `filesystem_access` when copying files in Compact Index Updater ([#6289](https://github.com/bundler/bundler/issues/6289), @segiddins)
- Fail gracefully when resetting git gems to the given revision fails ([#6324](https://github.com/bundler/bundler/issues/6324), @segiddins)
- Handle exceptions that do not have a backtrace ([#6342](https://github.com/bundler/bundler/issues/6342), @nesaulov)
- Check if stderr was closed before writing to it (@shime)
- Handle updating a specific gem for a non-local platform ([#6350](https://github.com/bundler/bundler/issues/6350), @greysteil)
- Bump the `bundle_binstub` check-length to 300 characters (@tduffield)
- Fix specifying alterntive Lockfile with `bundle lock` when default gemfile is present ([#6460](https://github.com/bundler/bundler/issues/6460), @agrim123)
- Allow installing dependencies when the path is set to `.` ([#6475](https://github.com/bundler/bundler/issues/6475), @segiddins)
- Support Bundler installing on a readonly filesystem without a home directory ([#6461](https://github.com/bundler/bundler/issues/6461), @grosser)
- Filter git uri credentials in source description (@segiddins)
Documentation:
- Correct typos in `bundle binstubs` man page (@erikj, @samueloph)
- Update links in `bundle gem` command documentation to use https (@KrauseFx)
- Fix broken links between bundler man pages (@segiddins)
- Add man page for the `bundle doctor` command ([#6243](https://github.com/bundler/bundler/issues/6243), @nholden)
- Document `# frozen_string_literal` in `bundle init` Gemfile (@315tky)
- Explain the gemspec files attribute in `bundle gem` template and print a link to bundler.io guides when running `bundle gem` ([#6246](https://github.com/bundler/bundler/issues/6246), @nesaulov)
- Small copy tweaks & removed redundant phrasing in the bundler man page (@rubymorillo)
- Improve the documentation of the settings load order in Bundler (@rubymorillo)
- Added license info to main README (@rubymorillo)
- Document parameters and return value of Injector#inject (@tobias-grasse)
ruby-hashie2 package was imported for newer version (2.x) against
ruby-hashie pacakge. But now ruby-hashie is newer than ruby-hashie2 and
no pacakge depends on this package.
So remove it from pkgsrc.
Previously on NetBSD and probably other system that has openpty(3)
in util.h the compilation lead to a:
ptytty.c: In function 'ptytty_get_pty':
ptytty.c:72:7: warning: implicit declaration of function 'openpty' [-Wimplicit-function-declaration]
if (openpty(&pfd, fd_tty, tty_name, NULL, NULL) != -1) {
^~~~~~~
due a missing <util.h> inclusion.
Add a patch for configure.ac (and auto* tools to USE_TOOLS) in
order to address that.
Originally reported by Matthew Mondor via PR pkg/46190 and thanks
to Matthew and <wiz> for their analysis!
20180625:
- linking of available hash libraries during runtime
20180505:
- fix typo in summary
- fix potential hang with small input size
- testing fix for BSD
- configure enhancement: objdump may be named gobjdump
- fix tape end of file marker may be ignored
- removed obsolete alpha code
20180410:
- build fix for hashing library variants
- support tapetest on systems with name variants of open and write
- run only network tests for supported address families
(patch supplied by Peter Pentchev)
- code update for hashing infrastructure
- make idev tests usable on more platforms
- determine amount of available memory via procfs
- option -d unintentionally consumes an argument
- idev.c should use libc's names
- support use of autoreconf
20180318:
- performance optimized defaults
- stricter arguments checking of mbuffer.rc
- handle FreeBSD's maximum semaphore value transparently
- print base 2 dimensions correctly (ki,Mi,Gi,Ti)
- FreeBSD patches by Eric Borisch
20171011:
- use $(etcdir) consistently for installation
- use AC_COMPILE_IF instead of AC_RUN_IF to support cross-compiling
- remove forward typedef for dest_t to support older compilers
- build fix for Solaris
- updated test infrastructure
- print pid on every message with --pid
- fix: potential hang, when one output fails to open
20170921:
- added jumpbuffer reading mode for inconsistent block sizes
- code separation into more files for enhanced readability
- some cleanup work for global variables
- fixed regression in sanity checks
- fix: option -f should truncate output file
- fix: failed opening of network output should not redirect to stdout
- fix: summary printout should respect quiet options
20170806:
- add support for libgcrypt
- add support for tape aware out-of-space handling
- support setting verbosity in config file
- suppress gcc's unused result warnings - all have been manually
checked
- updated install-sh, config.sub, and config.guess
- exit cleanly if all outputs failed to open but hashers are left
- minor fixes and enhancements
- minor code refactoring for clearer structure
- some code hardening
- build fix for OpenBSD
- work around mhash_get_hash_name_static crashing
20170515:
- fix false warning on comments in config files
- code update for config parsing
- makefile compatibility update
20170514:
- update: configure update for latest cygwin
- fix: detect missing md5.h in configure
- enhancement: adjust some messages to avoid line-wrapping
- enhancement: print status message to log if suppressed on console
- enhancement: also read config files in /etc and ${prefix}/etc
- enhancement: simplified memory conifguration detection scheme
- added an example config file, with documentation of all options
- added parameter StatusInterval
- fix for handling empty lines in config files
- fix: --append rejects existing files
- fix warnings related to thread status return code
20161115:
- enhancement: report percent done, when input size is known (is a
file)
- enhancement: watchdog raises SIGKILL if SIGINT had no effect
- change: start watchdog when parsing option -W or after parsing all
options when activated via defaults file
- fix: use thread-safe mt_usleep instead of sleep(3) for watchdog
timing
- change: adjusted interface of mt_usleep to accept 64bit arguments
20160613:
- fix: fix potential assertion triggered by interrupted system call
- enhancement: ignore EINTR for I/O syscalls
20160228:
- fix: fix listen's backlog argument, which can cause issues on Linux
4.4
Changelog:
Bugs fixed compared to 6.1.1 RC 1
fdo#73165 inline spellchecking waits for typing pauses before redlining errors [Jan-Marek Glogowski]
tdf#116117 No Longer Honoring Umask [Miklos Vajna]
tdf#116370 Printing doesn't start in particular documents until you show first pages [Jan-Marek Glogowski]
tdf#118800 HOUR, MINUTE and SECOND function return value that is 1 too high, when seconds value of time >= 59.5 (HOUR, MINUTE) or >= xx.5 (SECOND) [Eike Rathke]
tdf#119050 Second Export To PDF Does Not Honor Umask [Miklos Vajna]
tdf#119381 6.1 overwrites Symbolic Links with files [Miklos Vajna]
tdf#119454 text gets garbled printing with postscript [Jan-Marek Glogowski]
tdf#119458 Spell checker doesn't start automatically on file open. Needs user interaction [Jan-Marek Glogowski]
tdf#119533 calculation of MINUTE() wrong in LibreOffice 6.1 [Eike Rathke]
tdf#119572 Envelopes: Font for Addressee and Sender are reversed. [Caolán McNamara]
tdf#119694 HSQLDB driver not loading causes BASE error in embedded hsqldb database [Julien Nabet]
Bugs fixed compared to 6.1.0
coverity#1438224 dereference null return value [Caolán McNamara]
deb#905442 apparmor: fix saving files in enforced mode [Vincas Dargis]
i#66963 Excel file with large graphic crashes calc for memory usage [Caolán McNamara]
i#71244 new chart: Updates of charts in writer [Caolán McNamara]
ofz#9603 infinite recursion [Caolán McNamara]
ofz#9689 outer loop unrelated to inner loop [Caolán McNamara]
ofz#9856 outer loop unrelated to inner loop [Caolán McNamara]
ofz#9892 null-dereference [Caolán McNamara]
ofz#9908 validate no negative editengine selection positions [Caolán McNamara]
ofz#9917 use a WW8SprmIter to find the sprm [Caolán McNamara]
ofz#9934 null deref [Caolán McNamara]
rhbz#1610692 [fix available] (soffice:13740): Gtk-CRITICAL **: 10:28:04.861: gtk_widget_queue_draw_area: assertion 'height >= 0' failed [Caolán McNamara]
tdf#37223 Direct copy & paste from Calc into existing Writer table, places all in one cell (work around: paste-special in new table first) [László Németh]
tdf#41425 FILESAVE: Formatting and/or data validation, positioned after last non-empty cell, is lost when saving to XLS or XLSX [László Németh]
tdf#63561 FILESAVE: Removed tab stop returns on roundtrip [Justin Luth]
tdf#81943 FILEOPEN: RTF - Image should be placed behind table (wrap through-in background) [Miklos Vajna]
tdf#91502 The functions FORMULA and ISFORMULA do not return the correct array under "iterative evaluation" condition (array-evaluation) [Eike Rathke]
tdf#94502 FILESAVE: Distorted and unusable export of stacked bar chart to Excel .XLSX [Balazs Varga]
tdf#96275 FILEOPEN RTF: Incorrect basic shape position [Miklos Vajna]
tdf#96469 FILESAVE: Data Point Color in Charts lost on DOCX/XLSX export [Balazs Varga]
tdf#98074 FILESAVE: Cell formatting lost / corrupted style.xml (reported by Excel) when saving file to XLSX [Markus Mohrhard]
tdf#98558 FILEOPEN: CRASH: ODS with large chart out of memory 'Bad Allocation' on 32-bit LO since LO 4.0 [Caolán McNamara]
tdf#101254 Arrowheads in sidebar are disabled, although object can carry arrowheads. [Xisco Fauli]
tdf#101534 EDITING: paragraph in specific document (content from external source?) changes indent when copying and pasting from and to same paragraph [Miklos Vajna]
tdf#107012 date with custom format macro and locale other than English don't produce desired result [Eike Rathke]
tdf#108078 [FILESAVE DOCX] Chart title area fill property lost when saved as DOCX [Balazs Varga]
tdf#108608 EDITING: Draw file be unresponsive if a large text is pasted into a textbox [Noel Grandin]
tdf#109077 FILEOPEN: Word text boxes with background, become two in LO [Miklos Vajna]
tdf#109137 FILESAVE: ODT: when reopened with LO, the graphic moves to page 2 [Miklos Vajna]
tdf#111306 EDITING: The master slide loses the background when changing page format of orientation using the sidebar [Xisco Fauli]
tdf#112447 Image not visible if other image hidden by unused Page style [Michael Stahl]
tdf#112563 'Random' number displayed on style organizer page [Caolán McNamara]
tdf#112975 LibO is maxing out one core for a long time (since LibO 6.0) [Jan-Marek Glogowski]
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#114427 LibreOffice crashes on disposing a frame with a basic macro [Caolán McNamara]
tdf#115086 Crash in: sc::PivotTableDataProvider::assignLabelsToDataSequence(unsigned int) [Caolán McNamara]
tdf#115254 [NEWHELP] Some branch bookmarks are not working [Olivier Hallot]
tdf#115438 Pasting unformatted text over selected text causing LibreOffice Impress not to respond [Paul Trojahn]
tdf#115937 FILEOPEN: crash when opening this .odp file [Caolán McNamara]
tdf#116350 PPTX: Missing font effect "transformation" support [Szymon Kłos]
tdf#116370 Printing doesn't start in particular documents until you show first pages [Jan-Marek Glogowski]
tdf#116856 Update Appdata screenshots [Xisco Fauli]
tdf#117017 Text formatting .uno:Subscript, .uno:Superscript work from menu and Sidebar deck, but not completed with assigned keyboard shortcut [Maxim Monastirsky]
tdf#117069 Crash when double-clicking in an empty chart that was saved as XLS [Caolán McNamara]
tdf#117081 cannot create Firebird embedded database unless experimental features is turned on [Xisco Faulí]
tdf#117086 Writer crashes when opening odt from the attached document [Caolán McNamara]
tdf#117127 error when reading the value of a variable in the IDE (crash) [Caolán McNamara]
tdf#117426 CRASH: Print Preview crashes on signed document without infobar [Caolán McNamara]
tdf#117553 Footnote navigation when in footnote text is inconsistent [Jim Raykowski]
tdf#117707 Fontwork border line increases from 0,02inch to 0,03 inch when copy/pasting a fontwork between two sessions [Armin Le Grand]
tdf#117795 Base crashes when selecting all controls on a Report and trying to change the font [Julien Nabet]
tdf#117797 Crash / assert when resaving a specific PPT [Tomaž Vajngerl]
tdf#117892 Area tab: Bitmap preview is not shown [Jim Raykowski]
tdf#117972 Incorrect source string for UI in Pootle - Libreoffice 6aster [heiko tietze]
tdf#118058 Writer 6.0.4.2 hangs opening ODT document created in Writer 5 [Miklos Vajna]
tdf#118107 Assertion failure when playing Fade in and Swivel animation (with OpenGL) [Miklos Vajna]
tdf#118150 FILEOPEN XLSX Chart wid[Christian Lohmaier]
tdf#118281 Form control information for Text Box use 'cm' for units, not units as selected in other dialogs. [Caolán McNamara]
tdf#118377 CRASH: Writer crashes inserting a section [Armin Le Grand]
tdf#118381 Inaccurate sytain document. [Szymon Kłos]
tdf#118453 Navigator drag mode doesn't work [SalimHabchi]
tdf#118457 [UI] Help button should be on the left of dialog (iv) [Olivier Hallot]
tdf#118528 FILEOPEN ODT Table rendered in wrong position. Position changeen entering wrong password [Julien Nabet]
tdf#118593 Opening first document pauses for 6-7 s, drops to 2 s by inserting a smart card into reader [Miklos Vajna]
tdf#118609 [CRASH] [Basic] [Calc] on closing a file if open hidden and if a particular subroutine is used before closing [Caolán McNamara]
tdf#118659 FILEOPEN: Read Error in .EPS images inserted in LibreOffice 6.0 beta1 or older [Caolán McNamara]
tdf#118730 Label in report builder doesn't have text [Armin Le Grand]
tdf#118751 FIREBIRD: Firebird support is available by default with version 6.1RC [Xisco Faulí]
tdf#118786 Crash deleting a table using the floating table toolbar [Jan-Marek Glogowski]
tdf#118844 [NEWHELP] Colibre icons missing in several help pages. [Olivier Hallot]
tdf#118859 Crash when two Fields are empty, on same line and inside a table and hide paragraphs of empty fields active [Mike Kaganski]
tdf#118860 Impress opengl: hang when switching to slide where graphic is loaded async [Miklos Vajna]
tdf#118976 Area tab: Pattern preview is not shown [Jim Raykowski]
tdf#118983 inserting columns or rows changes global named ranges on different sheets if expand references is on and insertion touches the edge (ignoring sheet) [Eike Rathke]
tdf#118990 VLOOKUP in XLSX with external reference to Windows share saved incorrectly [Mike Kaganski]
tdf#118994 JAWS has no access to accessibility objects [Ilhan Yesil]
tdf#119013 Date Format MM/DD/YY not Preserved When reading XLSX or XLS [Eike Rathke]
tdf#119015 A .PPTX has table in wrong position (at the top), with one cell blue without text [Mike Kaganski]
tdf#119029 Saving presentations with charts to PPTX looses data labels rotation [Mike Kaganski]
tdf#119034 ADDRESS function >> R1C1 style is used instead of A1 style, if "A1" argument is floating-point number with zero integer [Eike Rathke]
tdf#119052 Two "Edit Style" buttons on the "Character Style" dialog [Xisco Fauli]
tdf#119117 German sort algorithm "phone book" does not work [Julien Nabet]
tdf#119128 CALC: toggle INSERT/OVERWRITE is broken since 6.1 [Maxim Monastirsky]
tdf#119130 Menu items opening with a delay in a document containing a large amount of comments ( not gtk3) [Caolán McNamara]
tdf#119133 QT5 integration Save As or PDF Export dialog has and empty file name and always home directory [Katarina Behrens]
tdf#119136 FILEOPEN: DOCX from TextMaker freezes Writer due to a style with a blank name [Justin Luth]
tdf#119137 MAXIFS, MINIFS, SUMIFS, AVERAGEIFS: error in parameters list (Err:504) for scalar value (non-reference, non-array) as main range [Eike Rathke]
tdf#119141 This version is unable to retrieve data from a webpage (link external data) [Justin Luth]
tdf#119155 Freeze after command format->text->Capitalize Every Word [Julien Nabet]
tdf#119160 PPTX: Font effect 'transformation' save with shape filling [Szymon Kłos]
tdf#119162 Format > Text > Cycle Case on attached example file hangs Calc reproducibly [Julien Nabet]
tdf#119169 Impress 6.1 CRASH when editing bulleted list ( steps in comment 4) [Noel Grandin]
tdf#119194 Deprecation warning mentions wrong command line parameter when -convert-to used [Mike Kaganski]
tdf#119212 List of character sets in ASCII Filter Options is mixed up [Caolán McNamara]
tdf#119224 Crash scrolling formatted 2007 DOCX with revision, comments and images (SfxListener::~SfxListener() EXCEPTION_ACCESS_VIOLATION_WRITE) ( steps in comment 8 ) [Caolán McNamara]
tdf#119231 Help button in "Sign Signature Line" dialogue [Xisco Fauli]
tdf#119234 filter import of OOXML Shapes from Word fail to render in LibreOffice [Noel Grandin]
tdf#119245 Base form opens over top of query parameter replacement dialog opened by query form is based off. [Maxim Monastirsky]
tdf#119251 Indents & Spacing doesn't accept non-default units [Caolán McNamara]
tdf#119252 Fileopen: Table opens a width of 115.60 cm (since LibO6.1) in webview [Stephan Bergmann]
tdf#119276 Sidebar Deck icon is not set through extension [Tomaž Vajngerl]
tdf#119282 Area tab: Pattern color change results in pattern shown in Bitmap tab page [Noel Grandin]
tdf#119294 Intermittent crash when Frame and document have blank database fields and "Hide paragraphs" option on [Mike Kaganski]
tdf#119325 Tooltip not shown in colour palette [Caolán McNamara]
tdf#119326 The application crashes when you add the "Windows Share" File Services resource [Noel Grandin]
tdf#119357 No text printed since upgrade to 6.1 Linux - no font-information in postscript file [Jan-Marek Glogowski]
tdf#119399 Add new Venezuela currency bolívar soberano (VES) [Eike Rathke]
tdf#119402 Wrong result of Conditional formatting with type Date: condition "This week" shows 9 days in week instead 7 days [Eike Rathke]
tdf#119425 Use Ctrl+Tab to switch between sheets on macOS [heiko tietze]
tdf#119427 The selectionChanged event of the com.sun.star.awt.grid.XGridSelectionListener interface does not work with mouse clicks. [Julien Nabet]
Notable changes:
- Add response field to HttpRule
- Sync with googleapis and protobuf
- Add cloud tasks protos
- Add cloudowners
go-genproto-googleapis-rpc has been separated from google-genproto to
break a dependency cycle; go-genproto depends on go-grpc, and go-grpc
depends go-genproto-googleapis-rpc.
3.58 2018-09-01 sbeck
- (*) Locale-Codes removed from core
Locale-Codes will no longer be distributed in new versions of perl.
- Documentation fix
Fixed an incorrect link reported by Mohammad S Anwar on GitHub (#9)
dpkg (1.18.25)
* Parse start-stop-daemon usernames and groupnames starting with digits in
-u and -c correctly.
* Always use the binary version for the .buildinfo filename in
dpkg-genbuildinfo.
* Fix integer overflow in deb(5) format version parser.
* Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
that the DEBIAN pathname does not exist.
* Do not try to recompute hashes for the .dsc file when signing binary-only
builds in dpkg-buildpackage.
* Architecture support:
- Add support for riscv64 CPU.
* Perl modules:
- Do not normalize args past a passthrough stop word in Dpkg::Getopt.
Some commands pass some arguments through to another command, and
those must not be normalized as that might break their invocation.
* Documentation:
- Update buildinfo information in dpkg-buildpackage man page to match
the current implementation.
- Use correct name for archname validator value in dpkg(1) man page.
- Update git URLs for move away from alioth.debian.org.
* Packaging:
- Add versioned Build-Depends on tar, due to the --clamp-mtime option
being used in Dpkg::Source::Archive which is used by dpkg-source,
used by the test suite.
Changelog:
Many new features including:
* EPUB export of Writer
* vlookup performance improvement of Calc
* New drawing style of Impress and Draw
* Embedded HSQLDB deprecation of Base