bin/trytond${PYVERSUFFIX} in post-install to support concurrently installed
versions of python. Upstream dropped support for py26. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
* Add restore_history to ModelSQL
* Add history revisions
* Add the multi selection widget
* Add index to one2many's on_change
* Remove auto-refresh on Action Window
* Add support of domain for non-relation field
* Manage microseconds in JSON-RPC and XML-RPC
* Remove Sha field
* Add password widget
* Add Len to PYSON
* Use bcrypt to hash password if possible
* Use a sequence of ids, values to set fields
* Client side actions on button and wizard
* Add depends attribute to data tag
* Add tree_invisible attribute to button in tree view
* Drop support of Python 2.6
* Deprecate on_change, on_change_with, selection_change_with and autocomplete
field arguments
* Add fields.depends decorator
* Add run-tests
* Validate only modified and dependant fields on model write
* Improve error messages by showing the failing value
* Remove relation field actions:
- delete_all
- unlink_all
- set
* Rename relation field action unlink into remove
* Use a sequence of records, values in write
* set_context of Transaction.set_user is restricted to root
* Add a "copy" action to One2Many and Many2Many's set method
* Force UTC as timezone (migration script available on tryton-tools)
* Add relation_field for many2one
in post-install to support concurrent installed python versions. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
* Add option to show revisions
* Add a multi selection widget for many2many
* Remove auto-refresh
* Add support of domain for non-relation field
* Allow drag & drop on the attachment button
* Replace sha widget by password
* Add Len to PYSON
* Use a pool of connection
* Manage client actions from button and wizard
* Add tree_invisible attribute to button in tree view
* Add buttons of the view in actions menu
* Don't evaluate anymore relate action with the record
* Paste on editable list create new records if needed
* Drop support of Python 2.6
* Allow to search on rec_name of Reference fields
* Use local timezone
* Sanitize report file extension
PR pkg/48781 by me.
Version 1.8.8
* don't clobber user's PATH (mayersj1: Steve Mayer) #77
Version 1.8.7
* use more lines for fallback man page detection, misc. code cleanups (eworm-de: Christian Hesse)
Version 1.8.6
* allow _vimrc on non-windows (mortonfox: Morton Fox)
Version 1.8.5
* fix up arrow binding again, broken in 1.8.4
Version 1.8.4
* disable help screen 'h' binding, cursor moves left instead (Github issue #71)
Version 1.8.3
* reexec self under bash or ksh when available, especially on Solaris (Github issue #63)
* add vim command -c option (aroig: Abdo Roig-Maranges)
* allow ~/.vim/vimpagerrc as conf file (lucc: Lucas Hoffmann)
Mercurial 3.0 (2014-05-01)
This is a regularly-scheduled quarterly feature release. Unlike
other 3.0 software releases, this is simply 2.9 + .1, so it should
be the usual pain-free upgrade.
1.1. Core features
cat: support explicit paths in subrepos
cmdserver: allow starting server without repository
clone: abort if default destination has no meaningful name (BC)
clone: put streaming clones in a transaction
color: add debugcolor command (issue4094)
color: allow color keywords to be used directly in template
commands: add -T as alternative to --template
commands: hg debuginstall checks missing templates (issue4151)
commit: --edit/-e allows editing commit message supplied through other means
config: add initial implementation of --edit (with --global and --local flags)
debuginstall: add Python information to debuginstall output (issue4128)
demandimport: support HGDEMANDIMPORT=disable to disable demandimport
hgweb: add metadata to atom and rss feed entries
http: reuse authentication info after the first failed request (issue3567)
log: change implementation to use graphlog code
push: provide a hint when no paths are configured (issue3692)
require: provide a link to a wiki page as well as suggesting upgrade
revset: new implementation with incremental evaluation
revset: try to handle hyphenated symbols if lookup callback is available
revset: add 'only()' revset
sshpeer: only print out 'running ssh' messages in debug mode (BC)
template: add ifcontains template function
template: add pad function for padding output
template: add revset() template function
template: add shortest(node) template function
template: add flexible -T option
win32: improve the performance of win32.unlink() over CIFS
1.2. Extension features
blackbox: log events related to branch cache
convert: avoid updating tags when there is nothing new
convert: compare tags from all heads instead of just one
convert: replace old sha1s in the description
extensions: mark win32text deprecated
extensions: remove interhg
extensions: remove the inotify extension (BC)
histedit: select the lowest rev when looking for a root in a revset (BC)
journal: report parsing errors on recover/rollback (issue4172)
qimport: allow importing URLs
1.3. Fixes
backout: don't limit ancestry check to a single ancestor
backout: improve confusing 'cannot backout change on a different branch' abort
caches: invalidate store caches when lock is taken
cmdserver: forcibly use L channel to read password input (issue3161)
cmdserver: reload mq on each runcommand request to avoid corruption
diff: use second filename for --stat reporting on git patches (issue4221)
dirstate: report bad subdirectories as match.bad, not just a warning (BC)
extensions: use normpath to allow trailing '\' on Windows (issue4187)
fncache: clean up fncache during strips
largefiles: changed overridelog to work with graphlog
largefiles: don't prompt when one side of merge was changed but didn't change
largefiles: remove directories emptied after their files are moved (issue3515)
parsers: fail fast if Python has wrong minor version (issue4110)
phases: apply publishing enforcement for "serve" source
revlog: deal with chunk ranges over 2G on Windows (issue4215)
setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
subrepo: check return code for git push (issue4223)
1.4. Experimental features
bundle2: experimental support for bundle2
merge: experimental implementation of bid merge
merge: tell when .ancestor picks one of multiple common ancestors heads
Upstream changes:
1.62 2014-03-16 12:28:44Z
[FIXED]
- fix handling of trailing colon in key name (RT#92916, H.Merijn
Brand)
1.61 2014-02-24 16:59:49Z
[FIXED]
- fixed a test for VMS (RT#93297, Craig Berry)
1.60 2014-02-13 20:31:56Z
- shipping 1.59 as stable, with no changes.
1.59 2014-02-06 03:10:35Z (TRIAL RELEASE)
[CHANGED]
- numeric values are now quoted whenever they've been used as a string
(fixes inconsistent behaviour seen with numeric values, due to
differences between the XS and pure-perl variants of Data::Dumper).
(github issue #24)
- numeric hash keys are now always quoted.
1.58 2014-02-04 18:01:58Z
[INCOMPATIBLE CHANGE]
- 1.57 omitted a change entry for the following change:
- Previously, YAML::Tiny was sloppy about file encodings. It is
now strict. The 'read' method and 'LoadFile' function expect
UTF-8 encoded files. The 'write' method and 'DumpFile' function
produce UTF-8 encoded files. The 'read_string' and
'write_string' methods and the 'Load' and 'Dump' functions
expect or generate (decoded) character data.
1.57 2014-01-30 22:12:38Z
[INCOMPATIBLE CHANGE]
- Previously, some errors would throw exceptions and some would
return the error condition in $YAML::Tiny::errstr. Now all
errors throw exceptions. Use of $errstr and the errstr method
are deprecated. (David Golden)
[FIXED]
- Fixed write method to encode YAML file with UTF-8 (David Golden)
- Improved SYNOPSIS and documentation of new (David Golden)
[TESTING]
- Tests have been cleaned up and reorganized. Test coverage
has been significnatly improved. (Ingy d枚t Net, David Golden,
Jim Keenan, Karen Etheridge)
1.56 2013-09-25 02:38:19Z
- read_string documentation error fixed (RT#74409, thanks Tim Heaney!)
- re-release with fixed compile test
1.55 2013-09-19 04:07:32Z
- again packaging with ExtUtils::MakeMaker
1.54 2013-08-22 03:55:41Z
- convert to Dist::Zilla
- Updated format to conform to CPAN::Changes::Spec
Upstream changes:
0.1024 2013-10-12 11:35:35 PDT
- Fix a bug where exit_guard is not correctly decremented when writing header failed (maedama) #37
0.1023 2013-06-15 01:51:22 PDT
- Move the bin directory (moznion) #35
0.1022 2013-06-12 12:36:16 PDT
- convert to use Milla
- Fix dependency for LWP
0.1021 Fri Oct 19 15:09:17 PDT 2012
- Repackage with the latest Module::Install
0.1020 Mon Feb 20 16:31:44 PST 2012
- Improve SEREVR_PORT when binding multiple ports
- Documentation fixes (Pedro Melo)
- Suppres 400 if client disconnected (athomason)
- Don't restrict parsing the request body to PUT and POST requests (Moritz Onken)
- Fixed broken POST data processing (und3f, hidekiy)
* Add Czech (qwerty) keymap.
* Update supported vala version to 0.20.
* Send panel input purpose.
* Keep track of content-type change after focus-in
* Fix leak in ibus_get_local_machine_id()
* Do not show property panel by default.
* Do not move property panel with focus-in in case panel is always shown.
Upstream changes:
0.17
- add option: --backlog to change the backlog size (default: SOMAXCONN) (thanks to Yuryu)
0.16
- [bugfix] unset the environment variable when a file is removed from the directory specified by --envdir
0.15
- added option: --envdir for reloading configuration (thanks to limitusus)
- added options: --enable-auto-restart and interval for periodical automatic restarting (thanks to limitusus)
- added option: --kill-old-delay for delaying SIGTERM (thanks to limitusus)
0.14
- fix regression in 0.13; start_server wo. "--dir" was causing errors
0.13
- add option: --dir (thanks to kazeburo)
0.12
- bugfix: support for programs with whitespaces (thanks to clkao)
- add option: --signal-on-term (thanks to miyagawa)
Upstream changes:
4.97 2014-04-30
- Deprecated support for "X-Forwarded-HTTPS" in favor of
"X-Forwarded-Proto".
- Added multi-name support to param method in Mojo::Parameters.
4.96 2014-04-28
- Improved Mojo::IOLoop to use Mojo::IOLoop::Delay more consistently.
4.95 2014-04-27
- Improved Mojo::IOLoop::Delay with circular reference protection.
- Improved Mojo::IOLoop::Delay to allow argument splicing.
- Improved Mojo::IOLoop::Server to reuse cipher list from IO::Socket::SSL.
- Fixed memory leak in Mojo::UserAgent::Server.
4.94 2014-04-20
- Added reverse_proxy attribute to Mojo::Server::Daemon.
- Added reverse_proxy attribute to Mojo::Message::Request.
- Added prefork and upgrade_timeout attributes to Mojo::Server::Hypnotoad.
- Added configure method to Mojo::Server::Hypnotoad.
- Relaxed name handling in Mojo::Headers a little.
- Fixed small bug in online tests.