Skip to content

Commit

Permalink
bump 1.1.1 version with node 0.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
schamane committed Dec 12, 2011
1 parent c190f2e commit c38f14b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

* Minor change to package to support 0.4 version

## 1.1.0

* Port to 0.5.7 Node version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Node-Syslog

v1.1.0
v1.1.1

This is an node module (add-on) to work with system log daemon on unix systems.
Module is tested with node.js v0.3.3 and metalog, syslog-ng 3.1.1.

Read Wiki "setMask" page for more information about how to use "setMask" functionality.


Current version is compatible to node 0.5.7 and higher version. For stable or older releases please use node-syslog v1.0.2
Current version is compatible to node 0.5.7 and higher(0.6.x) version. For stable or older releases please use node-syslog v1.0.2

## Authors

Expand Down
2 changes: 1 addition & 1 deletion node-syslog.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init: SyslogWrapper.init,
log: SyslogWrapper.log,
setMask: SyslogWrapper.setMask,
close: SyslogWrapper.close,
version: '1.1.0',
version: '1.1.1',

/*
* facilities
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-syslog",
"version": "1.1.0",
"version": "1.1.1",
"directories": {
"lib": "./lib"
},
Expand Down

0 comments on commit c38f14b

Please sign in to comment.