Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:
http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
|
|
|
|
|
|
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline
The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.
|
|
linux.
fix PR pkg/51684
|
|
- version: 2.73.0
date: 2016-11-25
new features:
- title: "Add a preference in Preferences->Look & Feel to hide
the row numbers in the main book list."
- title: "Allow Export/Import of column coloring and icon
rules."
- title: "Edit Book: Allow bulk changing of file extension for
selected files by right clicking ont he selected files in the
file browser."
- title: "Edit Book: Check Book: Add a check for nav documents
that contain no ToC in EPUB 3 books"
- title: "Edit Book: Check Book: Add a test to check if the
embedded fonts in the book have their embedding permissions
enabled"
bug fixes:
- title: "Pressing the up arrow in an date edit with undefined
value should jump to the current date rather than Feb 101"
- title: "EPUB Input: When an invalid nav based ToC is used in
an EPUB 3.0 document that also has a fallback NCX ToC, use the
fallback ToC."
- title: "Fix a regression that broke the icon theme creation
tool in the previous release"
- title: "Fix insert character dialog not reflowing characters
on resize. Also only allow the search bar in the dialog to get
input focus"
improved recipes:
- Dilbert - The Hindu
- version: 2.72.0
date: 2016-11-18
new features:
- title: "Font embedding: Implement automatic embedding for
fonts with non-normal stretch and weight values such as
Condensed/Light/Extra Bold fonts"
- title: "Allow aborting an in-progress Copy-to-library action."
- title: "Edit Book: When adding a font file via File->New
automatically generate the appropriate @font-face rule and copy
it to the clipboard so that it can be easily inserted into the
appropriate CSS files."
- title: "Edit Book: Check Book: Add a warning for links with
the : character in them on windows"
- title: "Conversion: When converting markdown documents
recognize basic metadata in the markdown document formatted as
per the markdown metadata extension."
- title: "Edit Book: Spell Check dialog: Various small usability
enhancements -- preserve position in word list on refresh,
ensure that new current word is highlighted after changing a
word, etc."
- title: "Edit Book: Flash the taskbar icon after beautify all
files completes."
bug fixes:
- title: "Fix creating an empty library with the same structure
as current library not creating custom columns on the first
restart after creating the new custom columns."
- title: "Edit Book: Dont fail to rename files on windows if
there is a link containing the colon character."
- title: "PDF Output: Dont fail if one of the embedded fonts
has no names"
- title: "Edit Book: When downloading external resources, ensure
the generated filenames are valid."
- title: "Windows: Fix file extension not being added automatically
when missing in save dialogs."
- title: "Fix calibre not opening full-screen in windows tablet
mode."
- title: "Edit Book: Fix check external links tool not detecting
changes that have not yet been saved"
- title: "Generate covers: Fix & in the series causing incorrect
formatting of series number."
- title: "Edit Book: Fix a regression in the last release that
broke the Arrange into folders tool when arranging into
sub-folders of a folder that does not exist."
improved recipes:
- Mediapart
|
|
* Add 'help' to list of desktop file keywords, #764322 (David King)
* Build system improvements (Michael Catanzaro, Sam Spilsbury, Emmanuele
Bassi)
* Updated translations
Full list of changes at:
https://git.gnome.org/browse/yelp/tree/NEWS
(3.22.0 not properly tagged)
|
|
are satisfy minimum RUBY_RDOC_VERSION now.
|
|
|
|
A fast, simple fuzzy text selector for the terminal with an advanced scoring
algorithm.
|
|
Sun Nov 6 2016 Aleksey
* === Version 1.3.4 ===
Tue Nov 17 2015 Alexey Dokuchaev, Kurt Jaeger
* Compilation fixes for FreeBSD
Sat Aug 9 2014 Aleksey
* return non zero exit code if a file was not found
|
|
- version: 2.71.0
date: 2016-10-31
new features:
- title: "calibre's tenth birthday edition!"
description: "calibre was first released (as libprs500) ten years ago today. A big thank you to the entire calibre community -- users, contributors and developers -- for keeping it humming for so long."
type: major
- title: "A new set of icons for calibre"
description: "To celebrate calibre turning ten, calibre now has a brand new set of icons designed from scratch. Note that you can choose between many different icon sets for calibre, including the original icons, from Preferences->Look & Feel->Choose icon theme"
type: major
- title: "A short video commemorating the occasion: https://youtu.be/Q95NfFKc0v8"
- title: "Book details panel: Add a copy all action to the right click menu."
tickets: [1633477]
bug fixes:
- title: "Get Books: Update ebookpoint and woblink store plugins for website changes"
- title: "Edit Book: When un-marking text auto-change the 'search where' location to what it was before text was marked rather than 'current file'."
- title: "Automatic adding: Show an error if the user specifies a folder whose name starts with a dot or underscore."
tickets: [1637021]
- title: "OS X: Fix a regression that caused incorrect display of the icon in pop-up message boxes when using a Retina display."
tickets: [1635999]
- title: "Kobo driver: Fix an error when migrating very old settings"
tickets: [1635909]
- title: "Kobo driver: Fix a regression that broke handling of reading status for devices running old 1.9x versions of the Kobo firmware"
- title: "Edit Book: When using the arrange into folders tool do not change the case of already existing folders in the book."
tickets: [1633875]
improved recipes:
- LWN Weekly
- Financial Times
- MIT Technology Review
- The Hindu
|
|
|
|
No changelog found.
github changes:
Merge pull request #52 from untitaker/generic-todo-prop-params
Merge pull request #51 from nim65s/master
Remove ansi dependency (#53)
Share parameters between new and edit
Add a move command
Fix editor support (#47)
Add a copy command (#50)
Merge pull request #46 from untitaker/no-delete-button
Replace cancel button with hint to hit ctrl-c
Remove delete button from editor
Exclude buggy setuptools-scm version
Show error messages in UI (#43)
delete cmd: Show tasks that will be deleted (#44)
Fix tests
done cmd: Show done tasks (#45)
Don't strip time from datetime objects (#41)
Add `default_list` in config for new todos (#40)
Add shortcut to edit textfield in editor (#39)
Merge pull request #6 from pimutils/widget-improvements
Add basic editing shortcuts to text widgets
Merge pull request #38 from untitaker/coc
Add CoC
Merge pull request #37 from untitaker/glob-clarify
Clarify what path is supposed to match
Don't require setuptool_scm at runtime
Fix inconsistent minimum todo ID
Merge pull request #30 from untitaker/color-option
Implement color option
Fix typo
|
|
v1.7.0 -- Mar 26, 2016
* Added an SQLite case
* Made adjustments to the SQLite case file as per @grosser's suggestions.
* Broke the SQLite tests out by worker_type like the other .each tests.
* support true in progress
v1.8.0 -- Mar 27, 2016
* isolation
* fix sqlite specs
* stderr output is a failure reason
v1.9.0 -- Jun 01, 2016
* expose parallel_worker_number via thread local so tasks can coordinate
external dependencies
* also set parallel_worker_number when working directly
* more localized worker number setting for in_threads
* use .worker_number instead of direct thread var access
* add stderr redirection to spec case file invocation
|
|
|
|
v0.11.2: 2016.08.31
- Extended the photo parsing workaround from khard version 0.11.1 to all base64 encoded vcard attributes (#86 and #87)
- Show additional/middle names in name column of contact table (#89)
- Added khard-runner.py helper script to simplify source code launching
v0.11.3: 2016.09.20
- Pinned version of vcard library vobject to version 0.9.2 due to bug https://github.com/eventable/vobject/issues/39
- Added some new action aliases
- Fix for birthday date processing (#95)
|
|
|
|
8.21.0 (2016-10-16)
Full Changelog
Implemented enhancements:
* Add a new shard plugin #877 (jaymzh)
Fixed bugs:
* Ohai uptime plugin hangs in Windows. #876 (Aliasgar16)
|
|
New Features
Edit Book: Add a tool to download external resources (images/stylesheets/etc.) that are not included in the book.
Make custom columns available in the Alter Tag Browser->Manage categories sub menu
Bug Fixes
Conversion: Fix incorrect resolution of references to resources in HTML files that exist in a folder level above the OPF file. This could lead to styles being incorrectly processed in such HTML files.
Get Books: Update the amazon store plugins for website changes
Update ozon.ru metadata download plugin to fix searching for books by ISBN
Edit Book: Fix a regression in the previous release that broke the preferences dialog for changing color schemes.
Edit Book: Better error message when user tries to open a Check Book item that refers to a file that has been deleted since the last time Check Book was run.
|
|
** 3.7.0** (July 21, 2016)
* Deprecated interfaces now emit deprecation warnings #345
**3.6.3** (July 1, 2016)
* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313
**3.6.2** (June 21, 2016)
* More performance improvements.
**3.6.1** (June 17, 2016)
* Some performance improvements.
**3.6.0** (April 6, 2016)
* Add `Manifest#find_sources` to return the source of the compiled assets.
* Fix the list of compressable mime types.
* Improve performance of the `FileStore` cache.
|
|
* Clean up warnings.
|
|
Version v1.8.1 - May 13, 2016
Fixed
* no dynamic length when working with spring
Version v1.8.0 - April 24, 2016
Added
* Gem signing via certificate
* ActiveSupport Time-Traveling Compatibility
Changed
* ProgressBar::Time to an instantiated class
Fixed
* Progress#finish causing an exception when total was unknown
|
|
pkgsrc chnage: remove obsolete dependency for ruby200.
Changess are too many to write here, please refer:
https://github.com/chef/ohai/blob/13485c17da688654890047d1952d9f71e735d162/CHANGELOG.md
|
|
[3.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6
### Fixed
* [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [@jrafanie](https://github.com/jrafanie).
## [3.4.5] - 2016-09-16
[3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5
### Added
* [#337](https://github.com/intridea/hashie/pull/337), [#331](https://github.com/intridea/hashie/issues/331): `Hashie::Mash#load` accepts a `Pathname` object - [@gipcompany](https://github.com/gipcompany).
### Deprecated
* [#366](https://github.com/intridea/hashie/pull/366): Hashie is no longer tested on Ruby < 2 - [@dblock](https://github.com/dblock).
### Fixed
* [#358](https://github.com/intridea/hashie/pull/358): Fixed support for Array#dig - [@modosc](https://github.com/modosc).
* [#365](https://github.com/intridea/hashie/pull/365): Ensured ActiveSupport::HashWithIndifferentAccess is defined before use in #deep_locate - [@mikejarema](https://github.com/mikejarema).
### Miscellanous
* [#366](https://github.com/intridea/hashie/pull/366): Added Danger, PR linter - [@dblock](https://github.com/dblock).
## [3.4.4] - 2016-04-29
[3.4.4]: https://github.com/intridea/hashie/compare/v3.4.3...v3.4.4
### Added
* [#349](https://github.com/intridea/hashie/pull/349): Convert `Hashie::Mash#dig` arguments for Ruby 2.3.0 - [@k0kubun](https://github.com/k0kubun).
### Fixed
* [#240](https://github.com/intridea/hashie/pull/240): Fixed nesting twice with Clash keys - [@bartoszkopinski](https://github.com/bartoszkopinski).
* [#317](https://github.com/intridea/hashie/pull/317): Ensure `Hashie::Extensions::MethodQuery` methods return boolean values - [@michaelherold](https://github.com/michaelherold).
* [#319](https://github.com/intridea/hashie/pull/319): Fix a regression from 3.4.1 where `Hashie::Extensions::DeepFind` is no longer indifference-aware - [@michaelherold](https://github.com/michaelherold).
* [#322](https://github.com/intridea/hashie/pull/322): Fixed `reverse_merge` issue with `Mash` subclasses - [@marshall-lee](https://github.com/marshall-lee).
* [#346](https://github.com/intridea/hashie/pull/346): Fixed `merge` breaking indifferent access - [@docwhat](https://github.com/docwhat), [@michaelherold](https://github.com/michaelherold).
* [#350](https://github.com/intridea/hashie/pull/350): Fixed from string translations used with `IgnoreUndeclared` - [@marshall-lee](https://github.com/marshall-lee).
|
|
== Release 1.2.4: August 1, 2016
* add :shush option
* add :monitor_interval option
* add :log_output_syslog option
|
|
== 0.8.1 / 2016-06-29
* fix gemspec bug
== 0.8.0 / 2016-06-27
* add ColorizedString class
* update README file
* add rubocop.yml and follow style
* add italic mode
* remove interpreter warrnings
|
|
## 1.1.0 / 2016-06-28
### Minor Enhancements
* Support jruby (#8)
## 1.0.0 / 2016-04-28
### Major enhancements
- Merge Simple::ANSI and Colorator. (#7)
### Minor Enhancements
- Delete unnecessary `Symbol#to_sym` (#2)
- Change argument name of `Enumerator#each` for better code legibility (#3)
### Development Fixes
- Convert to new RSpec expectation syntax (#1)
- Fix `String#blue` result in README (#4)
|
|
Thanks a lot to <wiz> for spotting my mistake.
|
|
PKGREVISION++
|
|
a build dependency.
|
|
|
|
|
|
|
|
qemu0 is going to be removed from pkgsrc.
Bump PKGREVISION to 1
|
|
dropped in configure in 2.3. Bump PKGREVISION for safety.
|
|
Incompatible Changes
====================
None.
Normal Changes
==============
- New option 'pane-border-status' to add text in the pane borders.
- Support for hooks on commands: 'after' and 'before' hooks.
- 'source-file' understands '-q' to suppress errors for
nonexistent files.
- Lots of UTF8 improvements, especially on MacOS.
- 'window-status-separator' understands #[] expansions.
- 'split-window' understands '-f' for performing a full-width
split.
- Allow report count to be specified when using 'bind-key -R'.
- 'set -a' for appending to user options (@foo) is now supported.
- 'display-panes' can now accept a command to run, rather than
always
selecting the pane.
|
|
calibre 2.69
New Features
Kobo driver: Support for firmware version 4.1 and Overdrive books
on the device
Edit Book: Highlight class names inside HTML tags
Bulk metadata edit dialog: Allow search & replace to work for
ratings columns as well.
Bug Fixes
Fix downloading of metadata from ozon.ru, which broke due to website
changes
Kobo driver: Fix delete of empty collections
Kobo driver: Fix book previews being sometimes detected as actual
books
Cover Browser: Fix setting an empty template for the title causes
an error
Edit Book: On windows do not trigger shortcuts when using the right
Alt (AltGr) key. This allows it to be used for entering special
characters instead.
Edit Book: Auto-add file extension when using the Save a Copy dialog
if it is missing.
Linux: Fix calibre not launching when used with some old VNC server
implementations
Windows: Run library restore in a separate process as on some
windows machines, running it in the main process causes something
in the system to lock the db file.
Fix some news downloads in east asian languages not working because
the truncation of article descriptions could cause invalid UTF-16
bytes in the string
Fix incorrect timezone when editing custom date columns directly
in the book list
|
|
Change LICENSE per changelog.
3.003 2016-09-19T22:03:24Z
* Clarify everywhere that I'm using Artistic License 2.0
|
|
Bump revision.
|
|
|
|
New Features
Add a tweak to Preferences->Tweaks to control the list of servers calibre considers public email servers
Bug Fixes
Content server: Fix a regression in the previous release that broke the OPDS feeds for libraries with no custom columns
Closes tickets: 1621642
Edit metadata dialog: Fix auto-generation/validation of author sort values not working when only changing case of the author name.
Closes tickets: 1623593
A nicer error message when calibre fails to create the temporary directory.
Closes tickets: 1622131
Fix dates being set to empty in bulk search/replace not becoming UNDEFINED
Edit metadata dialog: Make pressing up on an undefined numeric field set the value to zero instead of -99999.
Closes tickets: 1622757
Conversion: Handle corrupted JPEG files that have valid headers but invalid data.
Closes tickets: 1622416
Conversion: Improve detection of input documents that use uppercase tag/attribute names.
Closes tickets: 1622261
Fix regression in previous release that caused incorrect display of ratings in the side panel of the metadata download dialog
Get Books: Update publio and virtualo store plugins for website changes
Fix reading metadata from PDF files broken by poppler >= 0.47.0
Change the application name set in Qt to calibre from libprs500.
Closes tickets: 1623397
Improved news sources
Respekt Magazine
Punto Informatico
El universal
|
|
|
|
|
|
|
|
------------------------------------
- ChangeLog is too old and not stating recent info.
|
|
---------------------------
mirmon 2.11 -- 22 juli 2016
o Brent Thompson spotted a bug in the computation for 'median' ; fixed.
|
|
Cleans build and fixes runtime on Linux and on SunOS.
Bump PKGREVISION to pick up fixed up scripts.
|