Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kioslave / fish / ChangeLog
blob3864e6593f1c29998813ee5cf07d16da96d28565
1 1.2.3 by Willy De la Court <willy.delacourt@pandora.be>
2         Changes in the EXEC code as Jörg Walter proposed.
3         fixed 2 bugs when executing in Shell mode
5 1.2.2 by Willy De la Court <willy.delacourt@pandora.be>
6         Security fix tempfile should not be world readable
7         bugfix write to the file not the command
9 1.2.1 by Willy De la Court <willy.delacourt@pandora.be>
10         implemented su for fish://localhost/
11         fish://root@localhost/ will su to root
12         fish://someuser@localhost/ will su to someuser
13         fish://localhost:22/ will still use ssh
14         strange problem with su when sending password need to wait a while (1 sec)
15         after reception of the password prompt.
16         some indentations fixed
17         i18n all messages
19 1.2 by Willy De la Court <willy.delacourt@pandora.be>
20         implementation of the EXEC function
21         made sure all the VER lines where the same
22         used eval and system() for executing the command
23         Send the VER command directly after the FISH command.
24         After using kill to close the child process used wait to really make sure the child
25         has died. If the child took some time to die the select()
26         returns "Interrupted system call" error. This should solve some hanging problems.
27         added hasExec so it can be tested.
28         backport to BRANCH sendCommand(FISH_VER); and wait(NULL) to fix potential bugs.
30 1.1.4 by Willy De la Court <willy.delacourt@pandora.be>
31         fixes Bug 49881: file time differs by 1 hour
32         and backported to BRANCH
34 1.1.3
35         removed compression option, which fixes 2 bugs: #45448 and an
36         untracked user report about ssh version misdetect; also, is
37         more consistent with overall design policy: leave connection
38         details to the ssh client
40         fixed a bug which made lots of ssh zombie processes hang around
42 1.1.2
43         fixed a bug which made inserting shell args via fish:-URL possible
45 1.1.1
46         fixed shell mode symlink display
48         made perl server compatible with 5.005
50 1.1
51         added a perl server implementation which is transferred
52         and started automatically if perl is present
54         added KDE3 support
56         added support for commercial SSH
58         modifed shell commands to use file(1)'s -i option (version
59         3.37 and up) instead of local hack
61         fixed an annoying bug with copying/moving dir trees
63         fixed bug which made creating new files fail sometimes
65         added support for changing the user name in the pass dialog
67 1.0.1
68         added #include <sys/resource.h> (needed on some platforms)
70 1.0
71         initial release