Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
c890a0c1
Commit
c890a0c1
authored
Oct 23, 2014
by
Matt Johnston
Browse files
changelog, version number bump
parent
9ec934a9
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
c890a0c1
2014.66 - Thursday 23 October 2014
- Use the same keepalive handling behaviour as OpenSSH. This will work better
with some SSH implementations that have different behaviour with unknown
message types.
- Don't reply with SSH_MSG_UNIMPLEMENTED when we receive a reply to our own
keepalive message
- Set $SSH_CLIENT to keep bash happy, patch from Ryan Cleere
- Fix wtmp which broke since 2013.62, patch from Whoopie
2014.65 - Friday 8 August 2014
- Fix 2014.64 regression, server session hang on exit with scp (and probably
...
...
debian/changelog
View file @
c890a0c1
dropbear
(
2014.66
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
--
Matt
Johnston
<
matt
@
ucc
.
asn
.
au
>
Thu
,
23
Oct
2014
22
:
54
:
00
+
0800
dropbear
(
2014.65
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
...
...
sysoptions.h
View file @
c890a0c1
...
...
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
#define DROPBEAR_VERSION "2014.6
5
"
#define DROPBEAR_VERSION "2014.6
6
"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment