* Bug 4293: wrong SNI sent to server after URL-rewrite
* Add ENABLE_POD2MAN_DOC automake conditional for pod2man builds
* basic_smb_auth: rejecting valid credentials
* basic_smb_auth: doesn't handle passwords with backslashes
* basic_smb_auth: nmblookup fails when smb.conf contaisn WINS servers
* Docs: fix man(8) page syntax for lexgrof tool
* Make pod2man an optional dependency
* Handle exceptions during squid.conf parse
* When SBuf chop()s away everything, always clear the buffer.
* Cleanup: avoid mentioning compiler directives in configure output
* Bug 4251: incorrect instance name for memory segments in /dev/shm
* Bug 3345: Support %un (any available user name) format code for external ACLs.
* AUFS: Raise I/O queue congestion limits
* Improve handling of client connections on shutdown
* Avoid SSL certificate db corruption with empty index.txt as a symptom.
* Errors served using invalid certificates when dealing with SSL server errors.
* IPv6: improve BCP 177 compliance
* Polish debugs on NAT failure
* Fix crash in TcpAccepter with profiler enabled
* Splice to origin cache_peer.
* Bug 4227: invalid key in AuthUserHashPointer causing assertation failure
Pkgsrc changes:
* Add various BUILDLINK_API_DEPENDS settings to express the dependency
requirements in the upstream configure.ac.
* Adapt PLIST
* Add use of libxslt in the buildlink3.mk file.
Upstream changes extracted from ChangeLog:
goffice 0.10.21:
* clip each rectangle before drawing. [#744076]
* Avoid critical when loading fails.
* ensure that GOPixbuf keeps the original data around. [#745297]
* If no image data is given, create an unknown image placeholder.
* Plug various leaks.
* Doc fix.
* Set auto_font, apply font theming.
Only save font when not auto.
Be fairly smart about reading files created prior to this fix.
Include auto_font and auto_color.
Use sufficient precision.
* Use 0.0, not G_MINDOUBLE, to make cairo
produce dots. That seems to be the documented way to do it.
* Ignore nans. [#744200]
* Protect oval drawing against invalid sizes.
* Avoid overflow. Round a bit more consistently.
* Only draw oval heads when sizes are positive.
* Protect against missing data
* Initialize regres. Why didn't the compiler warn about that?
goffice 0.10.20:
* Don't wipe out marker colours just because the shape auto.
* Ensure that the dims number is correct in all cases. [see #743507]
goffice 0.10.19:
* Fixed typo in default map name.
* Allow the window to be maximized. [see #742897]
* Avoid rounding errors by using go_cospi and go_sinpi.
* Don't loose any data when using automatic bins. [#742996]
* Protect against missing data. [#742859]
* Add missing libraries to Requires.private.
* Don't return invalid ticks.
* Allow custom ticks and grid lines for axis lines. [#600482]
* Fix axis title position when at high coordinate.
* Don't use a data vector with no valid value. [#741910]
* Protect against NULL y vector.
* Implement native scrolling. [#741394]
* Only make window composited if the screen is. See bug 741455.
* Fix flags argument of gtk_icon_theme_load_icon.
* Make this work with icon names.
* Lean a bit heavier on libxml's encoding guess instead of g_get_charset
which may be a bit random.
* Actually handle the claimed data: prefix.
* Avoid GtkColorSelDialog which is
_gone_ from current gtk+. Use GtkColorChooserWidget instead.
* Handle a stock_id which is really an icon name.
* Simplify using gtk_action_create_icon which also handled named icons.
* Cleanup. Avoid warnings. Avoid unneccesary overflow.
* Plug leak.
* (_goc_canvas_remove_item): New function. Use of this fixes
several crashes.
* If the canvas changes, tell the old canvas that child is gone.
* Don't mess directly with the canvas' members.
* Move the titles with the axis when some other axis has an offset. [#684777]
* Allow rotation of axis line labels. [#740198]
* Add new goc_canvas_invalidate_region().
* Don't use deprecated signal and functions.
goffice 0.10.18:
* Add baseline anchor values.
* Don't pass NULL to g_strtod(). [#735555]
* Don't skip encoding on user entered names
* Better file mode, (color_maps_load_from_dir): don't check the mime type
as it seems not so reliable, just check the extension. [#735007]
* Create $HOME/.goffice/colormaps if needed. [#735008]
* Fixed more auto style issues. [see Debian #757611]
* Copy the pixbuf and set it back onto the image. An ABI change in gtk
means that changes no longer take effect right away if we just change
the image's pixbuf directly. Fixes#733350.
* Fixed persistence of line width.
* Center ticks by default.
* Add a missing cairo_restore() call.
* Fix theme support. [#733403]
goffice 0.10.17:
* Ensure test is locale independent.
* New GoUnit objects.
* Add control for 3D plots axes lengths. [#694746]
goffice 0.10.16:
* Don't crash when selecting the 3d box.
* Save and read auto-width. Don't save width when auto_width.
* Apply font color. Save auto_color and auto_font (but see
comments). Read auto-color.
* Keep values as integers as long as possible.
* Restore dashes with dots.
* Add a view class for the 3d box to support data that are view dependent.
* Change gog_chart_map_3d_new() signature to suppor the new view class.
* (gog_3d_box_populate_editor): fixed criticals.
* Don't use GDK_THREADS_*. [728793]
goffice 0.10.15:
* goffice/math/go-dtoa.c (fmt_fp): Fix FMR.
(go_dtoa): Speed up shortest-representation.
Simple test for shortest-representation.
When we have infinite room, just use go_dtoa to get the shortest
representation.
Improve short-representation handling.
* Add arguments, change all callers and output gnm:min-integer-chars
Handle the difference between ? and #
* Add expand fields to GogPosition.
* Make charts expand.
* Fix alignment.
* Take expand field into account. [#728752]
* (go_dtoa): Mostly implement the shortest-version flag.
* Properly handle float/double properties.
* Handle TOK_REPEATED_CHAR.
* Improve phase detection.
* Handle text formats here too. That might not seem logical, but a
text format really just has an "@" instead of some combination of
0/#/?; all the other parts are handled identically.
* Handle invisible characters again.
* Use available space when position is manual but size is automatic. [#728391]
* Zero requisition before calling virtual method. All callers expect this.
* Fix argument type for g_lstat.
* Use g_stat, not raw stat.
* Don't output (meaningless) values for things that are "auto".
* (fmt_fp): Portability improvement.
* Explicitly allow manual charts size. [728134]
* Take manual size flags into account.
* Use a canonical gboolean as argument to gtk_widget_set_visible.
goffice 0.10.14:
* When building with !GOFFICE_WITH_LONG_DOUBLE, don't use go_finitel.
Just assume we have isfinite.
* Drop a decimal by double-rounding the decimal string unless the
string ends in '5'.
* (go_dtoa): Improve long-double handling.
* (fmt_fp): Three fixes from musl. (One we already had.)
* Another leak fix. Introspection fix.
* (go_dtoa): New function.
(fmt_fp): Fix buffer overrun. Hit "%.3E" for 999999999.
* Use go_dtoa extensively.
* Also flush string on '#' and '?'.
* Fix problem for 2^51 and like integers.
* New test program.
* Use go_ascii_dtoa. Remove unused beyond_precision.
* Only use last condition as default if it is implicit. If that in
turn means we have no default, use General.
* Always call cairo_restore().
* Remove remaining cond_part references. Handle embedded text.
* Plug leak.
* Retry failed deactivations as long as we make progress. (Some
plugins depend on others.)
* Implement numbered colours instead of just parsing them.
* Match what LO does for "General".
Make sure we don't accidentally output a non-character token as-if
it was a single character.
* Don't make up a number format with nothing but maps in it. LO
doesn't really like that.
New argument keep_open controls whether to close the outermost xml tag.
* Handle conditional formats.
* Fix format prefix strings
* Figure out the correct number of digits to use for condition values
goffice 0.10.13:
* Plug leaks.
* Dispose of ->root instead of simply clearing it.
* Dispose of style context, if we have one.
* Don't save and restore style->width. Code was changed four years ago to
copy the style. And restoring after the _unref is bad.
* Add test for buggy math library (probably caused by compiler bug).
* Fix criticals related to style contexts destruction.
* Really accept leave_notify events. [#668103][see also #706659]
* Write any started number.
* Don't reverse the order of elements. Fixes#698630.
* Write invisible characters but also write blank for LO and friends
* use GsfInputHTTP for URLs starting with "http://" or "https://". [see #724970]
* configure.ac: add test for lsm_itex_to_mathml
* use a local copy of lsm_itex_to_mathml and
friend when not available. [#725693]
* Remove extra DESTDIR. Patch from Julian Sikorski. [#725684]
goffice 0.10.12:
* Fixed parent class.
* Makefile.am: add new mmlitex subdir.
* configure.ac: need libxslt.
* Fix data cleaning issues.
* Use the new GoMathEditor widget.
* New math editor widget.
* Use GtkGrid as parent.
* Add the new GoMathEditor widget.
* New MathML to ITEX convertor.
* New math equations component.
goffice 0.10.11:
* (none?)
goffice 0.10.10:
* && --> ||. Fixes bug 723820.
* Redo all icons here.
* Simplify sizing of icons.
* Handle reconfiguration of the toolbar the item is in.
* Always save the axis position. [#722402]
* Fix compiler warning. [#721004]
* If we're not width-limited, add an extra digit if we don't
round-trip properly. Fix dropping of ".00000".
* Do quarters too.
* Improve accuracy.
* (go_add_epsilon, go_sub_epsilon): Base upon C99's nextafter.
* Test asin and acos.
* (go_complex_angle_pi): Handle diagonals too.
* Test hypot.
* Fix the on-axis case. *Sigh*
* Fix elements number in polar plot series. [#720355]
* Improve prevention of intermediate overflow.
* Fix crasher [#720310], fix valgrind warning.
* Fix enum confusion.
* Check value of go_quad_2pi. Test go_quad_atan2.
* Fix class over premature overflow problems.
* Fix graph guru appearance when used with gtk+-3.10. [#719681]
With OpenSSL 1.0.1p upgrade, DH parameters below 1024 bits are now
refused. mariaDB 5.5.43 hardcodes 512 bits DH parameters and will
therefore fail to run SSL connexions with OpenSSL 1.0.1p
Port fix from mysql:
866b988a76
- Keyboard shortcuts can now be edited from MComix' preference dialog
in a new tab "Shortcuts". (by Valentin Gologuzov)
Please not that the arrow keys, Backspace and Escape cannot be bound
to actions right now, unless you're manually editing the config file.
- During database upgrade, MComix did not consider that books in the
"Last read" database might no longer exist, leading to program crash.
This has been fixed.
- Adding a collection with a numeric name to the library made the library
unusable. This has been fixed.
- Fixed win32 builds missing the 'calendar' module.
- Fixed bookmarks not being displayed in the Ubuntu Unity global menu.
- Fixed 'Continue reading' not working when files are opened from
the command line (by Boris Bogar).
- Improved page extraction and caching algorithm, leading to much better
responsiveness, especially for viewing large archives. (by Benoit Pierre)
- MComix will now always hide the mouse cursor after a period of
inactivity, even when not in fullscreen mode. (by Benoit Pierre)
- The ALT+Left and ALT+Right keys will now either advance one page,
or go back one page, depending on the user being in manga mode.
- CTRL plus mouse wheel will now zoom in/out one level.
- Manual zooming will now use a logarithmic scale instead of a linear
spline.
- The library will now use natural sorting for "Sort by name" and
"Sort by path" instead of alphanumeric sorting, bringing it in line
with most other sorting done by MComix.
- Adding a book to a collection with the same book already existing
in another collection did not immediately show the book in the
library main view when the new collection was already selected.
- MComix can now use the '7z' executable to read .tar.xz and .tar.lzma
archives.
- ZIP archives using BZIP2 compression will now fall back to external
unzip/7z instead of failing (by Awad Mackie).
- MComix can now read PDF files using tools provided by mupdf,
namely mutool and mudraw. (by Benoit Pierre)
- Double page mode will not implicitly resize images anymore.
- The smart scrolling algorithm has been improved.
- Some issues with the magnifying glass have been fixed.
- Some new variables have been introduced that you can use when running
external commands. See the documentation for details:
https://sourceforge.net/p/mcomix/wiki/External_Commands
- MComix will now use the current GTK theme's icons for
Next/Previous buttons.
- Added AppData meta information for software repositories.
- Updated traditional Chinese translation (by Wayne Su).
EMACS_VERSIONS_ACCEPTED.
- Drop emacs20, from the same variable. Fails with mail-parse.el
is missing
(PKGREVISION stays the same, no changes if packaged fine.)
elasticsearch 1.7.1
===================
Deprecations
Geo:
Deprecate validate_* and normalize_*
Enhancements
Logging:
Add -XX:+PrintGCDateStamps when using GC Logs
Bug fixes
Aggregations:
Fix cidr mask conversion issue for 0.0.0.0/0 and add tests
Core:
ThreadPools: schedule a timeout check after adding command to queue
Internal:
IndicesStore shouldn't try to delete index after deleting a shard
Plugins:
Plugin script: Fix ES_HOME with spaces
Query DSL:
Fix malformed query generation
QueryString ignores maxDeterminizedStates when creating a WildcardQuery
Fix RegexpQueryBuilder#maxDeterminizedStates
Scripting:
Consistently name Groovy scripts with the same content
Search:
_only_nodes preference parsed incorrectly
Copy headers from the MLT request before calling the multi-termvectors API
Settings:
Add explicit check that we have reached the end of the settings stream
when parsing settings
Copy the classloader from the original settings when checking for prompts
elasticsearch 1.7.0
===================
Breaking changes
Allocation:
Default delayed allocation timeout to 1m from 0
New features
Allocation:
Optional Delayed Allocation on Node leave
Recovery:
Add basic recovery prioritization to GatewayAllocator
Enhancements
Allocation:
Simplify ShardRouting and centralize move to unassigned
Cluster:
Remove scheduled routing
Reset registeredNextDelaySetting on reroute
Add Unassigned meta data
Exceptions:
Reduce the size of the XContent parsing exception
Internal:
Remove reroute with no reassign
Mark store as corrupted instead of deleting state file on engine failure
REST:
Create Snapshot: remove _create from POST path to match PUT
Add rewrite query parameter to the indices.validate_query API spec
Search:
Search preference based on node specification
Snapshot/Restore:
Backport to 1.7 - Snapshot info should contain version of elasticsearch
that created the snapshot
Add validation of snapshot FileInfo during parsing
Term Vectors:
Only load term statistics if required
Upgrade:
Upgrade groovy from 2.4.0 to 2.4.4
Bug fixes
Allocation:
Shard Started messages should be matched using an exact match
Reroute after node join is processed
Core:
Throw LockObtainFailedException exception when we can't lock
index directory
Only clear open search ctx if the index is delete or closed via API
Workaround deadlock on Codec initialisation
Discovery:
ZenDiscovery: #11960 failed to remove eager reroute from node join
Highlighting:
Fix exception for plain highlighter and huge terms for Lucene 4.x
Index APIs:
Use IndexWriter.hasPendingChanges() to detect if a flush is needed.
Internal:
Fix FieldDataTermsFilter.equals.
Add a null-check for XContentBuilder#field for BigDecimals
More Like This:
Fix potentially unpositioned enum
Packaging:
Fix endless looping if starting fails
Create PID_DIR in init.d script
Percolator:
Support filtering percolator queries by date using now
Fail nicely if nested query with inner_hits is used in a percolator query
Query DSL:
CommonTermsQuery fix for ignored coordination factor
Scroll:
Append the shard top docs in such a way to prevent AOOBE
Search:
Free all pending search contexts if index is closed or removed
Settings:
Do not prompt for node name twice
Shadow Replicas:
Fail engine without marking it as corrupt when recovering on SharedFS
Snapshot/Restore:
Add url repository whitelist - backport of #11687 to 1.6 and 1.7
Improve repository verification failure message
Aborting snapshot might not abort snapshot of shards in very early
stages in the snapshot process
Improve logging of repository verification exceptions.
Stats:
Fix wrong reused file bytes in Recovery API reports
Fix RecoveryState timestamps
Regression
More Like This:
Support for deprecated percent_terms_to_match REST parameter
elasticsearch 1.6.1
===================
Breaking changes
Snapshot/Restore:
Url repository should respect repo.path for file urls
Enhancements
Exceptions:
Reduce the size of the XContent parsing exception
REST:
Create Snapshot: remove _create from POST path to match PUT
Add rewrite query parameter to the indices.validate_query API spec
Snapshot/Restore:
Add validation of snapshot FileInfo during parsing
Add snapshot name validation logic to all snapshot operations
Term Vectors:
Only load term statistics if required
Upgrade:
Upgrade groovy from 2.4.0 to 2.4.4
Bug fixes
Core:
Throw LockObtainFailedException exception when we can't lock
index directory
Only clear open search ctx if the index is delete or closed via API
Workaround deadlock on Codec initialisation
Consistently add one more maxMerge in ConcurrentMergeSchedulerProvider
Highlighting:
Fix exception for plain highlighter and huge terms for Lucene 4.x
Index APIs:
Use IndexWriter.hasPendingChanges() to detect if a flush is needed.
Internal:
Fix FieldDataTermsFilter.equals.
Add a null-check for XContentBuilder#field for BigDecimals
AsyncShardFetch can hang if there are new nodes in cluster state
Logging:
Use task's class name if not a TimedPrioritizeRunnable
More Like This:
Fix potentially unpositioned enum
Packaging:
Fix endless looping if starting fails
Postrm script should not fail
Create PID_DIR in init.d script
Percolator:
Support filtering percolator queries by date using now
Fail nicely if nested query with inner_hits is used in a percolator query
Query DSL:
CommonTermsQuery fix for ignored coordination factor
Fix support for _name in some queries
Scroll:
Append the shard top docs in such a way to prevent AOOBE
Search:
Free all pending search contexts if index is closed or removed
Settings:
Do not prompt for node name twice
Shadow Replicas:
Return empty CommitID from ShadowEngine#flush
Snapshot/Restore:
Add url repository whitelist - backport of #11687 to 1.6 and 1.7
Improve repository verification failure message
Aborting snapshot might not abort snapshot of shards in very early
stages in the snapshot process
Improve logging of repository verification exceptions.
Stats:
Fix wrong reused file bytes in Recovery API reports
Fix RecoveryState timestamps
Regression
More Like This:
Support for deprecated percent_terms_to_match REST parameter
Add back support for deprectated percent_terms_to_match REST parameter
Upstream changes:
0.19 2015-03-16 NEILB
- Added [MetaJSON] to dist.ini, so META.json will go into the distribution,
as well as META.yml. Thanks to Lucas Kanashiro.
- Dropped the -r test on directories, as we only actually need -d and -x.
Thanks to Lucas Kanashiro.
Upstream changes:
Release 1.20 - 6 July 2015
- Document setting PerlSwitches for mod_perl (jpsalvesen) (github 128).
Release 1.19 - 5 July 2015
- Get things working with 5.22.0.
- Test against 5.23.0.
- Remove dependency on Test::Warn.
Update DEPENDS
Comment out CONFLICTS and SUPERSEDES lines since p5-Email-MIME-Creator and p5-Email-MIME-Modifier had been removed from pkgsrc 5 years ago.
Upstream changes:
1.934 2015-08-01 20:33:57-04:00 America/New_York
- fix debug_structure for multipart mail with only one subpart
1.933 2015-07-25 09:30:56-04:00 America/New_York
- correct Email::Simple prereq
- skip omitting content-type attributes with undef value
1.932 2015-07-24 22:24:06-04:00 America/New_York
- stable release of previous trial releases
- see v1.930 and v1.931, below
1.931 2015-07-12 17:31:01-04:00 America/New_York (TRIAL RELEASE)
- When doing parts_set to become single-part, do not lose the charset
and set the mail to us-ascii.
This is almost certainly a half measure, and this whole hunk of code
should be improved.
1.930 2015-03-25 22:58:42-04:00 America/New_York (TRIAL RELEASE)
- rely on the new header_raw methods in new Email::Simple
1.929 2015-02-17 09:31:35-05:00 America/New_York
- try not to lose unrecognized content-type parameters
- avoid copying the body content when not needed during construction
1.928 2014-12-15 21:47:49-05:00 America/New_York
- when converting from single part to multipart, drop
Content-Transfer-Encoding and Content-Type's charset property
- update subparts in walk_parts if stringification changes
1.927 2014-12-04 10:19:58-05:00 America/New_York
- add header_str_pairs; like header_pairs, but decoded
- remove Email:MIME::Creator from synopsis
1.926 2014-01-28 23:28:41-05:00 America/New_York
- improve EOL processing with quoted-printable (thanks, Tomohiro
Hosaka!)
- avoid uninitialized warnings [rt.cpan.org #91707]
1.925 2013-11-08 07:01:03 America/New_York
- improve reliability of mail reconstruction during walk_parts (thanks,
Tomohiro Hosaka!)
Upstream changes:
2.208 2015-07-20 20:34:04-04:00 America/New_York
- same as v2.207
- ...but bump perl required to v5.8
2.207 2015-07-04 14:23:36-04:00 America/New_York (TRIAL RELEASE)
- fold headers passed to header arg in create method
https://github.com/rjbs/Email-Simple/issues/7
2.206 2015-03-26 23:30:51-04:00 America/New_York
- the changes from 2.204 are back (and re-listed here), but now with
the added benefit of not breaking Email::MIME; see the git repository
for the sordid details
- provide header_raw and header_raw_set for consistent behavior between
Email::Simple and Email::MIME; also, header_raw_pairs
2.205 2015-03-26 14:54:45-04:00 America/New_York
- undo changes from 2.204 until safe Email::MIME upgrade path is
available
2.204 2015-03-25 22:50:49-04:00 America/New_York
- provide header_raw and header_raw_set for consistent behavior between
Email::Simple and Email::MIME; also, header_raw_pairs
Changes:
WordPress 4.2.3 fixes a cross-site scripting vulnerability, which could allow
users with the Contributor or Author role to compromise a site.
The release also fixes an issue where it was possible for a user with
Subscriber permissions to create a draft through Quick Draft.
In addition to the security fixes, WordPress 4.2.3 contains fixes for
21 bugs from 4.2.2, including:
* FIX - Upgrades: If a table has already been converted to utf8mb4,
there's no need to try and convert it again.
* FIX - Remove a redundant index drop.
* FIX - Don't upgrade global tables to utf8mb4 when
DO_NOT_UPGRADE_GLOBAL_TABLES is defined.
* FIX - Enable utf8mb4 for MySQL extension users.
* FIX - Plugin update rely upon wp_update_plugins() to check the
contents of the transient and return early if no request needs to
be made.
* FIX - WPDB: When extracting the table name from a query, there is a
1000 character limit on the SQL string that would be searched.
* FIX - WPDB: When checking that text isn't too long to insert into a
column, LONGTEXT columns could fail, as their length is longer than
PHP_INT_MAX.
* FIX - Plugin update handles the case where the plugin is installed
into a different directory than it previously existed in.
* FIX - Plugin update feature doesn't recognize errors
* FIX - Plugin update error messages lack detail
* FIX - Multiple plugin updates: Even if one of plugins update fails,
allow further updates to continue.
* FIX - In comment_form(), ensure that filtered arguments contain all
required default values.
* FIX - WPDB: Remove some of the complexities in
::strip_invalid_text() associated with switching character sets
between queries.
* FIX - WPDB: ::strip_text_from_query() doesn't pass a length to
::strip_invalid_text(), which was causing queries to fail when they
contained characters that needed to be sanity checked by MySQL.
* FIX - Emoji script is producing errors on pages with SVG content
* FIX - Unable to drag widgets down page past certain length.
* FIX - TinyMCE: wpView: fix typo in createInstance that prevented
instances from being reused.
* FIX - SCRIPT_DEBUG check in print_emoji_detection_script()
generated PHP Notices.
* FIX - If the shortcode content contains HTML code, the TinyMCE View
no longer works.
* FIX - Better handling when the credential form is long (such as
when SSH is active).
* FIX - sanitize_option didn't handle a WP_Error Object.
=== 4.25.0 (2015-08-01)
* Add Dataset#insert_conflict on PostgreSQL 9.5+, for upsert/insert ignore support using INSERT ON CONFLICT (jeremyevans)
* Support Dataset#group_rollup and #group_cube on PostgreSQL 9.5+ (jeremyevans)
* Automatically REORG tables when altering when using jdbc/db2 (karlhe) (#1054)
* Recognize constraint violation exceptions on swift/sqlite (jeremyevans)
* Recognize another check constraint violation exception message on SQLite (jeremyevans)
* Allow =~ and !~ to be used on ComplexExpressions (janko-m) (#1050)
* Support case sensitive SQL Server 2012 in MSSQL metadata queries (knut2) (#1049)
* Add Dataset#group_append, for appending to the existing GROUP BY clause (YorickPeterse) (#1047)
* Add inverted_subsets plugin, for creating an inverted subset method for each subset (celsworth) (#1042)
* Make Dataset#for_update not use the :read_only database when the dataset is executed (jeremyevans) (#1041)
* Add singular_table_names plugin, for changing Sequel to not pluralize table names by default (jeremyevans)
* PreparedStatement#prepare now raises an Error (jeremyevans)
* Clear delayed association pks when refreshing an object (jeremyevans)
* Add empty_array_consider_nulls extension to make Sequel consider NULL values when using IN/NOT IN with an empty array (jeremyevans)
* Make Sequel default to ignoring NULL values when using IN/NOT IN with an empty array (jeremyevans)
* Remove the deprecated firebird and informix adapters (jeremyevans)
* Make :collate option when creating columns literalize non-String values on PostgreSQL (jeremyevans) (#1040)
* Make dirty plugin notice when serialized column is changed (celsworth) (#1039)
* Allow prepared statements to use RETURNING (jeremyevans) (#1036)
=== 4.24.0 (2015-07-01)
* Allow class_table_inheritance plugin to support subclasses that don't add additional columns (QuinnHarris, jeremyevans) (#1030)
* Add :columns option to update_refresh plugin, specifying the columns to include in the RETURNING clause (celsworth) (#1029)
* Use column symbol key for auto validation unique errors if the unique index is on a single column (jeremyevans)
* Allow :timeout option to Database#listen in the postgres adapter to be a callable object (celsworth) (#1028)
* Add pg_inet_ops extension, for DSL support for PostgreSQL inet/cidr operators and functions (celsworth, jeremyevans) (#1024)
* Support :*_opts options in auto_validations plugin, for setting options for the underlying validation methods (celsworth, jeremyevans) (#1026)
* Support :delay_pks association option in association_pks to delay setting of associated_pks until after saving (jeremyevans)
* Make jdbc subadapters work if they issue queries while the subadapter is being loaded (jeremyevans) (#1022)
* Handle 64-bit auto incrementing primary keys in jdbc subadapters (DougEverly) (#1018, #1019)
* Remove the deprecated db2 and dbi adapters (jeremyevans)
* Make auto_validation plugin use :from=>:values option to setup validations on the underlying columns (jeremyevans)
* Add :from=>:values option to validation_helpers methods, for getting values from the values hash instead of a method call (jeremyevans)
=== 0.8.7 / 2015-07-13
* Cope with malformed UTF16 string tags without BOM (thanks to mikecrowe)
* Fixes for when the desc + data are not unpacked correctly for an id3v2 jpeg (thanks to ekaminsky)
2.61
The main package pstricks now defines two optional arguments
for pasting code into PostScript: precode=.. and postcode=.... Both can
beused by other packages to get rid of an \pstVerb before calling a
macro.
2.62
New optional argument "bgcolor" for the background of
the pspicture environment. See pst-news15.pdf for more
information.
- Section command styles 'chapter' and 'part' allow to define new section
commands with these styles or to redefine existing section commands using
these styles
- New implementation of \chapter and \part defined using
\DeclareSecionCommand. Caveat: This could break hacks that patch
KOMA-Script's internal commands!
- New implementation of \addpart and \addchap
- several new layer attributes for scrlayer