parent
46d2be4642
commit
69e7c7fa9c
4 changed files with 8 additions and 5 deletions
|
@ -6,9 +6,12 @@ Known issues:
|
||||||
bug](https://github.com/TooTallNate/node-gyp/issues/65).
|
bug](https://github.com/TooTallNate/node-gyp/issues/65).
|
||||||
|
|
||||||
|
|
||||||
## 1.7.2 (not yet released)
|
## 1.8.0 (not yet released)
|
||||||
|
|
||||||
(nothing yet)
|
- [issue #329, pull #330] Update the 'rotating-file' stream to do a file
|
||||||
|
rotation on initialization if the mtime on the file path indicates the
|
||||||
|
last rotation time was missed -- i.e. if the app wasn't running at the
|
||||||
|
time. (by Paul Milham.)
|
||||||
|
|
||||||
|
|
||||||
## 1.7.1
|
## 1.7.1
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
* vim: expandtab:ts=4:sw=4
|
* vim: expandtab:ts=4:sw=4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var VERSION = '1.7.2';
|
var VERSION = '1.8.0';
|
||||||
|
|
||||||
var p = console.log;
|
var p = console.log;
|
||||||
var util = require('util');
|
var util = require('util');
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* vim: expandtab:ts=4:sw=4
|
* vim: expandtab:ts=4:sw=4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var VERSION = '1.7.2';
|
var VERSION = '1.8.0';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Bunyan log format version. This becomes the 'v' field on all log records.
|
* Bunyan log format version. This becomes the 'v' field on all log records.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bunyan",
|
"name": "bunyan",
|
||||||
"version": "1.7.2",
|
"version": "1.8.0",
|
||||||
"description": "a JSON logging library for node.js services",
|
"description": "a JSON logging library for node.js services",
|
||||||
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
||||||
"main": "./lib/bunyan.js",
|
"main": "./lib/bunyan.js",
|
||||||
|
|
Loading…
Reference in a new issue