File: ChangeLog

package info (click to toggle)
libj2ssh-java 0.2.9-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,788 kB
  • sloc: java: 39,998; xml: 197; sh: 13; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

Version 0.2.9
-------------

* com/sshtools/j2ssh/io/ByteArrayWriter.java (sahu)
  - UFT-8 patch

* applied patch number [977590] 
  - possible deadlock in transport lock handling

* made source compilable with Java 5 (sahu)
  - enum -> en
  - changed getState() -> getStartStopState() [SessionChannelServer.java]

* cosmetic refactoring (sahu)
  - removed calls to deprecated methods
  - example: hide() replaced by setVisible()
  
* com/sshtools/j2ssh/sftp/FileAttributes.java (sahu)
  - fixed test for symbolic links

*  com/sshtools/j2ssh/sftp/SftpFile.java (sahu)
  - changed permission handling
  
* rekey patch (sahu)
  - rekey bug when more than 1 GB is transferred


Version 0.2.8
-------------

- changed license to GPL only
- changed ant build.xml file to compile j2ssh with Java > 1.4