Changeset: b2458420dfbe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b2458420dfbe Added Files: clients/python2/ChangeLog clients/python3/ChangeLog Removed Files: clients/python2/CHANGELOG clients/python3/CHANGELOG Branch: default Log Message:
Renamed and reformatted new Python change log files. We use these exact names and this exact format in our build scripts, so it is important to use this format. The files can be added to using the Maddlog program which is part of the sources and which gets installed when building as a "developer". diffs (44 lines): diff --git a/clients/python2/CHANGELOG b/clients/python2/ChangeLog rename from clients/python2/CHANGELOG rename to clients/python2/ChangeLog --- a/clients/python2/CHANGELOG +++ b/clients/python2/ChangeLog @@ -1,10 +1,8 @@ -MonetDB Python API changelog -============================ +# ChangeLog file for python2 +# This file is updated with Maddlog -2013-09-05 ----------- +* Thy Sep 5 2013 Gijs Molenaar <[email protected]> +- Changed defaults for connecting (defaults to unix socket now). +- Unix sockets partially working for control protocol. +- Add support for unix socket. -* Add support for unix socket -* Unix sockets partially working for control protocol -* Changed defaults for connecting (defaults to unix socket now) - diff --git a/clients/python3/CHANGELOG b/clients/python3/ChangeLog rename from clients/python3/CHANGELOG rename to clients/python3/ChangeLog --- a/clients/python3/CHANGELOG +++ b/clients/python3/ChangeLog @@ -1,10 +1,8 @@ -MonetDB Python API changelog -============================ +# ChangeLog file for python2 +# This file is updated with Maddlog -2013-09-05 ----------- +* Thy Sep 5 2013 Gijs Molenaar <[email protected]> +- Changed defaults for connecting (defaults to unix socket now). +- Unix sockets partially working for control protocol. +- Add support for unix socket. -* Add support for unix socket -* Unix sockets partially working for control protocol -* Changed defaults for connecting (defaults to unix socket now) - _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
