0.18.0 (2020-12-05)
#804 Remove deprecation warnings
#802 Remove lattice link itself.
#797 Update Ruby versions in CI script
#801 Associate Open Collective sponsorship option
#800 Streamline README
#799 Update links, add diagram preview.
#796 Create Class Diagram in Draw.io
#798 Pertinent Newsflash
#792 CI: 2.5.5, 2.6.2
#788 Travis: Include Ruby 2.5, 2.6
#787 Travis config: drop old configuration sudo: false
#786 Travis: use jruby-9.2.5.0
#783 v0.18.0.pre2
#782 Merge 'celluloid-supervision' back into the tree
#781 .gitmodules: No longer used
#780 README.md: Link to unmaintained issue
#778 README.md: Add "maintained: no! (as of 2016)" badge
#777 gemspec: Metadata with supported links
#776 Travis: use jruby-9.2.0.0
#775 Travis: jruby-9.1.17.0
#769 Travis: jruby-9.1.15.0
#768 Travis: use latest JRuby
#767 CHANGES: Add GitHub compare link on each heading
#766Fixcelluloid/celluloid#758#765 Travis: jruby-9.1.13.0
#761 Travis: jruby-9.1.12.0
#760 Travis: jruby-9.1.10.0
#759 Travis: jruby-9.1.9.0
#757 parameterize error message so old and new Rubies match text
#756 Travis: latest stable rubies
#754 README: Fix badge rendering in Markdown
#753 Travis: use jruby-9.1.8.0
#752 Misspellings
#749 Return false from Celluloid.running? if Celluloid.boot hasn't been called
#751 Travis: Use JRuby 9.1.7.0
#740 Global variables: stop the bleeding
#739 Remove hacks around old MRIs, JRuby, and rbx
#738 Update to RuboCop 0.45.0 (with new rubocop.yml policy)
#737 Simplify dependencies: merge 'essentials' and 'culture' repos
#736 Remove $CELLULOID_BACKPORTED and $CELLULOID_MANAGED
#735 Require Ruby 2.2.6+
#729 Remove mysterious Fiber.yield
#721 Instruction for cloning Celluloid via github
#715 fix error response reference in Future#cancel
#712 Add RBX-3 to the build
#711 Added bundler cache
#709 Fix autostart. Fixes https://github.com/celluloid/celluloid/issues/698#705 Adding method source code path to backtrace
=== 5.40.0 (2021-01-01)
* Support UPDATE FROM syntax in SQLite 3.33.0+ (jeremyevans)
* Have pg_interval extension work with ActiveSupport 6.1 (jeremyevans)
* Have date_arithmetic extension work with ActiveSupport 6.1 (jeremyevans)
* Avoid method redefinition warnings in verbose warning mode (jeremyevans)
=== 5.39.0 (2020-12-01)
* Support :clustered option for primary key and unique constraints on Microsoft SQL Server (jeremyevans)
* Do not modify the size of binary columns when using set_column_allow_null on Microsoft SQL Server (jeremyevans) (#1736)
* Add a fork safety guide with more detail on how to use Sequel with libraries that fork (janko) (#1733)
* Make the roots_dataset method in the tree plugin work with queries using joins (jeremyevans) (#1731)
* Make Database#tables return partitioned tables on PostgreSQL 10+ (epoberezhny) (#1729, #1730)
=== 5.38.0 (2020-11-01)
* Do not add new Database instances to Sequel::DATABASES if the test connection fails (jeremyevans) (#1727)
* Support the newer com.mysql.cj.jdbc.Driver in the jdbc/mysql adapter (jeremyevans)
* Do not swallow disconnect errors in Database#create_or_replace_view or Database#create_table* on Oracle (jeremyevans)
* Only rescue non-disconnect Sequel::DatabaseErrors in Postgres::Database#server_version (jeremyevans) (#1724)
* Make the single_table_inheritance and prepared_statements plugins work if loaded into the same class (jeremyevans) (#1721)
## 6.1.0: 2020-12-24 {#release-6-1-0}
### Improvements
* Changed to use `:use_paged_results` option value by default.
[GitHub#189][Reported by Kevin McCormack]
### Thanks
* Kevin McCormack
## 6.0.4: 2020-12-06 {#release-6-0-4}
### Improvements
* Enabled concurrency by default.
[GitHub#188][Reported by Kevin McCormack]
Passing LDFLAGS verbatim no longer works, prefix each of them with -ccopt,
this seems to work across more ocaml binaries than -ldopt.
Tested across a number of packages that previously failed.
2.46 2020-12-22
- This release is based on version 2020e of the Olson database. This release
includes contemporary changes for Russia (Volograd).
2.45 2020-12-21
- Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation
is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour
ahead. This is the opposite of what this module started doing in the 2.38
release when it added support for these zones. Reportd by Matthew Horsfall
(#47). Changes are based on his PR #48.
yaydl-yet another youtube (and more) downloader
Features:
-Can download videos.
-Can optionally keep only the audio part of them.
-Could convert the resulting file to something else (requires `ffmpeg`).
-Comes as a single binary (once compiled) - take it everywhere on your
thumbdrive, no Python cruft required.
Hugin 2020.0
* Fixes fast preview on HiDPI screens under GTK+3 and MacOS.
* Make fast preview screen zoomable with mouse wheel.
* Make hugin_hdrmerge aware of cropped intermediate images.
* Several improvements for command line tools (pto_var, pto_move, pto_gen, autooptimiser).
* More checks in GUI for strange user input.
Minor release for 1.2 branch (v1.2.3):
- v1.2 is now in maintanance mode, 1.4 is the development version
- Documentation improvements
- Minor obscure bug fixes
- Improvements to test code
Bugfix release for 1.2 branch (v1.2.2):
- Fixed a few typos
- Fixed ZshCompletionOutput
- Fixed brief output with TCLAP_NAMESTRING defined
- Initialize theDelimiter (supress warning) in DocBookOutput
- Fixed an issue with config.h and compiling on systems
without sstream.h
- Fixed } outside of include guards in ArgTraits.h
3.22: 2020-01-08
Added client/gpscsv to convert gpsd JSON to csv.
Added client/gpsplot to dynamically plot gpsd JSON.
Added client/gpssubframe to decode gpsd SUBFRAME JSON.
Added nSat and uSat to SKY JSON. Old clients can not read new SKY.
Move stuff from source root into clients/, include/, gpsmon/ and libgps/.
Move stuff from source root into gpsd/.
Move class ubx out of ubxtool and into gps/ubx.py.
Build all targets in gpsd-$VERSION/, not in tree.
NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
When using the -u option to find mismatched packages, mark each affected
package with 'mismatch=YES'. Otherwise, consider such packages as
targets to rebuild.
ok gdt@.
Changes:
1.16.2
------
### Additions
- [derpibooru] add `search` and `gallery` extractors (#862)
- [foolfuuka] add `board` and `search` extractors (#1044, #1174)
- [gfycat] add `date` metadata field (#1138)
- [pinterest] add support for getting all boards of a user (#1205)
- [sankaku] add support for book searches (#1204)
- [twitter] fetch media from pinned tweets (#1203)
- [wikiart] add extractor for single paintings (#1233)
- [downloader:http] add MIME type and signature for `.ico` files (#1211)
- add a `d` format string conversion for timestamp values
- add `"ascii"` as a special `path-restrict` value
### Fixes
- [hentainexus] fix extraction (#1234)
- [instagram] categorize single highlight URLs as `highlights` (#1222)
- [redgifs] fix search results
- [twitter] fix login with username & password
- [twitter] fetch tweets from `homeConversation` entries