Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
5.22:
Attica
* Properly check if a URL is a local file
KUnitConversion
* Inform the client if we don't know the conversion rate
* Add ILS (Israeli New Shekel) currency
5.23:
Attica
* Make it actually possible to tell providers from the url we were
given
* Provide QDebug helpers for some Attica classes
* Fix redirection of absolute Urls
KEmoticons
* Add emojis support to KEmoticon + Emoji One icons
* Add support for custom emoticon sizes
KUnitConversion
* Fix downloading currency exchange rates
5.24:
KEmoticons
* Move glass theme to kde-look
5.25:
Attica
* Follow HTTP redirects
|
|
New Features
Custom columns: Add a new 'Short text' column type that behaves like the builtin title column
More generally, you can now customize Comments-like columns, controlling how their headings are displayed in the Book Details panel and also specifying what kind of data they contain (plain text, HTML or even Markdown)
Edit book: Function mode: Allow appending text to the end of the marked text when running function mode search/replace on marked text
PDF Output: Add a new variable _TOP_LEVEL_SECTION_ for use in header/footer templates that resolves to the current top-most section in the Table of Contents
Linux/OSX: Shutdown gracefully on receiving the interrupt or terminate Unix signals
Bug Fixes
PDF Output: Fix a regression that caused the last page of a chapter to sometimes be dropped from the output
Do not show an error if the user tries to quit calibre while editing a cell in the book list. Instead, just silently abort the edit.
Closes tickets: 1610539
E-book viewer: Fix 0px margins and percentage margins not being respected when the option to override book margins is turned off.
Closes tickets: 1608458
Book Details: Do not show the 'Copy link' context menu item unless there is an actual link at the cursor location.
Closes tickets: 1605594
Get Books: Update store plugin for nexto
New news sources
Data News by oCkz7bJ_
Improved news sources
Private Eye
Prospect Magazine
De Standaard
Jot Down
Weblogs SL
Hola
El Correo
|
|
changed depency on py-suds to documented fallback py-simplesoap
in order to support py3.
changes from 1.3 to 1.4
-----------------------
* add modules for the following number formats:
- NIF (Numéro d'Immatriculation Fiscale, French tax identification number)
provided by Dimitri Papadopoulos
- NIR (French personal identification number) provided by Dimitri
Papadopoulos
- SIRET (a French company establishment identification number) provided by
Yoann Aubineau
- NHS (United Kingdom National Health Service patient identifier)
- T.C. Kimlik No. (Turkish personal identification number)
* add an implementation of the Damm algorithm
* ensure data files are properly closed
* documentation improvements
* extend test suite
* a number of minor bug fixes and improvements
changes from 1.2 to 1.3
-----------------------
* fix ISO 6346 check digit calculation (thanks Ronald Paloschi)
* fix problem with check_vies_approx() (thanks Lionel Elie Mamane)
* fix problem with SOAP client when using suds
* include documentation that was previously on the Trac wiki
changes from 1.1 to 1.2
-----------------------
* add modules for the following number formats:
- Austrian Company Register Numbers
- CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company identifier)
- UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
- VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
- CUSIP number (financial security identification number)
- Wertpapierkennnummer (German securities identification code)
- Isikukood (Estonian Personcal ID number)
- Finnish Association Identifier
- Y-tunnus (Finnish business identifier)
- SEDOL number (Stock Exchange Daily Official List number)
- IMO number (International Maritime Organization number)
- ISIN (International Securities Identification Number)
- RFC (Registro Federal de Contribuyentes, Mexican tax number)
- PESEL (Polish national identification number)
- REGON (Rejestr Gospodarki Narodowej, Polish register of economic units)
- ИНН (Идентификационный номер налогоплательщика, Russian tax identifier)
* add an alternate VIES check (check_vies_approx()) that includes a proof
(certificate) that the check was performed
* fall back to pysimplesoap if suds is unavailable
* test and code quality improvements
changes from 1.0 to 1.1
-----------------------
* add number formats based on the implementation in the vatnumber module:
- NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT number)
- CUIT (Código Único de Identificación Tributaria, Argentinian tax number)
- RUT (Rol Único Tributario, Chilean national tax number)
- NIT (Número De Identificación Tributaria, Colombian identity code)
- COE (Codice operatore economico, San Marino national tax number)
* add modules for the following number formats:
- Cedula (Dominican Republic national identification number)
- RNC (Registro Nacional del Contribuyente, Dominican Republic tax number)
- Kennitala (Icelandic personal and organisation identity code, provided by
Tuomas Toivonen)
- VSK number (Virðisaukaskattsnúmer, Icelandic VAT number, provided by
Tuomas Toivonen)
- ISO 9362 (Business identifier codes, provided by Tony Bajan)
- MVA (Merverdiavgift, Norwegian VAT number, provided by Tuomas Toivonen)
- Orgnr (Organisasjonsnummer, Norwegian organisation number, provided by
Tuomas Toivonen)
- Orgnr (Organisationsnummer, Swedish company number, provided by Tomas
Thor Jonsson)
* add Croatia to list of EU VAT numbers
* update getcnloc script
* various small fixes and additional tests for existing modules
|
|
Changelog:
byobu (5.111-0ubuntu1) yakkety; urgency=medium
[ Dustin Kirkland ]
* usr/lib/byobu/battery:
- battery color when black-on-red is hard to read; change to
white on red.
- test 256 colors with vim (:runtime syntax/colortest.vim) and
http://www.robmeerman.co.uk/_media/unix/256colors2.pl
+ seem to be working okay here
[ Jeffery To ]
* usr/bin/byobu.in, usr/share/byobu/profiles/tmux:
- use screen-256color if possible, for both screen and tmux
- allow the user to override our term choices, by setting
BYOBU_TERM, BYOBU_DEFAULT_TERM and/or BYOBU_COLOR_TERM
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 09 Aug 2016 15:23:17 -0500
byobu (5.110-0ubuntu1) yakkety; urgency=medium
[ Dustin Kirkland ]
* usr/lib/byobu/logo:
- added a logo for AlpineLinux, which has published an apk for Byobu
* usr/share/byobu/status/status, usr/share/byobu/status/statusrc:
- default to showing disk space
- fix DISTRO to BYOBU_DISTRO in template
* debian/control: LP: #1596364
- add |xterm to suggests
* usr/bin/purge-old-kernels: LP: #1595977
- modify the kernel purge algorithm slightly to better handle efi
and virtual kernels
* usr/bin/purge-old-kernels: LP: #1532153
- run autoremove afterwards, to clean up anything else
* usr/lib/byobu/include/select-session.py: LP: #1583590
- fix default window selection by just hitting enter
* usr/share/man/man1/byobu.1:
- add some whitespace in the manpage
[ ironstorm ]
* usr/lib/byobu/cpu_temp: LP: #1587139
- add cpu temp support for rpi1, rpi2, and rpi3
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 29 Jul 2016 12:29:04 -0500
byobu (5.109-0ubuntu1) yakkety; urgency=medium
[ Dustin Kirkland ]
* usr/lib/byobu/include/icons, usr/lib/byobu/reboot_required,
usr/lib/byobu/updates_available:
- add an checkbox icon
- fix formatting again
* usr/share/byobu/desktop/byobu.desktop.old,
usr/share/byobu/desktop/Makefile.am:
- deprecated
[ Grant Likely ]
* usr/lib/byobu/include/select-session.py:
- Add support for tmux grouped sessions
- select-session.py: Pass command name in argument list
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 05 Jul 2016 10:47:22 -0500
byobu (5.108-0ubuntu1) yakkety; urgency=medium
[ Dustin Kirkland ]
* usr/lib/byobu/updates_available:
- remove trailing whitespace
* usr/lib/byobu/battery:
- only use POWER_SUPPLY_CAPACITY if neither POWER_SUPPLY_ENERGY_NOW nor
POWER_SUPPLY_CHARGE_NOW are available; important for summing
multiple batteries
[ Kevin Mark and Dustin Kirkland ]
* usr/lib/byobu/uptime:
- fix uptime status on MacOS
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 31 May 2016 10:03:12 -0500
byobu (5.107-0ubuntu1) yakkety; urgency=medium
* usr/bin/manifest:
- remove http, breaks pastebinit
* usr/bin/manifest:
- fix manifest url
* usr/bin/wifi-status:
- use tmux target pane
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 09 May 2016 18:26:20 -0500
byobu (5.106-0ubuntu1) xenial; urgency=medium
* usr/lib/byobu/include/tmux-send-command-to-all-panes:
- fix breakage on sending command to all panes
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Apr 2016 11:21:49 -0500
byobu (5.105-0ubuntu1) xenial; urgency=medium
[ Dustin Kirkland ]
* usr/share/man/man1/byobu.1:
- update examples
* debian/control:
- pastebinit needs to be in the recommends
* usr/lib/byobu/swap, usr/share/man/man1/byobu.1:
- switch swap to black on green, white on green
was unreadable
* usr/bin/byobu-ctrl-a.in:
- silence stderr
* usr/share/byobu/profiles/bashrc:
- fix color comment
* usr/bin/byobu-janitor.in:
- no longer default to enabling ec2 status, LP: #1564320
- institute better timeouts for metadata wgets, LP: #1564320
* usr/bin/byobu-select-session.in: LP: #1555446
- exec the select-session command, to keep from having an sh
hanging around
* Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS,
debian/copyright, debian/source_byobu.py, etc/profile.d/Z97-
byobu.sh.in, experimental/byobu-classroom, po/bg.po, po/sv.po,
usr/bin/byobu-config.in, usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
disable.in, usr/bin/byobu-disable-prompt.in, usr/bin/byobu-
enable.in, usr/bin/byobu-enable-prompt.in, usr/bin/byobu-export.in,
usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu-
keybindings, usr/bin/byobu-launcher.in, usr/bin/byobu-launcher-
install.in, usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-
launch.in, usr/bin/byobu-layout.in, usr/bin/byobu-prompt.in,
usr/bin/byobu-quiet.in, usr/bin/byobu-reconnect-sockets.in,
usr/bin/byobu-select-backend.in, usr/bin/byobu-select-profile.in,
usr/bin/byobu-select-session.in, usr/bin/byobu-shell.in,
usr/bin/byobu-silent.in, usr/bin/byobu-status-detail.in,
usr/bin/byobu-status.in, usr/bin/manifest, usr/lib/byobu/apport,
usr/lib/byobu/arch, usr/lib/byobu/battery, usr/lib/byobu/color,
usr/lib/byobu/cpu_count, usr/lib/byobu/cpu_freq,
usr/lib/byobu/cpu_temp, usr/lib/byobu/custom, usr/lib/byobu/date,
usr/lib/byobu/disk, usr/lib/byobu/disk_io, usr/lib/byobu/distro,
usr/lib/byobu/ec2_cost, usr/lib/byobu/entropy,
usr/lib/byobu/fan_speed, usr/lib/byobu/hostname,
usr/lib/byobu/include/colors, usr/lib/byobu/include/common,
usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/constants,
usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/dirs.in,
usr/lib/byobu/include/icons, usr/lib/byobu/include/mondrian,
usr/lib/byobu/include/notify_osd, usr/lib/byobu/include/select-
session.py, usr/lib/byobu/include/shutil, usr/lib/byobu/include/tmux-
detach-all-but-current-client, usr/lib/byobu/include/tmux-send-
command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-all-
windows, usr/lib/byobu/include/toggle-utf8.in,
usr/lib/byobu/ip_address, usr/lib/byobu/load_average,
usr/lib/byobu/logo, usr/lib/byobu/mail, usr/lib/byobu/memory,
usr/lib/byobu/menu, usr/lib/byobu/network, usr/lib/byobu/notify_osd,
usr/lib/byobu/processes, usr/lib/byobu/raid,
usr/lib/byobu/reboot_required, usr/lib/byobu/release,
usr/lib/byobu/services, usr/lib/byobu/session, usr/lib/byobu/swap,
usr/lib/byobu/time, usr/lib/byobu/time_utc, usr/lib/byobu/trash,
usr/lib/byobu/updates_available, usr/lib/byobu/uptime,
usr/lib/byobu/users, usr/lib/byobu/whoami,
usr/lib/byobu/wifi_quality, usr/share/byobu/keybindings/f-
keys.screen, usr/share/byobu/keybindings/f-keys.screen.disable,
usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/byoburc,
usr/share/byobu/profiles/classroom, usr/share/byobu/profiles/common,
usr/share/byobu/profiles/NONE, usr/share/byobu/profiles/screenrc,
usr/share/byobu/profiles/tmux, usr/share/byobu/profiles/tmuxrc,
usr/share/byobu/status/status, usr/share/byobu/status/statusrc,
usr/share/byobu/tests/byobu-time-notifications.in, usr/share/dbus-
1/services/us.kirkland.terminals.byobu.service,
usr/share/man/man1/byobu-export.1:
- update byobu.co email addresses to byobu.org
* CONTRIBUTING:
- added a contributing file
[ Mark King ]
* usr/lib/byobu/battery:
- Use `POWER_SUPPLY_CAPACITY` for battery if available
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Apr 2016 18:50:55 -0500
byobu (5.104-0ubuntu1) xenial; urgency=medium
* debian/control:
- suggest pastebinit, drop w3m
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Feb 2016 23:46:22 -0600
byobu (5.103-0ubuntu1) xenial; urgency=medium
* usr/bin/Makefile.am, usr/bin/manifest, usr/bin/tmpfsffs,
usr/share/man/man1/Makefile.am, usr/share/man/man1/manifest.1:
- added the manifest command
* debian/control, usr/bin/Makefile.am, usr/bin/purge-old-kernels,
usr/share/man/man1/Makefile.am, usr/share/man/man1/purge-old-
kernels.1:
- move purge-old-kernels over from bikeshed into byobu
* usr/lib/byobu/include/select-session.py: LP: #1550687
- make sure input/eval is compatible with both python2 and 3
* usr/share/byobu/keybindings/f-keys.screen,
usr/share/byobu/keybindings/f-keys.tmux: LP: #1543903
- use $EDITOR rather than 'view'
* usr/lib/byobu/include/icons, usr/lib/byobu/reboot_required,
usr/share/man/man1/byobu.1:
- add an indicator for an unattended upgrade in progress
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Feb 2016 23:24:31 -0600
byobu (5.102-0ubuntu1) xenial; urgency=medium
[ Dustin Kirkland ]
* usr/share/byobu/keybindings/mouse.tmux.disable,
usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377
- use tmux 2.1's new 'mouse' option, add some comments,
support old and new
* configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost,
usr/share/appdata/byobu.appdata.xml, usr/share/man/man1/byobu.1,
usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl-
a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu-
janitor.1, usr/share/man/man1/byobu-keybindings.1,
usr/share/man/man1/byobu-launcher.1, usr/share/man/man1/byobu-
launcher-install.1, usr/share/man/man1/byobu-launcher-uninstall.1,
usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu-
prompt.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu-
reconnect-sockets.1, usr/share/man/man1/byobu-screen.1,
usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/byobu-
select-profile.1, usr/share/man/man1/byobu-select-session.1,
usr/share/man/man1/byobu-shell.1, usr/share/man/man1/byobu-silent.1,
usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status-
detail.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/byobu-
ugraph.1, usr/share/man/man1/byobu-ulevel.1:
- replace http://byobu.co links to newly registered http://byobu.org
[ Jeffrey To ]
* usr/share/byobu/keybindings/tmux-screen-keys.conf:
- This adds '-c "#{pane_current_path}"' to new-window/split-window calls
in tmux-screen-keys.conf, matching similar calls in f-keys.tmux.
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 04 Feb 2016 16:29:44 -0600
byobu (5.101-0ubuntu1) xenial; urgency=medium
* usr/lib/byobu/arch:
- need a trailing whitespace
* README: LP: #1526844
- add a note about installing coreutils
* usr/bin/byobu-shell.in: LP: #1500109
- respect ~/.hushlogin file
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Jan 2016 08:55:21 +0200
|
|
Upstream changes:
3.002 2016-08-10T09:30:21Z
* Bump to stable versions
3.001_01 2016-08-06T08:14:59Z
* Remove xisbn stuff璽��it's due to be turned off.
* Bump the major version for the API change
2.011_01 2016-07-29T20:50:01Z
* Remove the URI prereq
|
|
|
|
CHangelog:
5.1.5.2:
Bugs fixed compared to 5.1.5 rc1:
rhbz#919020 Converting String to Double [Caolán McNamara]
rhbz#1352835 Unable to edit My Documents path [Caolán McNamara]
tdf#59896 ww6 plcf generation reversed check [Caolán McNamara]
tdf#86502 check row when determining bounds for deleted range [Eike Rathke]
tdf#98778 fix parsing of exponents [Caolán McNamara]
tdf#100764 check row when determining bounds for deleted range [Eike Rathke]
tdf#100847 also external svEmptyCell is 0 in numeric context [Eike Rathke]
tdf#101054 crash on options->path with non-native file picker [Caolán McNamara]
tdf#101057 allow java update version number > 99 [Caolán McNamara]
tdf#101096 remove the "H after M" rule [Eike Rathke]
tdf#101138 opengl: blacklist intel drivers for Win 7 [Tomaž Vajngerl]
5.1.5.1:
Bugs fixed compared to 5.1.4 final (rc2):
rhbz#1326602 don't clear XATTR_FILL* from stylesheet if... [Caolán McNamara]
rhbz#1343752 wrong radiobutton and checkbutton behavior in "view" menu [David Tardon]
rhbz#1343766 a11y queries during dispose trigger combobox crashes [Caolán McNamara]
rhbz#1349501 [kde][gtk3] Mouse wheel doesn't work in an LibreOffice application after upgrade from FC23 to FC24 with GDK_CORE_DEVICE_EVENTS=1 and auto-activation on mouse-over [Caolán McNamara]
rhbz#1351292 Impress: Instead of showing "Slide Master" view, "Normal" view is shown [David Tardon]
rhbz#1352835 Unable to edit My Documents path [Caolán McNamara]
rhbz#1353069 background bitmap image disappeared when I copy slide and paste in same odp and different odp file [Caolán McNamara]
tdf#34467 can't resize shape with "resize shape to fit text" [Caolán McNamara]
tdf#48869 dragging between sheets can change the current cursor position [Caolán McNamara]
tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t} [Miklos Vajna]
tdf#55566 opening two docs with open document macro events can crash [Caolán McNamara]
tdf#63272 [cs-CZ] percentage format with no-break space [Muhammet Kara, Eike Rathke]
tdf#66469 impress: update outline text before saving [Justin Luth]
tdf#67627 switching to sidebar panel will toggle it *off*... [Caolán McNamara]
tdf#73335 explicitly disable partial cell shift with change-tracking, related [Michael Stahl, Eike Rathke]
tdf#75387 don't case-fold strings for formula group calculations [Tor Lillqvist]
tdf#77349 RTF import: automatically generate names for images if needed [Miklos Vajna]
tdf#79198 START CENTER: Close button doesn't reappear after being clicked [Akshay Deep]
tdf#82532 parent mutex dtored before child dtor uses it [Caolán McNamara]
tdf#83455 remove color-inverted line images from Sifr [Adolfo Jayme Barrientos]
tdf#87601 freeze on load of specific html doc [Caolán McNamara]
tdf#88237 crash without java but with nlp solver installed [Caolán McNamara]
tdf#88241 switching to sidebar panel will toggle it *off*... [Caolán McNamara]
tdf#88396 switching to sidebar panel will toggle it *off*... [Caolán McNamara]
tdf#89186 descend into dimension children to obtain leaf result [Eike Rathke]
tdf#89394 revert attempt to ditch missing file from recent files [Caolán McNamara]
tdf#90285 do not reuse the same StartListeningContext [Caolán McNamara, Eike Rathke]
tdf#90579 swap_single_to_multi_blocks is broken [Caolán McNamara]
tdf#91291 crashtesting: crash on inserting text into footnote [Caolán McNamara]
tdf#91807 package: fix exception handling in DeflateThread () [Michael Stahl]
tdf#91995 copying cells to undo doc shallow copied note pointer [Caolán McNamara]
tdf#93079 can't resize shape with "resize shape to fit text" [Caolán McNamara]
tdf#93135 can't resize shape with "resize shape to fit text" [Caolán McNamara]
tdf#93971 freeze on load of specific html doc [Caolán McNamara]
tdf#94212 sw: speed up the navigator [Michael Stahl]
tdf#95581 assume tiny shears are rounding artefacts etc and can be ignored [Tor Lillqvist]
tdf#96008 crash when an extension with legacy decks is installed [Caolán McNamara]
tdf#96251 address wizard crash when run from start center [Caolán McNamara]
tdf#96516 fixup: when removing entry, entry count does not stay constant [Lionel Elie Mamane]
tdf#96540 dragging between sheets can change the current cursor position [Caolán McNamara]
tdf#97340 handle autofilter search for dates correctly [Dennis Francis]
tdf#97501 crash in SwDBManager fixed [Oliver Specht]
tdf#98515 bail out early if kernel would have ridiculously many parameters [Tor Lillqvist]
tdf#98710 check the font is bound, substitute FON fonts [Tomaž Vajngerl]
tdf#98880 ensure backing context of DoubleVectorRefToken... [Caolán McNamara]
tdf#98955 hardware_concurrency not ideal for thread pools [Ashod Nakashian]
tdf#99090 docx export page-break only inside a paragraph [Justin Luth]
tdf#99446 cairo text + xrender bodge [Caolán McNamara]
tdf#99512 opencl - restrict scope of vlookup optimization to doubles. [Michael Meeks]
tdf#99919 blacklist that specific vendor, version, and device combination [Tor Lillqvist]
tdf#99994 avoid invalid access by reusing getFontFamily() result [Sam Tygier]
tdf#100105 sw: RTF export: fix empty hyperlinks [Michael Stahl]
tdf#100181 quickstart crashes immediately without Quickstarter [Caolán McNamara]
tdf#100199 crash: switch to Display Mode - Master Modes - Notes [Caolán McNamara]
tdf#100222 show the dialog just once even if both toggles were changed [Tor Lillqvist]
tdf#100248 vcl menu scroll timer still active post dispose [Caolán McNamara]
tdf#100258 crash on disposing media player [Caolán McNamara]
tdf#100269 svx: fix undo of table column resize [Miklos Vajna]
tdf#100272 row ally index is ROW_INVALID [Caolán McNamara]
tdf#100275 sw: fix target node of bookmark copy [Michael Stahl, Caolán McNamara]
tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956 [Eike Rathke]
tdf#100295 try to cover second place in curl using GetTickCount64 [Markus Mohrhard]
tdf#100303 report crashes on close of conditional formatting dialog [Caolán McNamara]
tdf#100342 fix order of weekdays in NETWORKDAYS [Winfried Donkers]
tdf#100411 start the flush timer when batching (PostBatchDraw) [Tomaž Vajngerl]
tdf#100451 convert texture buffer to 1-bi and 4-bit palette buffer [Tomaž Vajngerl]
tdf#100453 – bin/unpack-sources needs to be executable [Christian Lohmaier]
tdf#100455 check for minimal dconf version [David Tardon]
tdf#100460 queryContentCells doesn't count annotations... [Caolhouldn't delete the created odb file [Michael Stahl]
tdf#100641 correct OOXML function name is EFFECT instead of EFFECTIVE [Eike Rathke]
tdf#100692 crash in sidebar on deleting image from writer [Caolán McNamara]
tdf#100713 on cancel curData points to deleted parents vector entry [Caolán McNamara]
tdf#100753 propagate error with VAR and STDEV functions. [Winfried Donkers]
tdf#100770 crash on loading specific docx [Caolán McNamara]
tdf#100813 crash during pagination of particular docx [Caolán McNamara]
tdf#100883 opencl impls. that use SEH are still bad. [Michael Meeks]
|
|
Upstream changes:
0.36 Tue Jun 14 11:36:05 PDT 2016
- Allow (and doc) import of receipt_cardtype
- validate_card() is a new synonym for validate(), starting a long-term
plan to stop exporting validate() or anything else by default.
- Best-effort cardtype() when only the first two digits are available
(identify masked 60xx as Discover)
0.35 Tue Feb 9 14:43:38 PST 2016
- Fix bug identifying 49* Visa cards introduced in 0.34, patch from
Ed J, thanks!
- doc: Clarify processing agreements don't apply to Canada
|
|
Upstream changes:
2016-07-25
* Release of 1.28 to CPAN
* Fix optional runtime load for CVE-2016-1238
2016-06-22
* Release of 1.27 to CPAN
|
|
- Erlang R19 compliance.
|
|
|
|
|
|
|
|
|
|
Todoman is a simple, standards-based, CLI todo (aka: task) manager.
Todos are stored into icalendar files, which means you can sync
them via CalDAV using, for example, vdirsyncer.
|
|
|
|
Various ANSI escape codes, used in moving the cursor in a text
console or rendering coloured text.
|
|
|
|
|
|
nyancat is an animated, color, ANSI-text program that renders a loop of
the classic Nyan Cat animation.
nyancat makes use of various ANSI escape sequences to render color, or
in the case of a VT220, simply dumps text to the screen.
Originally packaged in pkgsrc-wip by:
- Frederic Cambus
and
- myself.
|
|
|
|
No changelog found.
|
|
New Features
News download: Allow controlling which periodicals are automatically sent to a specific email in Preferences->Sharing by email
Edit Book: Update regex engine to support Unicode 9.0
Bug Fixes
Edit metadata dialog: Fix pasting ISBN from clipboard not stripping garbage characters after a valid ISBN.
Closes tickets: 1604956
Edit Book: Also refresh the Preview and Live CSS panels after performing any action that changes files other than the currently displayed file.
E-book viewer: Fix the show metadata button not reading EPUB 3 metadata
MOBI Output: Fix <hr> not being rendered as full-width in old MOBI files
CSV Catalog output: Fix incorrect formatting of is_multiple custom columns.
Closes tickets: 1602908
CSV Catalog Output: Separate multiple authors with & instead of comma. Fixes problems when the author name contains commas.
EPUB 3 metadata: Fix updating metadata in EPUB 3 files not overwriting existing authors.
Closes tickets: 1602227
Fix duplicate detection when adding books not working when the book title has leading or trailing whitespace
Book details panel: Pick the color used for links from the current system color theme
Windows: Fix file selection dialogs blurry on HiDPI monitors
Improved news sources
Gosc Niedzielny
Nikkei Free
Financial Times (UK)
Foreign Affairs
Berlin Policy Journal
Gazet van Antwerpen
Hurriyet
|
|
|
|
|
|
|
|
No changelog found.
|
|
Mainly renamed FIX_PYTHON_PATHS to FIX_PYTHON_FILES, since it is a list
of files and not related to the PATH variable; pkglint relies on this
naming convention.
|
|
|
|
|
|
New Features
* EPUB metadata: Support for reading and writing EPUB 3 specific
metadata. Now when processing EPUB 3 files, calibre will generate/use
EPUB 3 specific metadata constructs when available, for example for
series.
* Recognize the newest Kindle model, that started shipping today.
Bug Fixes
* Tag Mapper: Allow specifying a space as the split character when
creating a split tags rule
* Tag mapper: Fix upper case characters not working in 'contains'
rules
* Smarten punctuation: Fix double dashes and triple dots being
smartened even inside attribute values.
* HTML Input: Sanitize semi-colons from HTML filenames as they can
cause problems with other EPUB consuming software.
* EPUB Input: Speed up reading of the book spine from the OPF file
for books with a very large number of entries in the spine
* Edit Book: Reports: Characters: Fix sorting by count and name not
working.
* Fix KoboTouch configuration migration not working for older
settings
|
|
New Features
* Driver for FNAC (re-branded Bq) with new firmware.
* Edit Book: Check Book: Add an auto fix action to remove all links
to a missing resource (such as a deleted stylesheet) automatically.
Bug Fixes
* Edit Book: Check Book: Fix incorrect handling of font family names
with spaces in them that are not quoted.
* E-book viewer: Fix Qt 5.7 breaking mouse wheel scrolling
* Kobo driver: Fix a regression in the last release that broke
connecting to older devices
* Get Books: Fix detection of book formats broken for the Legimi
plugin by a website change
* Update builtin metadata source ozon.ru to handle website changes
* Font subsetting: Fix incorrect handling of fonts whose names are
included in font rules without quotes
* Fix ebook-viewer broken when running the binary calibre release
on systems with very old versions of glibc
|
|
|
|
Bump PKGREVISION.
|
|
ABI depends and perform a PKGREVISION bump for dependents.
Noticed by OSX binary package users.
|
|
py-dns now supports all python versions, so versioned_dependencies
is not needed any longer.
|
|
New Features
Edit metadata: In the drop down list for languages, show the five most recently used languages first.
Edit Book: Check Book: Add a check for missing navigation documents in EPUB 3 books
Kobo driver: Improved configuration dialog for the Kobo Touch device driver
Copy to Library: Do not abort the copy process if only some books fail to copy, instead report which books failed and copy the rest.
News download: Make all relative links (those starting with /) absolute. Useful when reading on a device that supports web browsing.
EPUB metadata: Add an option to disable adding of cover images to EPUB files that declare no cover image in their metadata (Preferences->Plugins->Customize the Set EPUB metadata plugin)
Bug Fixes
ToC Editor: Fix ToC detection in EPUB 3 files with only an NCX and no nav not working
E-book viewer: In paged mode, when the window is toggled between full screen and window, repeatedly, preserve the position more accurately.
E-book viewer: Fix incorrect page turning when multiple pages are displayed on screen for books that wrap all their content in a single 100% height tag.
Fix a regression that broke scheduling a new news download in timezones west of GMT
Edit Book: Fix undocked windows not resizable on OS X
Fix a regression in 2.57 that broke rescaling of images to fit the output profile screen size during conversion.
Fix for file dialogs not working on windows when non-ascii environment variables are present
HTML Input: Fix error when converting HTML file with URL encoded filename.
|
|
3.04 24 June 2016
- Licensing terms have changed to GPLv3.
- Friendlier to being hosted on GitHub.
- No functionality changes whatsoever.
|
|
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]
|
|
Changelog:
Version 4.4.0 (19/06/2016):
* Support up to 24 function keys
* Fix runtime issues
* 'logfile' command, starts logging into new file upon changing
|
|
patches
|
|
1.2.2
* Fixed wrong locks being taken during `switch reinstall` (#2051)
* Fixed `config report` that wasn't displaying the external solver (#2059)
* Follow glibc standard on detecting an UTF8 locale (#2065)
* Fixed issues with fish shell init scripts (#2063)
* Restored printing of commands with `--verbose` and `--dry-run`
* More concise printing of conflicts, with accurate version numbers
* Small improvements to the causes of actions
* Fixed issue causing the state cache not to be used on some OSes (OSX) (#2077)
* Added numbers to lint checks, and some new checks
* Restored the handling of a simple path to an `aspcud`-compatible executable
in variable OPAMEXTERNALSOLVER (#2085)
* Added package universe output to new PEF format for diagnostics
* Prioritise newer versions even when the latest can't be installed (#2109)
* Automatically install plugins on `opam plugin-name` (#2092)
* Fixed a fd leak on solver calls (#2134)
* Accept opam files with errors when no debug or strict options are set, for
easier format updates
* Add `opam list --resolve` to get dependencies as a consistent set of packages
* Provide the expected checksum to download commands
* Changed return code of `opam list` when no patterns are supplied and the list
is empty
1.2.1
* Non-system compiler definitions without source are now allowed
* Better handling of compiler "base" packages allows to move build instructions
from compiler definitions to packages
* Rewritten action resolution mechanism to be based on atomic actions.
Actions are not aborted anymore on first failure when there is no
inter-dependency
* Rewritten parallel command execution engine
* Better display of actions, lots of improved messages
* `opam upgrade pkg` now fails if no new version of `pkg` can be installed
* fixed shell configuration for various shells
* Updated Dose dependency to 3.3
* Fixed behaviour of `opam switch` and related commands when a switch
is locally set in a shell (through `OPAMSWITCH`)
* Better behaviour on failed `opam switch`
* New pinning mode: when pinning using version-control on a local path and
without a branch specified, use current file tree, but limited to
version-tracked files
* Faster and cleaner handling of downloads
* Now compiles with --safe-string on OCaml 4.02, better compatibility handling
* `opam unpin` now accepts multiple arguments
* `opam pin add <pkg>.<version> <target>` is now allowed to specify
the advertised version
* Fixed bug leading to a bad `CAML_LD_LIBRARY_PATH` when switching from system
* Better `opam lint`, reporting warnings and errors, including format errors
* `opam config setup` now takes `--shell=` instead of `--sh`, `--csh`, `--fish`,
`--zsh`
* Provisional feature: dependency flag `dev` is accepted (but does nothing)
* Provisional feature: field `features` in opam files implemented (beta), not
for use in production
* Better definition of the `filter` language within opam files: propagates
undefined values, bool-to-string converter syntax
* Provisional feature: `verbose` may be specified in package flags
* OPAM git-like plugins (commands of the form opam-xxx) are now searched in the
correct OPAM path
* ~/.opam/config doesn't refer to OPAM's patch-version anymore, to allow
downgrading
* Recognise <name>.opam files and directories when pinning a package to source
* Cleaned up debug and verbose messages, allow more control (`-v` can now be
repeated)
* Pinning URL can now be explicit in the form `VC+URL`, e.g. `git+ssh://`,
`hg+https://`...
* New flexible way to specify download and solver commands in `~/.opam/config`
or in variables `OPAMFETCH` and `OPAMEXTERNALSOLVER`
* Lots of bug-fixes
|
|
New Features
Amazon metadata download: Download the series information when available from amazon.com
Amazon metadata download: Recognize common patterns of embedding the series name after the title and remove it automatically
Edit Book: Add support for EPUB 3 to the Table of Contents tool. Now when editing EPUB 3 files using the tool will automatically generate both the EPUB 3 navigation document and the NCX table of contents for backwards compatibility.
EPUB Input: Implement reading of Table of Contents from EPUB 3 files that do not specify a fallback NCX ToC
EPUB metadata: When setting a cover image for an EPUB file that has no metadata cover image defined, add the new cover image as a pure metadata cover instead of aborting.
Bug Fixes
Fix crash on exit if any plugins have loaded code that raises exceptions during shutdown.
Closes tickets: 1592414
Copy to library: Speed up checking for duplicates when copying multiple books to a large library.
Closes tickets: 1593027
Get Books: Update Smashwords plugin for website changes.
Closes tickets: 1590653
Edit Book: Fix a bug in the new text search facility that could cause searches to fail when searching from the current cursor position instead of the top of the file.
Closes tickets: 1588778
Bulk conversion dialog: Fix page margin settings being ignored when converting to DOCX
Make the default shortcut for remove books Backspace on OS X since many mac keyboards have no delete key and the backspace key is labelled as delete
Edit Book: Check Book: Do not warn if a cover image is not referenced in the text
E-book viewer: Fix a bug that could cause incorrect rendering of chapter titles in some rare circumstances.
Windows console output: Handle consoles with non black and white color scheme correctly
Fix a regression in 2.57 that caused auto-removal of borders from covers to become much less proficient at detecting borders
Fix a regression in 2.57 that broke grayscaling of images
Improved news sources
Technology Review (DE)
|
|
|
|
dose3 (5.0) UNRELEASED; urgency=low
* finally implement keep_package/version/feature properly. The globalid
index that was used to optionally encode the global constraints is
now disappeared. This simplify the interface of the solver.
* massive refactoring. Change of API . All functions in Depsolver*
accept a new paramenter "global_constraints" that is a vpkgformula
enconding all packages that must be co-installed by by default with
each request. This is used to properly encode debian essential packages
without abusing 'Keep_package as before.
* Depsolver_int.{solve,init_solver_unit,init_solver_cache} have a new optional
argument 'explain'. When false, reduce the memory footprint.
* Depsolver.{check_request,check_request_using} accept a new parameter dummy
that can be used to pass arbitrary contraints as a cudf.package that is going
to be coinstalled as part of the request and filtered out in the result.
* improvements to the documentation and test units
* add --compare to ceve when used with pef://
* improvements to distcheck --lowmem
* StdOptions.lastest now returns an integer to consider only the last n versions
of each package
* API change : CudfAdd.latest
* API change : CudfAdd.inttovar -> CudfAdd.inttopkg
* API change : add parameter to check_request and check_request_using
* apt-cudf : package up or downgrades are expressed in a single
"Install" request and that these do not show up as a "Remove" request anymore.
* StdOptions.DistribOptions.add_options are now different for each input ( ex.
StdOptions.DistribOptions.add_debian_options )uu
* Debian.Printer.pp_* functions are now methods of the Debian.package class
-- Pietro Abate <pietro.abate@inria.fr> Thur, 06 Jun 2016 13:13:06 +0200
dose3 (4.3) UNRELEASED; urgency=low
* Fix exitcode problem with apt-cudf
* Add new comparison functions to parse npm like versions
* Make ocamlgraph a hard dependency of dose.
* Switch to ocamlgraph based explanation graphs by default
* add {foregin,native}-architecture field to distcheck output
* bump output-version to 1.2
* add --lowmem option to distcheck (slow, but consumes less memory)
* remove build-essential field from buildcheck
* add --deb-drop-b-d-indep and --deb-profiles to ceve
* API Change. Debian.Debutil.debvpkg is replaced by Pef.Pefcudf.pefvpkg
* API Change. Depsolver_int.solve has a addition argument "explain"
* add new option to ditcheck and ceve --compare to specify a comparison
function to be used with the pef format.
-- Pietro Abate <pietro.abate@inria.fr> Thur, 21 Apr 2016 13:13:06 +0200
dose3 (4.2) UNRELEASED; urgency=low
* Fix META file and other compilation problems (notably on 32 bits architectures)
* Add back the "Enhances" field in the debian printer
* the new yaml format also drops the architecture suffix in the package and
unsat-dependency fields
* Add new function Depsolver.is_consistent and Debian.Debcudf.get_real_name
* Expose Diagnostic.request and Diagnostic.result
* Update the yaml output of outdated (no more cudf-related cruft in package names)
* bump yaml output-version to 1.1
-- Pietro Abate <pietro.abate@pps.univ-paris-diderot.fr> Thur, 14 Jan 2016 13:13:06 +0200
dose3 (4.1) UNRELEASED; urgency=low
* New optimization criteria parser. apt-cudf now accepts only optimization criterias in
misc2012 format.
* the extended MISC 2012 syntax extends the count criteria allowing the
following additional forms:
count(selector,field:=/plain/)
count(selector,field:~/regex/)
* Update Documentation
* Modules are renamed (compiled with -pack) :
Versioning.Debian
Versioning.Semver
* API change : Debian.Debcudf.get_real_version tables now returns
a tuple (name, version) . Name is the original Debian name without
encoding ( "src:" , ":$arch" , "--virtual-" ).
* Implement versioned provides
* strict dependency ocamlgraph >= 1.8.6
* strict dependency extlib >= 1.7.0
* new cudf property for deb/edsp types
native is 1 if the pkg architecture is equal to the native architecture,
0 otherwise. This can be used to maximise the number of packages
belonging to the native architecture ( +sum(solution,active) )
* better parsing and error reporting
* More Module refactoring (algo/deb/pef/opam)
-- Pietro Abate <pietro.abate@pps.univ-paris-diderot.fr> Tue, 01 Dec 2015 13:13:06 +0200
dose3 (4.0) UNRELEASED; urgency=low
* Minor Bugs
* Add opam module
* Major refactoring of parsing functions Pef/Deb/Opam
-- Pietro Abate <pietro.abate@pps.univ-paris-diderot.fr> Mon, 29 June 2015 13:13:06 +0200
dose3 (4.0-rc3) UNRELEASED; urgency=low
* Minor Bugs
-- Pietro Abate <pietro.abate@pps.univ-paris-diderot.fr> Mon, 29 June 2015 13:13:06 +0200
dose3 (4.0-rc2) UNRELEASED; urgency=low
* Add new module Versioning to group all the comparison functions
* Add a new comparison schema (http://semver.org/)
* Add new two new ceve output formats: deb and debsrc
-- Pietro Abate <pietro.abate@pps.univ-paris-diderot.fr> Fri, 26 June 2015 13:13:06 +0200
dose3 (4.0-rc1) UNRELEASED; urgency=low
* Remove dependency to camlp4. Add build dependency to cppo
* Add option --dot to create explanation graphs in dot format
* add 'out-version' field to yaml format
* Debian Essential packages are now kept into account while
generating strong dependencies. You must pass
--deb-ignore-essential to restore the previous behaviour
* Add --latest to challenged
* Add new format PEF : package export format
* Drop eclipse format (superceded by PEF)
* Drop cv format (superceded by PEF)
* Ceve can read source packages
* Add grep-able one line explanations (success/failure) to distcheck
* Switch architecture and name around in cudf representation for debian packages
* Add new function to detect unsused dependencies/conflicts
* API change : Diagnostic.request, Depsolver.request, StdLoaders.load_list,
Debcudf.init_tables,
* add debsrc input format to ceve
-- Pietro Abate <pietro.abate@pps.univ-paris-diderot.fr> Wed, 24 June 2015 13:13:06 +0200
|
|
|
|
* Cudf: performance improvement by allocating larger hashtbl
* Cudf: expose empty_universe
(Thanks to Pietro Abate for the above 2 patches)
* Makefile: inhibit parallel build (thanks to Roberto Di Cosmo)
* Cudf_parser: prevent in_channel leaks when using from_file
|
|
|
|
2.011 2016-06-07T18:20:50Z
* bump to stable release
2.010_01 2016-03-28T03:45:17Z
* Had error_* methods to get the error text and check the error
conditions so you don't have to use %ERROR_TEXT or the constants.
* Deprecate the xisbn stuff. It's still there, but it should have
disappeared about two weeks ago.
* Add an example of inserting an unofficial group code for the
Blake and Taylor shenanigans.
|