File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- Version 1.2.9, January 26th, 2014
1
+ Version 1.2.11, May 22th, 2015
2
+ =================================
3
+
4
+ - Merge PR #78 (Local authentication support, by @vschoettke )
5
+ - Merge PR #75 (Gfm line breaks, by @apskim )
6
+ - Deprecated the Alone authentication method
7
+
8
+ Version 1.2.9, January 26th, 2015
2
9
=================================
3
10
4
11
- Fixes #64 (crash serving favicon)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var program = require('commander'),
18
18
19
19
global . Git = require ( './lib/gitmech' ) ;
20
20
21
- program . version ( '1.2.10 ' )
21
+ program . version ( '1.2.11 ' )
22
22
. option ( '-c, --config <path>' , 'Specify the config file' )
23
23
. option ( '-#, --hash-string <string>' , 'Create an hash for a string' )
24
24
. option ( '-l, --local' , 'Listen on localhost only' )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jingo" ,
3
- "version" : " 1.2.10 " ,
3
+ "version" : " 1.2.11 " ,
4
4
"description" : " A nodejs based wiki engine (sort of Gollum port)" ,
5
5
"author" : " Claudio Cicali <claudio.cicali@gmail.com>" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments