Skip to content

Commit 23ac36d

Browse files
author
Nicolas Beguier
committed
Add CHANGELOG_cassh_client.md
1 parent 02383b4 commit 23ac36d

File tree

2 files changed

+115
-36
lines changed

2 files changed

+115
-36
lines changed

CHANGELOG.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

CHANGELOG_cassh_client.md

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
CHANGELOG
2+
=========
3+
4+
CASSH Client
5+
-----
6+
7+
1.4.4
8+
-----
9+
10+
2017/11/29
11+
12+
### Bug Fixes
13+
14+
Clean admin request.
15+
16+
17+
1.4.3
18+
-----
19+
20+
2017/11/28
21+
22+
### Bug Fixes
23+
24+
Fix non-RSA key issue (v1.4.1). Catch an error when signature begin with 'ssh-'.
25+
26+
27+
1.4.2
28+
-----
29+
30+
2017/11/24
31+
32+
### Bug Fixes
33+
34+
Encoding url params. This change the structure of auth_url function.
35+
36+
37+
1.4.1
38+
-----
39+
40+
2017/11/23
41+
42+
### Bug Fixes
43+
44+
Catch an error when signature begin with 'ssh-rsa-cert'.
45+
46+
47+
48+
1.4.0
49+
-----
50+
51+
2017/11/21
52+
53+
### New Features
54+
55+
Admin can force the signature when database is unavailable.
56+
57+
### Changes
58+
59+
- Put version into a global variable.
60+
- Correct usage.
61+
62+
63+
1.3.0
64+
-----
65+
66+
2017/11/20
67+
68+
### Changes
69+
70+
Username is provided when you sign a certificate. This is a patch for CASSH Server v1.3.0.
71+
72+
73+
1.2.0
74+
-----
75+
76+
2017/11/17
77+
78+
### New Features
79+
80+
Admin can set parameters like 'expiry' or 'principals'.
81+
82+
83+
1.1.0
84+
-----
85+
86+
2017/10/05
87+
88+
### New Features
89+
90+
Admin can status every user with : cassh admin all status
91+
92+
### Changes
93+
94+
Add 'print_result' function for cassh client
95+
96+
97+
1.0.1
98+
-----
99+
100+
2017/10/04
101+
102+
### Bug Fixes
103+
104+
Fix config file conflict with version
105+
106+
107+
108+
1.0.0
109+
-----
110+
111+
2017/10/04
112+
113+
### Changes
114+
115+
First stable version

0 commit comments

Comments
 (0)