Index: ChangeLog-2.1.0-2.2.0.log =================================================================== diff -u -rb9bcc40ab502329b1e7bc4ed6602adf7bd5e614d -rc1e8abb838d93f0ef5d1cca80726e4684ec8320f --- ChangeLog-2.1.0-2.2.0.log (.../ChangeLog-2.1.0-2.2.0.log) (revision b9bcc40ab502329b1e7bc4ed6602adf7bd5e614d) +++ ChangeLog-2.1.0-2.2.0.log (.../ChangeLog-2.1.0-2.2.0.log) (revision c1e8abb838d93f0ef5d1cca80726e4684ec8320f) @@ -1,3 +1,45 @@ +2018-07-19 Gustaf Neumann + + * nsfmongo.c (mongoc_collection_create_index): Removed last + deprecated call of the mongo-c-driver [c5e8bf0a] + * doc/Announce2.2.0: Updates to annouce file, tested with + mongo-c-driver 1.12.0 (released yesterday) [b9bcc40a] + +2018-07-19 Stefan Sobernig + + * apps/utils/source-highlight-with-pp: Generalise executable name in + shebang, seems like an unintended change in [ae081c0f1] [69559167] + +2018-07-16 Stefan Sobernig + + * README.md: http -> https [skip ci] [35b21d01] + +2018-07-15 Gustaf Neumann + + * serializer.tcl: Bump version number to 2.2 [f20d7966] + * README.md: Change README to markdown syntax, various updates + [63cca48b, 18f9c9f5, d25063bf, 7c8895c8, 9ee11c31, 82511c9f, 5e56bff3] + * library/mongodb/COPYRIGHT: Update copyright information + [4b99da62] + * README, dtrace/README, generic/asm/README, library/mongodb/README: Prefer + new spelling of macOS [5c2e3f48] + * library/mongodb/*: Updating mongodb interface for 2.2: update to + mongodb-c-driver 1.11.0, reduce number of calls to deprecated + driver functions as far as possible, improve cleanness of + compilation (provide prototypes etc.) + * library/mongodb/configure.ac, library/mongodb/nx-mongo.tcl: Bump + version number to 2.2 [75f11a9a] + * nsf.c (Nsf_SafeInit, Nsf_Init, Nsf_ExitProc) + (Nsf_ThreadExitProc, ExitHandler): Prefer Tcl defined types over + local prototypes [6d66926b] + +2018-07-13 Stefan Sobernig + + * nsfDebug.c, nsfInt.h (STRING_NEW, MEM_COUNT_ALLOC, MEM_COUNT_FREE): + Fix compilation with --enable-memcount=yes. [b6f285f7] + * configure, configure.ac, nx.tcl, pkgIndex.tcl, xotcl2.tcl, pkg.vc: + Bump version to 2.2.0. [9b831c84] + 2018-07-10 Gustaf Neumann * serializer.tcl: Fix buggy case when blueprints are used to