1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
libneo4j-client (2.2.0-1) unstable; urgency=medium
* New upstream release 2.2.0
- Fix compile issue with latest GCC version. Closes: #876218
- Add support for BYTES type
- Handle '-' as an input filename to represent stdin
- Improve error reporting of failed commands
- Add #define's for compile time version inspection
-- Chris Leishman <chris@leishman.org> Wed, 20 Sep 2017 07:30:52 +0000
libneo4j-client (2.1.3-1) unstable; urgency=medium
* New upstream release 2.1.3
- Add :set quotestrings option
- Improved handling of some socket errors
- Additional output colorization
-- Chris Leishman <chris@leishman.org> Thu, 25 May 2017 03:14:53 +0000
libneo4j-client (2.1.2-1) unstable; urgency=medium
* New upstream release 2.1.2
- Table output is much prettier, with cleaner boarders and _color_!
- Values in table output are now wrapped (in neo4j-client, this can
be disabled by unsetting the wrap option, e.g. `:set nowrap`).
- Column widths in table output are now calculated based on
inspecting the first 100 rows of the result (this can be adjusted
or disabled using the inspect option, e.g. `:set inspect=0`).
- Render the timing information returned by the server.
- Update the profile/plan output, based on data returned from newer
Neo4j versions.
- Fixed an issue that would prevent prompting for updated passwords
when reattempting auth.
* New upstream release 2.0.0
- Removed neo4j_session_t in favour of working only with connections
- Replaced authentication callback mechanisms
- Support rendering of multibyte characters in table output
-- Chris Leishman <chris@leishman.org> Mon, 22 May 2017 17:42:42 +0000
libneo4j-client (1.2.1-1) unstable; urgency=medium
* New upstream release 1.2.1
- Improvements to neo4j-client
-- Chris Leishman <chris@leishman.org> Mon, 15 Aug 2016 18:30:43 +0000
libneo4j-client (1.2.0-1) unstable; urgency=medium
* New upstream release 1.2.0
- Handle ^C interrupts cleanly in neo4j-client
- Fix various compilation issues. Closes: #833900
- Add support for multi-line client commands
-- Chris Leishman <chris@leishman.org> Sat, 13 Aug 2016 15:59:58 +0000
libneo4j-client (1.1.0-1) unstable; urgency=high
* New upstream release 1.1.0.
- Adds multiple improvements to neo4j-client
- Fixes an important security issue where server fingerprints were
shortened by 1 char
- Improves error output
-- Chris Leishman <chris@leishman.org> Mon, 18 Jul 2016 15:40:50 +0000
libneo4j-client (1.0.0-2) unstable; urgency=high
* Rename -dev package to remove the soname. Closes: #829052
* Add support for Multi-Arch.
* Updated debian/copyright.
-- Chris Leishman <chris@leishman.org> Fri, 01 Jul 2016 22:27:30 +0000
libneo4j-client (1.0.0-1) unstable; urgency=low
* New upstream release 1.0.0.
* Support for openssl 1.1.0. Closes: #828400
-- Chris Leishman <chris@leishman.org> Mon, 27 Jun 2016 21:38:49 +0000
libneo4j-client (0.9.2-1) unstable; urgency=low
* New upstream release 0.9.2.
-- Chris Leishman <chris@leishman.org> Sat, 21 May 2016 13:37:40 +0000
libneo4j-client (0.9.1-1) unstable; urgency=low
* Initial packaging. Closes: #813443
-- Chris Leishman <chris@leishman.org> Mon, 25 Apr 2016 10:49:55 +0000
|