Upstream changes:
2.46 2015-08-05
- Really make the per-thread locking in the Syslog output work. Based on a
patch by David Schweikert. GitHub #9.
2.45 2015-06-14
- Don't include threads and threads::shared in list of dependencies. This is
only needed for Log::Dispatch::Syslog and is loaded at runtime as needed
(which has its own issues but ...). Reported by Kent Fredric. RT #103392.
Upstream changes:
0.161000 2015-07-08 14:57:16+02:00 Europe/Amsterdam
[ BUG FIXES ]
* GH #915, #930: Check existence of optional extension headers when
behind proxy. (Andy Beverley, Pedro Melo, Russell Jenkins)
* GH #926, #940: Set session directory default to $apprdir/session.
(Russell Jenkins)
* GH #936, #939: Use the error_template configuration on a 404.
(Russell Jenkins)
* GH #844, #937: Non-hash serialized params do not cause a crash. (Sawyer X)
* GH #943: Pass @_ to UNIVERSAL's VERSION so it validates version number.
(Sawyer X)
* GH #934: Cleanup internals in the old Dispatcher. (Russell Jenkins)
[ DOCUMENTATION ]
* Sanitize Changes
* GH #938: Fix POD link to params keyword. (Ludovic Tolhurst-Cleaver)
* GH #935: Provide more details and considerations when using
behind_proxy. (Andy Beverley)
[ ENHANCEMENT ]
* GH #933: use note in tests to produce cleaner non-verbose output (Vernon)
* Remove unnecessary dependencies: build chain should be smaller. (Sawyer X)
* No need for Module::Build. (Sawyer X)
* GH #911: Dancer2 request object is now a subclass of Plack::Request.
It's also much faster now. (Sawyer X)
Upstream changes:
Changes in DBI 1.634 - 3rd August 2015
Enabled strictures on all modules (Jose Luis Perez Diez) #22
Note that this might cause new exceptions in existing code.
Please take time for extra testing before deploying to production.
Improved handling of row counts for compiled drivers and enable them to
return larger row counts (IV type) by defining new *_iv macros.
Fixed quote_identifier that was adding a trailing separator when there
was only a catalog (Martin J. Evans)
Removed redundant keys() call in fetchall_arrayref with hash slice (ilmari) #24
Corrected pod xref to Placeholders section (Matthew D. Fuller)
Corrected pod grammar (Nick Tonkin) #25
Added support for tables('', '', '', '%') special case (Martin J. Evans)
Added support for DBD prefixes with numbers (Jens Rehsack) #19
Added extra initializer for DBI::DBD::SqlEngine based DBD's (Jens Rehsack)
Added Memory Leaks section to the DBI docs (Tim)
Added Artistic v1 & GPL v1 LICENSE file (Jose Luis Perez Diez) #21
Remove PKGREVSION line
Upstream changes:
0.117 2015-06-21
- do not lose argument(s) to import
(fixes https://github.com/rjbs/Test-Deep/issues/29 )
0.116 2015-06-20
- on its own, :preload options uses default group of exports
Upstream changes:
0.11021 2015-01-29
* Fix Oracle producer generating an unnecessary / at the end in case there
are no triggers
* Skip HTML tests if CGI is not installed (RT#98027)
* Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
* Fixes for parsing and producing identifiers and values that need
quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and
Oracle (RT#90700, RT#31034)
* Add support for ALTER TABLE ... ADD CONSTRAINT to Oracle parser
* Add trigger support to Oracle parser (RT#62927)
* Fix erroneous PostgreSQL floating point type translations (RT#99725)
* Remove executable bit from Parser/JSON.pm (RT#100532)
* Update the Free Software Foundation's address (RT#100531)
* Provide default index names for SQLite (GH#45)
* Fix SQLite diffing on perl 5.8.1
* Fix multi-column indexes in Parser::DBI::PostgreSQL
* Fix array data types in Parser::PostgreSQL (GH#49)
* Fix multidimensional sizes in Parser::PostgreSQL
Add missing DEPENDS
Upstream changes:
1.407 2015-05-26
* Release 1.406_002 without further changes as 1.407
1.406_002 2015-05-22
[Bug fixes]
* Fix RT#104579: Redundant argument in sprintf
submitted by Slaven Rezi
* Fix RT#104589: t/14parse.t fails if Test::Deep is not installed
submitted by Slaven Rezi
1.406_001 2015-05-20
[Misc]
* clean up Makefile.PL, meta-data and requirements
[Bug fixes]
* Fix SQL function CONV to use limited number of sane character sets
for conversion and rely on Math::Base::Convert instead of own code
(suggested by Tom Wyant in RT#100551, thanks Tom)
* fix handling of literal identifiers and for every IMPORT rely on
literal identifiers to avoid parser errors for column names starting
with numbers or similar
* fix capability cache: "$class->can(...)" might return undef and
therefore inexistent capabilities are queried to often
* Fix COUNT(DISTINCT col) without GROUP BY clause (patch submitted
by Grant Mathews, thanks Grant)
* Fix "parse insert with functions" submitted via GitHub PR#6 by
fecundf and RT#96628
* Fix RT#93320: SQL-style comment can not begin inside quotes by
Tom Wyant - thanks Tom
[Improvements]
* reduce blocks and rewrite some inner statements to increase speed
of sql command processing
This module provides fast functions and methods to convert between arbitrary
number bases from 2 (binary) thru 65535.
This module is pure Perl, has no external dependencies, and is backward
compatible with old versions of Perl 5.
Changes:
* The MAC OS X YOSEMITE compatibility problems are fixed. We
bundled a patched Pango text-drawing library with Racket.
* The WINDOWS [32-bit] releases fixes the window-update crashes.
We bundled a patched Cairo drawing library with Racket.
* TYPED RACKET closes two safety holes in the exception system.
The revised type system restricts `raise' to send only
instances of the `exn' structure type and flat data to
handlers. It also checks exception handlers properly.
NOTE: Previously well-typed programs may fail to typecheck.
* TYPED RACKET'S typed regions support casts and predicates.
* 2HTDP/IMAGE'S notion of equality ignores an image's baseline.
* The PACKAGE MANAGER supports a binary library installation mode,
which allows users to install packages without source or
documentation. Use the `--binary-lib' option with `raco pkg
install'.
* The new DRRACKET-TOOL-LIB package factors out parts of DrRacket's
IDE so that they can be reused with other editors, such as Emacs.
* The COMPILER'S use-before-defined analysis has been repaired for
certain forms of nested `letrec', some `let' forms, and some
uses of `set!' or `with-continuation-mark'.
* The COMPILER performs additional bytecode optimizations.
Thanks to Gustavo Massaccesi.
* The CML library comes with a new `replace-evt' event constructor.
Thanks to Jan Dvorak.
* REDEX'S benchmark suite comes with a description of the benchmark
programs.
* REDEX'S metafunctions can be typeset using the "large left brace"
notation for conditionals.
* The CONTRACT library comes with an improved `contract-stronger?'.
Its error messages note that the contract itself might be wrong.
* The GUI library is DPI-aware on Windows.
* The OPENSSL library supports Server Name Indication for servers.
Thanks to Jay Kominek.
* The SYNTAX/PARSE library allows the definition of new pattern
forms via pattern expanders, similar to match expanders.
Thanks to Alex Knauth.
* OpenGL on Linux no longer depends on libgtkgl, and core profiles
are supported (see `set-legacy?').
* The TEACHING LANGUAGES' unit test framework supports
`check-satisfied', a construct for checking whether a result
satisfies a predicate, e.g.: (check-satisfied (sort l) sorted?)
This is mostly a bugfix release, containing quite a lot of accumulated
bug fixes but relatively few new features. Nevertheless, there are a
great many changes in this release since 4.9.0. It has three security
bugfixes: for CVE-2014-6310, CVE-2014-9651 and CVE-2015-4556.
Another important security-related cleanup/improvement is related to path
expansion: many file procedures in CHICKEN used to automatically and
implicitly convert paths containing tilde ("~") characters to $HOME,
and expand shell variables. This behaviour was deprecated in 4.9.0,
and has now been removed, in favor of the "pathname-expand" egg.
A few of the build variables have been renamed, so if you have a custom
build script, please review the NEWS file carefully.
Other notable changes:
* The performance of reading and writing SRFI-4 u8vectors has been
substantially improved.
* Various bugs in the functors implementation have been fixed, making
them better usable.
* chicken.h can once more be correctly compiled with a C++ compiler.
* The -r5rs-syntax flag has been fixed to enforce r5rs syntax.
For the full list of changes, see bundled NEWS or
http://code.call-cc.org/releases/4.10.0/NEWS-4.10.0
primary changes include:
Date Dev Ver Change details
---------- --- ------ --------------
2014-11-28 AV 1.20.0 Resolving the inconsistency of preservation of modified
information of the columns, while adding/editing a table
from the table dialog [Reported by Jasmine Liu, Patch
from Sanket Mehta, and reviewed by Akshay Joshi and me]
2014-11-22 GL 1.20.0 Add missing nodes to graphical explain plan [J.F. Oster]
2014-11-03 AV 1.20.0 Fix the Resource Groups dialog - separated the
statements, which can not be ran in single transaction
[Akshay Joshi]
2014-10-28 AV 1.20.0 Support for Slony-I 2.2+ with PostgreSQL 9.3+
[Neel Patel, Akshay Joshi, Sanket Mehta, Ashesh Vashi]
2014-10-28 AV 1.20.0 Support smallserial columns in Edit Data Window
[J.F. Oster]
2014-10-28 AV 1.20.0 Restore the user specified size on the grid (which
contains the result) in Query windows to fix an issue
related to the column size is too narrow on subsequent
Explain execution [J.F. Oster]
2014-10-28 AV 1.20.0 Empty the Undo/Redo history everytime new file is opened
[J.F. Oster]
2014-10-28 AV 1.20.0 Added accelerator F8 for 'Execute to file' in the Query
window [Mads Jensen]
2014-10-28 AV 1.20.0 Beautify the query shown in the SQL pane for the
functions having multiple arguments by adding new lines
with small modification by me [J.F. Oster]
2014-10-13 AV 1.20.0 Check for the columnlist for the UPDATE OF syntax on
trigger also works with PPAS 9.5+ [Sanket Mehta]
2014-09-27 AV 1.20.0 Proper saving of columns width in the server status
window [Dmitriy Olshevskiy]
2014-09-19 DP 1.20.0 Fix support for triggers with inline code on PPAS
[Sanket Mehta]
2014-08-09 AV 1.20.0 CHECK OPTION is applicable to the views only, and not
the materialized views
2014-08-09 GL 1.20.0 Prevent a crash during the update of the macro or
favourite list [Dmitriy Olshevskiy]
2014-07-20 AV 1.20.0 Allow quick injectection of favourites by name
[J.F. Oster]
2014-07-20 AV 1.20.0 Fix handling of saving macros after pasting a query in
the box [Dmitriy Olshevskiy]
2014-07-14 GL 1.18.2 Fix SQL for GRANT on a sequence. Report from
liuyuanyuan.
2014-07-03 DP 1.20.0 Fix handling of char()[] columns in the Edit Grid
[Dmitriy Olshevskiy]
2014-07-02 GL 1.20.0 Support the new check_option parameter of views
2014-07-02 GL 1.20.0 Handle the 9.4 MOVE clause of ALTER TABLESPACE
2014-07-02 GL 1.20.0 Add a new action menu to refresh a materialized view
2014-07-02 GL 1.20.0 Support the new 9.4 columns in pg_stat_activity
2014-06-27 DP 1.20.0 Save search options for next time [Dimitriy Olshevskiy]
2014-06-25 DP 1.20.0 Ensure Favourite queries are only saved when the OK
button is pressed [Dmitriy Olshevskiy]
2014-06-18 DP 1.20.0 Fix an issue refreshing functions in PPAS packages
[Akshay Joshi]
2014-06-18 DP 1.20.0 Improve handling of lost connections [Ashesh Vashi]
2014-06-12 DP 1.20.0 Allow searching for database objects by comment and
definition content [J.F. Oster]
2014-06-10 DP 1.20.0 Add support for Resource Groups in PPAS 9.4 [Akshay
Joshi]
2014-06-07 DP 1.20.0 Add Save and Exit shortcut keys to the edit grid
[Fredrik de Vibe]
2014-05-28 DP 1.18.2 Fix escape handling in pgpass files [Akshay Joshi]
2014-05-04 GL 1.18.2 GQB forgot the materialized views. Report from Eduard
Szöcs.
2014-02-13 AV 1.20.0 Enable backward search in SQL Box using Shift + F3
[J.F. Oster]
2014-03-07 AV 1.18.2 Don't set log_min_messages from the debugger
2014-03-07 AV 1.18.2 Fix a crash on OSX when run explain through shortcut in
query editor, when mouse is over a existing shape, and
popup, showing the step information, is on. Report from
Attila Soki
2014-02-26 AV 1.18.2 Using the GetOid() function instead of GetLong() for
Oid columns [Ian Barwick]
2014-02-13 DP 1.20.0 Allow more flexible selection/deselection of rows and
columns in Edit Grid [J.F. Oster]
2014-02-12 GL 1.20.0 Allow more options with the plain backup.
2014-02-11 DP 1.18.2 Fix SQL comments for inherited columns [J.F. Oster].
2014-01-27 AV 1.18.2 Flush the changes in the settings as soon as new server
is added [Kaarel Moppel]
2014-01-27 DP 1.18.2 Don't include obsolete config settings from <= 8.3 in the
config editor unless running on an appropriate server.
[Neel Patel].
2013-12-16 DP 1.20.0 Use a much smarter auto-sizing algorithm for the columns
in the Query Tool output grid [J.F. Oster].
2013-12-06 DP 1.20.0 Remember the last panel used on the Options dialogue,
and display the default panel if a group node is
selected on the tree [J.F. Oster]
2013-12-06 DP 1.18.2 Ensure the Type dialogue detects name changes [Timon].
2013-12-06 DP 1.18.2 Ensure report titles don't overflow the page width
[Dhiraj Chawla]
2013-11-25 DP 1.18.2 Ensure reports overflow the page width properly [Akshay
Joshi]
2013-11-20 DP 1.18.2 Add missing "port" option for SSH tunnels [Akshay Joshi].
2013-11-18 AV 1.18.2 Set 32bit PostgreSQL, EnterpriseDB PATH (in case - 64bit
respective applications not found, and 32bit(s) are
available) for 64bit pgAdmin III [Dinesh Kumar].
2013-10-22 AV 1.18.2 Improved the debugger to work better with PPAS <= 9.2
2013-10-22 DP 1.18.2 Fix the handling of the "Valid Until" date/time on the
role dialogue on Mac [Dinesh Kumar].
2013-10-13 GL 1.20.0 Allow parallel dump with -j starting with 9.3
Chagelog:
Release 1.8.4 July 13th 2015
Release to ship a security release of openSSL. No source changes of the ownCloud Client code.
Release 1.8.3 June 23th 2015
Fix a bug in the Windows Installer that could crash explorer (#3320)
Reduce 'Connection closed' errors (#3318, #3313, #3298)
Ignores: Force a remote discovery after ignore list change (#3172)
Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
System Ignores: Removed *.tmp from system ignore again. If a user wants to ignore *.tmp, it needs to be added to the user ignore list.
Release 1.8.2 (retracted) June 8th 2015
Improve reporting of server error messages (#3220)
Discovery: Ignore folders with any 503 (#3113)
Wizard: Show server error message if possible (#3220)
QNAM: Fix handling of mitm cert changes (#3283)
Win32: Installer translations added (#3277)
Win32: Allow concurrent OEM (un-)installers (#3272)
Win32: Make Setup/Update Mutex theme-unique (#3272)
HTTP: Add the branding name to the UserAgent string
ConnectonValidator: Always run with new credentials (#3266)
Recall Feature: Admins can trigger an upload of a file from client to server again (#3246)
Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
Switch on checksum verification through branding or config
Add ability for checksum verification of up and download
Fix opening external links for some labels (#3135)
AccountState: Run only a single validator, allow error message overriding (#3236, #3153)
SyncJournalDB: Minor fixes and simplificatons
SyncEngine: Force re-read of folder Etags for upgrades from 1.8.0 and 1.8.1
Propagator: Limit length of temporary file name (#2789)
ShareDialog: Password ui fixes (#3189)
Fix startup hang by removing QSettings lock file (#3175)
Wizard: Allow SSL cert dialog to show twice (#3168)
ProtocolWidget: Fix rename message (#3210)
Discovery: Test better, treat invalid hrefs as error (#3176)
Propagator: Overwrite local data only if unchanged (#3156)
ShareDialog: Improve error reporting for share API fails
OSX Updater: Only allow updates only if in /Applications (#2931)
Wizard: Fix lock icon (#1447)
Fix compilation with GCC 5
Treat any 503 error as temporary (#3113)
Work around for the Qt PUT corruption bug (#2425)
OSX Shell integration: Optimizations
Windows Shell integration: Optimizations
Changelog:
Version 8.1.0 July 6th 2015
Much polishing, stability and performance improvements
Encryption 2.0
Updated Documents
New Mount Options for External Storage
Federated Cloud ID
Integrated documentation
LDAP Wizard Improvements
Security Improvements
App store improvements
Release channels
ownCloud API work: 190 new calls, 50 replaced
Many small improvements
Changelog:
<TeXmacs|1.99.2>
<style|<tuple|tmdoc|english>>
<\body>
<tmdoc-title|<TeXmacs> changelog>
<section|Changes from version 1.99.1 to 1.99.2>
<\itemize>
<item>Enabled new style fonts as the default (1.99.2).
<item>Use small amount of intercharacter stretching by default (1.99.2).
<item>Nicer search and replace system (1.99.2).
<item>Added support for the Croatian language (1.99.2).
<item>Added experimental ``conservative'' converters for <LaTeX>
(1.99.2).
<item>Various improvements for <LaTeX> converters (1.99.2).
<item>Various bug fixes (1.99.2).
</itemize>
<section|Changes from version 1.0.7 to 1.99.1>
<\itemize>
<item>Activate the native Pdf renderer by default (1.99.1).
<item>Many, many bug fixes (1.99.1).
<item>Introduction of a debugging console (1.99.1).
<item>Limited recovery from errors (1.99.1).
<item>Started implementation of search and replace widget (1.99.1).
<item>Support for marginal notes (1.99.1).
<item>Complete reorganization of document styles and package (1.0.7.21).
<item>Major improvements for upcoming native Pdf renderer (1.0.7.21).
<item>New focus preferences menu (1.0.7.21).
<item>New widgets for editing macros (1.0.7.21).
<item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21).
<item>Stretchable space between letters (1.0.7.21).
<item>Implementation of protrusion for the standard <verbatim|ecrm> font
(1.0.7.21).
<item>Improved ornaments and typesetting adjustments (1.0.7.21).
<item>Improved presentation mode (1.0.7.20).
<item>Various improvements for <LaTeX> import and export (1.0.7.20).
<item>Rewritten <name|Scilab> plug-in (1.0.7.20).
<item>Better portability of various plug-ins (1.0.7.20).
<item>Various graphical font effects; experimental, not yet in interface
(1.0.7.20).
<item>Profound reorganization of the font system with experimental option
for testing (1.0.7.19).
<item><LaTeX> import and export of metadata for various standard styles
(1.0.7.19).
<item>Running plug-ins over remote SSH connections; experimental
(1.0.7.19).
<item>Started implementation of remote <TeXmacs> file system (1.0.7.19).
<item>Improved portability of plug-in detection (1.0.7.19).
<item>Implementation of arbitrary zoom factors and ``fit to paragraph
width'' (1.0.7.18).
<item>New widget for user preferences (1.0.7.18).
<item>More implicit user preferences (1.0.7.18).
<item>Add developer tools, still experimental (1.0.7.18).
<item>Start implementation of basic infrastructure for support of system
fonts (1.0.7.18).
<item>Started reorganization of titles and other meta-data for documents
(1.0.7.18).
<item>Automated generation of documentation about the <name|Scheme> files
(1.0.7.17).
<item>Various improvements for <LaTeX> conversion and character encodings
(1.0.7.17).
<item>Various improvements for <LaTeX> import (1.0.7.16).
<item>New and improved <name|Reduce> interface (1.0.7.16).
<item>Reorganized buffer management and documentation of the new API
(1.0.7.16).
<item>Rudimentary support for version control using SVN (1.0.7.16).
<item>Rudimentary support for graphical macros without text (1.0.7.16).
<item>Experimental interface with Inkscape (1.0.7.16).
<item>First rudimentary spreadsheet facility (1.0.7.15).
<item>Special editing mode for writing <TeXmacs> documentation
(1.0.7.15).
<item>Added new widgets to X version, with Qt analogues in progress
(1.0.7.15).
<item>Many bug fixes (1.0.7.15).
<item>New icons for Qt version of <TeXmacs> (1.0.7.14).
<item>Many bug fixes for graphics mode (1.0.7.14).
<item>Improved extensible arrows (1.0.7.14).
<item>Experiment with new set of icons (1.0.7.13).
<item>Fix Qt image support (1.0.7.13).
<item>Various bug fixes (1.0.7.13).
<item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13).
<item>Make the Qt port default (1.0.7.12).
<item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12).
<item>Distribute the standard fonts with <TeXmacs> (1.0.7.12).
<item>Move the <TeXmacs> documentation inside the source code (1.0.7.12).
<item>Support for documentation inside plug-ins (1.0.7.12).
<item>Support for executable switches (1.0.7.12).
<item>Markup for CSS and <name|Javascript> customization of generated
webpages (1.0.7.12).
<item>Reorganize standard package generation and update website
(1.0.7.12).
<item>Support for alpha transparency, Qt version & screen only
(1.0.7.11).
<item>Slightly improved interface for presentation mode (1.0.7.11).
<item>Added debugging facilities when crashing (1.0.7.11).
<item>Treat big operators as prefixes in mathematical grammar (1.0.7.11).
<item>Various fixes for native bibliography generator (1.0.7.11).
<item>Several improvements for <LaTeX> importation (1.0.7.10).
<item>Menus for mathematical semantics and preferences (1.0.7.10).
<item>Menus for algorithmic and prominent environments (1.0.7.10).
<item>Reorganized textual and mathematical menus (1.0.7.10).
<item>Spacing inside mathematical formulas as a function of adjacency
semantics (1.0.7.10).
<item>Further improved support for semantic editing, now at
<math|\<beta\>>-stage (1.0.7.10).
<item>Support for remotely controlled laptop presentation (1.0.7.10).
<item>Many fixes for the Qt version (1.0.7.9).
<item>Various fixes for semantic editing (1.0.7.9).
<item>Integrate cursor positions and selections into the undo system
(1.0.7.9).
<item>Default to auto-closing and markup-based brackets and big operators
(1.0.7.9).
<item>The new interface is more context dependent and based on the newly
introduced concept of the <em|current focus> (1.0.7.8).
<item>The graphical user interface has been improved, both for the X11
and Qt versions (1.0.7.8).
<item>The generation of dynamic menus and content has been reorganized
(1.7.0.8).
<item>The system for contextual overloading has been reorganized
(1.7.0.8).
<item>Default look and feel now becomes highly system dependent
(1.0.7.7).
<item>Complete reorganization of keyboard shortcuts (1.0.7.7).
<item>Better support for Gnome, KDE, MacOS and Windows shortcuts
(1.0.7.7).
<item>Beta-support for (non rubber) Stix (and some other) fonts
(1.0.7.7).
<item>Rudimentary support of CJK input methods in Qt version (1.0.7.7).
<item>Implementation of a packrat parsing utility (1.0.7.7).
<item>Add tag type information to DRD (1.0.7.7).
<item>Source code highlighting based on DRD (1.0.7.7).
<item>Documentation for beamer style (1.0.7.7).
<item>Several bug fixes (1.0.7.6).
<item>Fixes for plug-in support in the Qt port (1.0.7.6).
<item>Better support for Elsevier styles and JSC (1.0.7.6).
<item>Several bug fixes for the Qt port (1.0.7.5).
<item>Replaced testing in <menu|Tools> menu by a nicer debugging tool
(1.0.7.5).
<item>Added <verbatim|--enable-pdf-rendering> configuration option for a
new but experimental native <name|Pdf> export facility (1.0.7.5).
<item>Native BibTeX-compatible support for bibliographies (1.0.7.5).
<item>Added a tool for inspection and management of differences between
two versions (1.0.7.5).
<item>Improvements in upcoming Qt port (1.0.7.4).
<item>First beta-release of Qt port for Windows, with installer and build
environment (1.0.7.4).
<item>First beta-release of Qt port for MacOS-X, with diskimage
(1.0.7.4).
<item>Improvements in upcoming Qt port (1.0.7.3).
<item>Several bug fixes (1.0.7.3).
<item>Reimplementation of computer algebra sessions in <name|Scheme>
(1.0.7.2).
<item>Cut and paste conform to Opendesktop standard (1.0.7.2).
<item>Fixes in <LaTeX> export, for latest g++ and mime type support
(1.0.7.2).
<item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert>
statements in code (1.0.7.2).
<item>Progress on the <name|Windows> version of the <name|Qt> port
(1.0.7.1).
<item>Unified memory management for <name|X11> and <name|Qt> version of
<TeXmacs> (1.0.7.1).
<item>Added a plug-in for <TeX>graph (1.0.7.1).
<item>Upgraded license to GNU GPL version 3 or later (1.0.7.1).
<item>Several fixes and improvements for <name|Html> export (1.0.7.1).
<item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1).
</itemize>
<section|Changes from version 1.0.6 to 1.0.7>
<\itemize>
<item>Started native Qt port for <TeXmacs> (1.0.7).
<item>Fixed bugs for re-importing files which were exported to <LaTeX>
(1.0.7).
<item>Improved <scheme> mode (1.0.6.15).
<item>Improved appearance of <name|Wikipedia> mathematical pages
(1.0.6.15).
<item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
* Use gmake to fix build.
Changelog:
Changes in Release 5.36.1
This is a bug-fix minor release. To see the changes in the major release
5.36, read the Maxima 5.36 change log
Bugs fixed
Bug 2936: Stack overflow in integrate.
Bugs in the draw package.
Problem in loading wxm files from the Explorer in Wxmaxima.
Maxima 5.36 change log
New items in core:
function parse_timedate: parse time/date string
New items in share:
function lll: Lenstra-Lenstra-Lovasz algorithm
Changes in core:
at: remove variables in simplification
Other changes:
package contrib_ode: update test suite
package ezunits: additional femto, pico, nano, and micro fractions
package ezunits: apply rules more aggressively
package maxima-odesolve: documentation
package gentran: update
package draw: geometric transformations for 2D implicit functions
package coma: new version
package maximaMathML: hook mechanism
package noninteractive: new script expand_branches.mac
Bug fixes:
[#2924]: Maxima fails to run on lisp interpreters
[#2922]: input '20log(x)' causes strange error
[#2919]: Definite integration broken: integrate(1/(x^2), x, -inf, inf) gives zero
[#2913]: trigrat crashes with variable name "e"
[#2907]: ratsubst(z, sin(x + 1), 0) crashes when radsubstflag = true
[#2898]: limit of continuous --> und
[#2892]: julia() and mandelbrot() creates maxout.gnuplot in different place than plot2d()/plot3d()
[#2883]: load (lsquares); Error
[#2881]: quad_qags recently got problems evaluating erf
[#2878]: Installing from maxima-5.35.1.tar.gz requires Makeinfo
[#2873]: implicit_plot does not accept symbolic ranges
[#2865]: Use exp as a list
[#2862]: Incorrect result for integrate(u/(u+1)^2,u,0,inf);
[#2854]: Integral hangs with domain:complex
[#2853]: abs_integrate hangs after encountering log(0)
Unnumbered bugs:
mailing list 2015-03-16: Requesting advice on simplification rules for user-defined operators
mailing list 2015-02-09: save(..) can't save syntax extensions in a readable form
mailing list 2015-02-16: expand phenomenon
mailing list 2015-02-08: Newbie lisp question
mailing list 2015-01-22: Matrix inversion with detout = true?
mailing list 2015-01-09: Problem loading package COMA
mailing list 2015-01-05: order of operands is changed due to source information
commit [b0a9ab]: Fix jacobi_sc(elliptic_kc(m)/2,m)
commit [ff92d9]: Fix make_elliptic_f for inverse_jacobi_ns and inverse_jacobi_nc
commit [b7dc04]: Added device info to paths in cl-info::*info-tables*
commit [95c186]: Fixes a bug in the style option parser
commit [bf9a67]: Correct the derivative of bessel_y wrt order: diff(bessel_y(v,z),v)
commit [0d8d8a]: Handle the (finite) geometric sums with quotient 1.
commit [b3cffd]: Fix bug controlling non numeric symbols in explicit
commit [114860]: Add device to maxima-load-pathname-directory.
commit [72d617]: Fix maxima -s PORT command.
Maxima 5.35 change log
New items in core:
* in evaluation, allow general expressions as operators
New items in share:
* package Eulix: numerical solution of ordinary differential equations
* script hermite_reduce.mac: implement Rothstein-Trager algorithm
Changes in core:
* function supcontext: evaluate argument(s)
* functions supcontext, newcontext: return made-up name if none supplied
* function powerseries: bug fixes
Other changes:
* many updates to documentation
Bug fixes:
#2847: limits of powers of constants
#2845: Avoid initialization-time compile in commac.lisp
#2818: Problem with trigreduce
#2816: Significant reduction in processing LaTeX output in imaxima in new version
#2815: abs_integrate leads to infinite recursion
#2814: abs_integrate: integration of x*ceiling(x)
#2800: a typo in mode_identity documentation
#2774: desolve doesn't know how to interpret temporary variables
#2623: shortest_path
#2575: Integration error: integrate(sqrt(k-k*cos(2*x)), x)
#2371: limit((exp(a*x)-1)/(exp(a*x)+1),x,inf) fails
unnumbered bugs:
mailing list 2014-11-26: Error in histogram and continuous_freq
mailing list 2014-09-01: SIGN1 strangeness, was: Problem with bfloat
Maxima 5.34 change log
New items in core:
* function invert_by_gausselim: invert by Gaussian elimination (used to be function invertmx)
* function invert_by_adjoint: invert by adjoint method (used to be function invert)
* functions push, pop: now implemented in core
New items in share:
* package coma: functions for control engineering
* function sha1sum (package stringproc): compute SHA1 hash
* engineering-format.lisp: change default float display format
Changes in core:
* function invert: use adjoint method or Gaussian elimination depending on size of matrix
* function tex: Define TeX properties for gamma_incomplete and friends
Bug fixes:
#2785: dynamics package: plotting fails on evolution() and other functions
#2784: Ceiling gives error, without even an error message
#2782: realroots(x*y) internal error
#2776: Error when integrate sqrt
#2775: powerseries of some log expressions
#2772: powerseries of some trig expressions
#2768: "notequal" tries to put multiprecision rational numbers into floats
#2765: powerseries of a derivative
#2764: power series of 1 + x^n and regression tests in rtest16.mac
#2763: symmetricp(matrix) DOEs not work
#2760: powerseries at infinty broken
#2755: powerseries of natural exponential
#2751: powerseries of bessel functions needlessly fail
#2750: powerseries(x^x,x,0) gives Lisp error
#2749: Float evaluation of sinh causes Lisp error instead of overflowing to bigfloat
#2746: scifac / gcfac crash
#2745: limit with numer:true
#2741: imaxima preamble broken for display in emacs
#2738: Integrate encountered a Lisp error: The value 2 is not of type LIST
#2732: wrong answer for similar to gaussian integral
#2726: integrate produces wrong answer for Gaussian Moments
#2725: pochhammer(n,x) documentation
#2721: maxima can't refresh plots in gnuplot_pipes format
#2719: Matrix invert() behaviour
#2718: imaxima LaTeX definitions conflict with amsmath
#2717: plot2d treats linear and log plots inconsistently
#2716: is allows more than one argument
#2711: `i' is not local in `geosum'
#2710: `rempart' from package `functs' fails
#2707: `rowp' fails if `p' function is defined
#2697: Inconsistent handling of Greek symbols
#2683: Plot2d default terminal broken
#2678: transform_xy rejects argument constructed with make_transform
#2677: [gnuplot_pm3d,false] does not disable pm3d
#2621: "gamma limit error"
#2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x)
unnumbered bugs:
mailing list 2014-08-16: bind stack overflow in loop
mailing list 2014-07-01: "rtest8.mac test failure"
mailing list 2014-06-29: "rule issue"
limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf)
ezgcd(p1,p2,...) => true when ratp returns true for any argument
Maxima 5.33 change log
New items in share:
* package alt-display: hook for nonstandard display functions
* package kovacicODE: Kovacic method for ordinary differential equations
* package odes: several methods for ordinary differential equations
* package trigtools: manipulating trigonometric function expressions
* package sound: functions for audio synthesis
Changes in core:
* promote result to bigfloat on floating point overflow
* variables declared to be irrational are considered real
* display floats with leading "0." instead of "." only
* function tex: accepts Lisp objects now
* functions expintegral_shi, expintegral_chi: limits
* functions hankel_1, hankel_2: numerically evaluate when the order is complex
* function declare: rational and irrational properties mutually exclusive
* functions get, put: when first argument is a string, assume it is the name of an operator
* functions round, truncate: handle arguments of zeroa and zerob
* functions for Galois fields: improve power tables and introduce nth root
* operator @: TeX property
Other changes:
* package ezunits: TeX property for units conversion operator
* package maximaMathML: some updates
* package draw: support for gnuplot terminal canvas
* documentation: updating Brazilian Portuguese translation of user manual
Bug fixes:
* 2703: plotting option legend causes an error
* 2702: plotting option adapt_depth causes an error
* 2701: plotting option logy causes an error
* 2700: plot option psfile causes an error
* 2699: nticks seems ignored
* 2696: *prompt-prefix* and *prompt-suffix* not inserted for askinteger / asksign
* 2695: kill kills built-in properties of operator after user-defined property
* 2687: call-arguments-limit easily exhaustable in tex1
* 2682: Function zeta fails numerically for large numbers that aren't even integers
* 2681: solve_rec wrong result
* 2676: integral incorrect when variable is subscripted
* 2675: maxima will not do the simplest of definite integrals and will not factor otherwise
* 2671: Since 4833b5 Maxima (with ECL at least) outputs palette numbers gnuplot
unnumbered bugs:
* bug in gnuplot_term option
* bug in starplot
* bug in ratinterpol
* %e^^A should not simplify to %e^A
* %pi is now correctly rounded with high probability
* embedded plotting bug in XMaxima
* bug in single-label case for plotting option 'label'
* bug in comment indentation in Emacs
* $CONS and friends should treat lists the same as other expressions
* mailing list 2014-02-27: "assigning to a list of structure fields does not work"