~ubuntu-branches/ubuntu/vivid/dropbear/vivid

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2011-11-16 12:36:03 UTC
  • mfrom: (1.4.4)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20111116123603-qkpk0p5e3gegporw
ImportĀ upstreamĀ versionĀ 2011.54

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011.54 - Tuesday 8 November 2011
 
2
 
 
3
- Building statically works again, broke in 0.53 and 0.53.1
 
4
 
 
5
- Fix crash when forwarding with -R
 
6
 
 
7
- Fixed various leaks found by Klocwork analysis software, thanks to them for
 
8
  running it
 
9
 
 
10
- Set IPTOS_LOWDELAY for IPv6, thanks to Dave Taht
 
11
 
 
12
- Bind to sockets with IPV6_V6ONLY so that it works properly on systems
 
13
  regardless of the system-wide setting
 
14
 
 
15
- Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public key logins
 
16
  to accounts with a blank password. Thanks to Rob Landley
 
17
 
 
18
- Fixed case where "-K 1" keepalive for dbclient would cause a SSH_MSG_IGNORE
 
19
  packet to be sent
 
20
 
 
21
- Avoid some memory allocations in big number maths routines, improves
 
22
  performance slightly
 
23
 
 
24
- Fix symlink target for installdropbearmulti with DESTDIR set, thanks to
 
25
  Scottie Shore
 
26
 
 
27
- When requesting server allocated remote ports (-R 0:host:port) print a
 
28
  message informing what the port is, thanks to Ali Onur Uyar.
 
29
 
 
30
- New version numbering scheme.
 
31
 
 
32
Source repository has now migrated to Mercurial at 
 
33
https://secure.ucc.asn.au/hg/dropbear/graph/default
 
34
 
1
35
0.53.1 - Wednesday 2 March 2011
2
36
 
3
37
- -lcrypt needs to be before object files for static linking