v0.19.1
Added allow to search an inactive meteor showers in Search Tool/Lists tool
Added 'Azimuth vs. Time' graph into AstroCalc/Graphs tool
Added feature to show tracks for latest several selected planets
Added calculation and showing the orbital period for artificial satellites
Added revolutions per day info for artificial satellites
Added tools for jumping to the next or previous time of rising, transit or setting for selected object
Added new behavoir for AstroCalc/Graphs when clicking within graph area now sets current time.
Added simplification in topocentric correction
Added parallactic angle function (added it to infostring and infomap also)
Added hour angle and sidereal time to infomap
Added apply rotation when drawing Solar Corona
Fixed draw corona when atmosphere is switched off
Fixed airmass in infomap
Fixed issue in script 'Mercury Triple Sunrise and Sunset'
Fixed crash of Stellarium for eyepieces with permanent crosshair
Fixed Stellarium crash when Remote Control plugin is working
Fixed computation of assume radius for minor planets.
Fixed the issue of the scrolling not working properly on Mac
Fixed crash in Scripting Engine (Hide artificial satellites through StelProperties in core.clear() method
to avoid crash if plugin was didn't loaded)
Fixed planetarium crash in HiPS (network manager delete problem)
Fixed position problems on the Poles
Fixed scaling Telrad sign on HighDPI monitors
Fixed surface occlusion bug even with landscape turned off in scripting engine
Fixed building with cmake -DBUILD_SHARED_LIBS=ON
Fixed error in constellation file format (Babylonian)
Fixed Europe/Volgograd time zone settings
Fixed HiPS handling of allsky download
Fixed progress bar rendering
Fixed positive declinations issue in AstroCalc tool when option 'Use decimal degrees' is enabled
Fixed file names inconsistency
Fixed constellation line in "Japanese Moon Stations" skyculture
Fixed file name for constellation boundaries in Stellarium User Guide
Fixed the user interface problems in Oculars plug-in
Fixed getting the wrong values in objects/info method for selected object for different formats (Remote Control plugin)
Fixed refresh plots when AstroCalc dialog becomes visible again (AstroCalc/Graphs tool)
Fixed jquery vulnerability
Fixed date and time dialog behaviour: Hour/Minute/Second spinners now correctly trigger signals dateChanged(), dateChangedByYear and dateChangedForMonth() when days, months or years are affected by it.
Fixed update graphs in AstroCalc/Graphs tool when days change
Updated planetary nomenclature
Updated common names of stars and DSO's
Updated cmake rules for Windows deployment
Updated DSO textures
Updated behaviour of HiPS survey if Stellarium started without network
Updated GUI for ArchaeoLines plugin
Updated default pulsars catalog (v1.60)
Updated list of asterisms
Updated AstroCalc tools: many optimizations
Excluded Armintxe skyculture and landscape from default package
pkgsrc changes:
- Adjust regexp options to better match the underlaying configure semantic
by introducing a `regex' group and having `pcre' and `regexp' as possible
options.
- Update LICENSE to reflect the licenses really used
- Take MAINTAINERship
Changes:
Major changes between "less" versions 530 and 551
* Add --mouse option.
* Add --wheel-lines option.
* Add --no-histdups option.
* Add --save-marks option.
* Support PCRE2 regular expression library.
* Redraw screen on SIGWINCH even if screen size doesn't change.
* Shell-escape filenames in history so they can be used again.
* Ring bell if user enters invalid long option name.
* Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
* Windows: use wide-char string to set console title.
* Don't count lines in initial screen if using -X with -F.
* Support mingw build system.
* Fix bug in v command on empty file.
* Fix bug in v command when filename contains shell metacharacters.
Changes from 1.48:
Fix issue introduced in 1.48 that caused the Xen install kernel to be
used instead of the regular Xen kernel when booting the installed
system.
Changes from 1.47:
When sysinst offers a choice of partitioning schemes, anita now uses
the one listed first. Therefore, i386 and amd64 installs of versions
where sysinst offers GPT as the first choice will use GPT rather than
MBR as was previously the case.
Add support for NetBSD/hppa targets.
Support some upcoming sysinst UI changes.
The structured log file is now flushed after each line so that
it can be used to debug a hung installation without waiting for
it to time out first.
Move the automatic determination of the type of the URL argument
(e.g., distribution directory vs. installation ISO) into a new library
function anita.distribution() so that it can be used not only from the
command line but also by Python programs calling anita as a library.
When using a pre-installed image, "anita install" will now boot it to
let it resize itself, rather than postponing the resize to when the
image is later booted in another mode such as "anita test".
librsvg with pango and harfbuzz with graphite2 is required for libreoffice.
librsvg-c has the problem on NetBSD and libreoffice uses internal static
harfbuzz library. Rust-based librsvg has no problem and libreoffice use
dynamic harfbuzz from fonts/harfbuzz.
Bump PKGREVISIONs.
NB this release has added Inkscape as a tool dependency. (Upstream has
also now excluded a file that was causing itstool failures.)
### mate-utils 1.22.1
tx: sync with transifex
Fix -Werror=cast-function-type with GCC 8
mate-disk-usage-analyzer: Memory leak
GEN png icons from svg files
Update documenters in about dialog
mate-dictionary: Use g_strjoin to build license text
Use program-name and title in gtk_show_about_dialog call
help: update copyright
pkgsrc changes:
---------------
* patches removed, since applied upstream
upstream changes:
-----------------
CHANGES FROM 2.9 to 2.9a
* Fix bugs in select-pane and the main-horizontal and main-vertical layouts.
CHANGES FROM 2.8 to 2.9
* Attempt to preserve horizontal cursor position as well as vertical with
reflow.
* Rewrite main-vertical and horizontal and change layouts to better handle the
case where all panes won't fit into the window size, reduce problems with
pane border status lines and fix other bugs mostly found by Thomas Sattler.
* Add format variables for the default formats in the various modes
(tree_mode_format and so on) and add a -a flag to display-message to list
variables with values.
* Add a -v flag to display-message to show verbose messages as the format is
parsed, this allows formats to be debugged
* Add support for HPA (\033[`).
* Add support for origin mode (\033[?6h).
* No longer clear history on RIS.
* Extend the #[] style syntax and use that together with previous format
changes to allow the status line to be entirely configured with a single
option.
Now that it is possible to configure their content, enable the existing code
that lets the status line be multiple lines in height. The status option can
now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to
configure more than one line. The new status-format array option configures
the format of each line, the default just references the existing status-*
options, although some of the more obscure status options may be eliminated
in time.
Additions to the #[] syntax are: "align" to specify alignment (left, centre,
right), "list" for the window list and "range" to configure ranges of text
for the mouse bindings.
The "align" keyword can also be used to specify alignment of entries in tree
mode and the pane status lines.
* Add E: and T: format modifiers to expand a format twice (useful to expand the
value of an option).
* The individual -fg, -bg and -attr options have been removed; they
were superseded by -style options in tmux 1.9.
* Allow more than one mode to be opened in a pane. Modes are kept on a stack
and retrieved if the same mode is entered again. Exiting the active mode goes
back to the previous one.
* When showing command output in copy mode, call it view mode instead (affects
pane_mode format).
* Add -b to display-panes like run-shell.
* Handle UTF-8 in word-separators option.
* New "terminal" colour allowing options to use the terminal default colour
rather than inheriting the default from a parent option.
* Do not move the cursor in copy mode when the mouse wheel is used.
* Use the same working directory rules for jobs as new windows rather than
always starting in the user's home.
* Allow panes to be one line or column in size.
* Go to last line when goto-line number is out of range in copy mode.
* Yank previously cut text if any with C-y in the command prompt, only use the
buffer if no text has been cut.
* Add q: format modifier to quote shell special characters.
* Add StatusLeft and StatusRight mouse locations (keys such as
MouseDown1StatusLeft) for the status-left and status-right areas of the
status line.
* Add -Z to find-window.
* Support for windows larger than the client. This adds two new options,
window-size and default-size, and a new command, resize-window. The
force-width and force-height options and the session_width and session_height
formats have been removed.
The new window-size option tells tmux how to work out the size of windows:
largest means it picks the size of the largest session, smallest the smallest
session (similar to the old behaviour) and manual means that it does not
automatically resize windows. aggressive-resize modifies the choice of
session for largest and smallest as it did before.
If a window is in a session attached to a client that is too small, only part
of the window is shown. tmux attempts to keep the cursor visible, so the part
of the window displayed is changed as the cursor moves (with a small delay,
to try and avoid excess redrawing when applications redraw status lines or
similar that are not currently visible).
Drawing windows which are larger than the client is not as efficient as those
which fit, particularly when the cursor moves, so it is recommended to avoid
using this on slow machines or networks (set window-size to smallest or
manual).
The resize-window command can be used to resize a window manually. If it is
used, the window-size option is automatically set to manual for the window
(undo this with "setw -u window-size"). resize-window works in a similar way
to resize-pane (-U -D -L -R -x -y flags) but also has -a and -A flags. -a
sets the window to the size of the smallest client (what it would be if
window-size was smallest) and -A the largest.
For the same behaviour as force-width or force-height, use resize-window -x
or -y.
If the global window-size option is set to manual, the default-size option is
used for new windows. If -x or -y is used with new-session, that sets the
default-size option for the new session.
The maximum size of a window is 10000x10000. But expect applications to
complain and higher memory use if making a window that big. The minimum size
is the size required for the current layout including borders.
The refresh-client command can be used to pan around a window, -U -D -L -R
moves up, down, left or right and -c returns to automatic cursor
tracking. The position is reset when the current window is changed.
version 10.2+0.95
- Now works with audio CD's that start on a track greater than 1.
- OpenBSD tolerance
- typos in manual page and README
- Do not attempt to call a NULL callback
version 10.2+0.94+2
- Add --force-overread
Force overreading into the lead-out portion of the disc. This option
is only applicable when using the "-O" option with a positive sample
offset value. Many drives are not capable of reading into this
portion of the disc and attempting to do so on those drives will
produce read errors and possibly hard lockups
version 10.2+0.94+1
- Fix problem where end of span seems to default to last track.
- Fix NULL pointer dereference that occurs when byte swapping is
needed.
- Re-silence recently added gcc -Wunused-result warnings
- Use @LIBS@ figured out by autoconf when linking (for -lrt on Linux).
- Incorrect track was getting used in matching.
Changelog:
6.2.3.2:
Bugs fixed compared to 6.2.3 rc1:
tdf#121103 ANOVA uses wrong formula when on new sheet [Jaromir Wysoglad]
tdf#123406 kde5: Crash pressing Esc in undocked Find toolbar [Aleksei Nikiforov]
tdf#123502 crash: use of "com.sun.star.ui.dialogs.FolderPicker" crashes [Mike Kaganski]
tdf#123747 digital signatures from 6.1 and 6.2 ivalidate each other [Miklos Vajna]
tdf#124272 Edit Contour of Image Wrap doesn't appear on Exported PDF [Armin Le Grand]
tdf#124384 LO shouldn't crash when opening DOCX (even if MSO cannot open or warns about unreadable content) [Serge Krot]
tdf#124410 FORMATTING: Crash in libcuilo.so formatting range containing cells with diagonal borders [Caolán McNamara]
tdf#124413 Crash on undo / redo in Basic IDE [Noel Grandin]
tdf#124440 IDE & Calc crash opening Breakpoint Management (gen) [Caolán McNamara]
tdf#124485 Wrong (instead of no) bracketing of Bibliography Entries when formatted with Brackets = "[none]" [Caolán McNamara]
6.2.3.1:
Bugs fixed compared to 6.2.2 (rc2):
rhbz#1687589 KDE4 gpoll_wrapper can be called with SolarMutex unlocked [Stephan Bergmann]
rhbz#1690645 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(int, siginfo_t*, void*)(): soffice.bin killed by SIGABRT [Caolán McNamara]
tdf#77186 Custom animation timing repeat until next slide doesn't work [Mark Hung]
tdf#96038 Shell function does not work whith .bat files and paths containing spaces [Roland Baudin]
tdf#96947 Check marks on menus (Windows 7 Aero theme, OpenGL enabled) miss their borders [Miklos Vajna]
tdf#97575 FILEOPEN: Can't read error bars on graph saved and reopened as xlsx [Balazs Varga]
tdf#98987 Layout: shapes imported from DOCX handled incorrectly [Miklos Vajna]
tdf#102005 START CENTER: Pressing F6 stops at thumbnail list view [Jim Raykowski]
tdf#104235 Generic X icon shown in KDE Plasma taskbar upon launching to Start center [Michael Weghorn]
tdf#107593 EDITING No text cursor (caret) after deleting the header (or re-adding the header) [Jim Raykowski]
tdf#113918 1bpp non-B&W PNG images are mishandled on Linux in all vcl "backends" ("plugins") [Miklos Vajna]
tdf#114969 FILESAVE XLSX: Link to document cell breaks on sheet names with dots [Tünde Tóth]
tdf#115297 FILESAVE: PDF: Images are displayed as black boxes [Miklos Vajna]
tdf#115719 DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects [Miklos Vajna]
tdf#116195 "Designing with LibreOffice"'s front cover images are not rendered in LibreOffice 6.0.2 [Michael Stahl]
tdf#117761 Snake Algorithm unable to display accurate layout. [Miklos Vajna]
tdf#117890 Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful [Mark]
tdf#118104 Writer freezes after opening a file with 230 pages [Michael Stahl]
tdf#119253 [Writer Table] Freezes/hangs when splits a table with merged cells to 2 pages [Michael Stahl]
tdf#119718 kde5: Impress presentation cannot be started using keyboard [Katarina Behrens]
tdf#119743 Libreoffice 6.1 base: can't save special options [Caolán McNamara]
tdf#119853 kde5: Unnecessary white window in Base Database Wizard [Katarina Behrens]
tdf#119947 UI: FontWork Menu All Black on Windows OpenGL [Miklos Vajna]
tdf#120013 After Cut&Paste of an overlapping data range, cells of a shared formula group reference run are not recalculated [Eike Rathke]
tdf#120161 PRINTING, PDF Export: Problem with selected cells which cross pages [Serge Krot]
tdf#120413 LibreLogo: handle complex expressions [László Németh]
tdf#120548 FILEOPEN DOCX List created with Word loses the added font and background color in Writer [Miklos Vajna]
tdf#120660 cells not recalculated after copy/paste different range of cells [Dennis Francis]
tdf#120783 KDE5: Drag'n'drop doesn't work from the Data Sources [Katarina Behrens]
tdf#120786 KDE5: Only half of the toolbar is displayed if it's undocked [Katarina Behrens]
tdf#120787 KDE5: Undocked toolbars are displayed on top of dialogs/slideshow [Katarina Behrens]
tdf#120791 KDE5: Window's size and position not remember after leaving Full Screen mode [Katarina Behrens]
tdf#121002 Cells not recalculated after moving data within ranges pointed to by a shared formula group. [Eike Rathke]
tdf#121120 Png image is black when OpenGL enabled [Miklos Vajna]
tdf#121439 PRINTING Crash when calling a print configuration dialog if selected cell range while several print areas are defined across multiple sheets [Luboš Luňák]
tdf#121456 Writer: DOCX export from ODT: wrong tabs stops in TOC [Serge Krot]
tdf#121615 Writer: PDF export of JPEG images from ODT/DOCX stretched and cropped with OpenGL enabled [Luboš Luňák]
tdf#121686 Assert on text + space + dash + enter [Julien Nabet]
tdf#122226 DOCX Import Pie chart data labels new line separator changes to semicolon [Balazs Varga]
tdf#122301 FREQUENCY: force array mode on arguments and immediate caller [Eike Rathke]
tdf#122790 Table background color isn't shown when opening table background tab [Jim Raykowski]
tdf#122803 Gallery import: File picker window title not localizable [Caolán McNamara]
tdf#122804 Bitmap import: File picker window title not localizable [Caolán McNamara]
tdf#122892 Writer hangs when deleting specific line [Michael Stahl]
tdf#122942 Inserting shape over chart in DOCX inserts it below chart [Miklos Vajna]
tdf#122989 Update check item is available in Notebookbar Groupedbar without function if online update module is not installed [Thorsten Behrens]
tdf#123104 FILESAVE DOCX Cell gets resized after saving in LO [Miklos Vajna]
tdf#123243 Spacing difference between Word & LibreOffice from an OOXML file. [Miklos Vajna]
tdf#123259 Assert when add a new line after a form control (in design mode) [Michael Stahl]
tdf#123293 FILEOPEN: (from stream) shows a warning "Not all Attributes could be read." [Michael Stahl, Samuel Mehrbrodt]
tdf#123313 Undoing ToC insertion in middle of word causes assertion failure [Michael Stahl]
tdf#123372 No anti-aliasing for image with OpenGL enabled [Luboš Luňák]
tdf#123379 Menu bar remains visible on pressing the Menubar icon on/off toggle (Linux - KDE). [Katarina Behrens]
tdf#123455 Breeze Dark icon set is missing some icons [andreas kainz]
tdf#123470 [ally] Libreoffice writer. Problems "save as" or "save a copy" when using text box [Caolán McNamara]
tdf#123479 Crash in: ScFormulaResult::GetMatrixFormulaCellToken() [Luboš Luňák]
tdf#123504 Impress fails to render donut and pie charts with 100 and 0 entries in only column [Mike Kaganski]
tdf#123547 Systematic crash after opening Tools > Chapter Numbering [Julien Nabet]
tdf#123624 !!br0ken!! shown after autocorrection and undo [Mike Kaganski]
tdf#123650 dialog Page Style, tab Page: tab does not bring focus to lower part of page (GTK3+) [Caolán McNamara]
tdf#123714 Moving (Cut&Paste, Drag&Drop) a column range within the same row into a shared formula group's reference may not recalculate the first affected formula cell (procedure in comment 11). [Eike Rathke]
tdf#123736 Changing a reference in a formula cell of a shared formula group may not rebuild all dependencies of the then split group. [Eike Rathke]
tdf#123772 UNO: Setting dialog resizable has no effect [Samuel Mehrbrodt]
tdf#123815 Import from LWP files cause "General input/output error." [Caolán McNamara]
tdf#123829 Line below table missing (in comparison to OpenOffice) [Samuel Mehrbrodt]
tdf#123832 Libre Office ver 6.2 (x64 Setup hang up while trying to install [Mike Kaganski]
tdf#123923 Exporting to XLSX makes Excel show error and drop pivot table, if table's data has Err:504 instead of #REF! [Mike Kaganski]
tdf#123975 "Support primary keys" checkbox in Advanced Settings dialog must be tri-state [Caolán McNamara]
tdf#123999 time change causes the return of "parameter index out of range... using mysql and J/connector [Julien Nabet]
tdf#124024 Scaling factor of the Sheets isn't displayed correct [Caolán McNamara]
tdf#124025 Table formulas don't update before print, export to PDF or preview when a field changes [Samuel Mehrbrodt]
tdf#124035 LibreLogo: lost support of starting colon in variable names [László Németh]
tdf#124058 Bitmap dialog in table properties dialog slightly cramped (gen) [Jim Raykowski]
tdf#124109 Justified Arabic text has gaps in place of kashida [Khaled Hosny]
tdf#124111 Cannot enter negative number for cross other axis at value [Caolán McNamara]
tdf#124112 Insert drawing object in chart crashes LibreOffice [Noel Grandin]
tdf#124142 Segfault after removing html and changing view ( GTK3 / KDE5 ) [Caolán McNamara]
tdf#124162 Crash when trying to accept changes [Henry Castro]
tdf#124226 LibreOffice crashes / hangs traversing page dialog with the keyboard [Caolán McNamara]
tdf#124234 Paragraph styles: some settings get lost when switching to different tab without Apply [Caolán McNamara]
tdf#124297 Libreoffice does not recognize Amazon Corretto Java Runtime [Mike Kaganski]
tdf#124318 FILEOPEN: XLS Hyperlink URL incorrect [Noel Grandin]
Note that upstream no longer builds cdda-player on NetBSD or OpenBSD.
version 2.1.0
=============
2019-04-17 Holy Wednesday
Most (all?) of the improvements and bug fixes are thanks to Thomas Schmitt and Edd Barrett. This release introduces an OpenBSD driver, courtesy of Edd Barrett, based on the NetBSD driver.
- NetBSD driver fixes. Switch from MSF addressing to LBA addressing in driver. (Edd Barrett and Jasper Lievisse Adriaanse)
- Fix handling in drivers,libcdio-paranoia and `cd-info` when starting track number is greater than 1. (Edd Barrett and Thomas Schmitt)
- More tolerant of non-compliant ISOs such as openSUSE Leap 15.0.
- `cdda-player` fixes, such as adding a missing `-d` in cdda-player help (Thomas Schmitt and Edd Barrett)
- `cdtext_list_languages_v2()` to be preferred over now deprecated `cdtext_list_languages()`. New API call `cdtext_set_language_index()`. (Thomas Schmitt)
- Add `read-disc-struct` example program to show how to use a MMC `DVD_READ_DISC_STRUCTURE`. (Thomas Schmitt)
- Various errors in driver reading turned into warnings. (Edd Barrett and Thomas Schmitt)
- Some code cleanups and documentation improvements.
- Bugs:
* [Bug 53170: I/O leak when we can't read ISO file ](https://savannah.gnu.org/bugs/index.php?53170)
* [Bug 53928: Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN`](https://savannah.gnu.org/bugs/index.php?3929)
* [Bug 53929: cd-text with invalid characters failing to convert to utf8](https://savannah.gnu.org/bugs/index.php?3928)
Disable the pt translations for one mate-utils component for now, to
work around an issue where itstool is intermittently failing. This
addresses PR pkg/54071. Okay youri@.