ncdc 1.2 quickfix release

This commit is contained in:
Yorhel 2011-09-25 17:48:56 +02:00
parent 58ba03bbd6
commit 9290e21c3b
3 changed files with 11 additions and 8 deletions

View file

@ -1,3 +1,6 @@
1.2 - 2011-09-25
- Fixed incorrect handling of outgoing NMDC connections
1.1 - 2011-09-25 1.1 - 2011-09-25
- Select item in file browser when opened from a search result - Select item in file browser when opened from a search result
- Added active_bind setting - Added active_bind setting

View file

@ -209,10 +209,10 @@ INTERACTIVE COMMANDS
nected hubs will be reconnected. nected hubs will be reconnected.
/refresh [<path>] /refresh [<path>]
Initiates a refresh. If no argument is given, the complete list will be Initiates share refresh. If no argument is given, the complete list will
refreshed. Otherwise only the specified directory will be refreshed. The be refreshed. Otherwise only the specified directory will be refreshed.
path argument can be either an absolute filesystem path or a virtual path The path argument can be either an absolute filesystem path or a virtual
within your share. path within your share.
/say <message> /say <message>
Sends a chat message to the current hub or user. You normally don't have Sends a chat message to the current hub or user. You normally don't have
@ -688,4 +688,4 @@ SEE ALSO
ncdc-1.1 September 2011 ncdc(1) ncdc-1.2 September 2011 ncdc(1)

View file

@ -53,7 +53,7 @@ sub home {
E; E;
end; end;
h2 'Updates'; h2 'Updates';
b '2011-09-25'; txt ' ncdc 1.1 released!'; br; b '2011-09-25'; txt ' ncdc 1.1 released - follwed by a 1.2 quickfix.'; br;
b '2011-09-16'; txt ' ncdc 1.0 released!'; br; b '2011-09-16'; txt ' ncdc 1.0 released!'; br;
b '2011-09-15'; txt ' Added some screenshots for ncdu.'; br; b '2011-09-15'; txt ' Added some screenshots for ncdu.'; br;
b '2011-09-03'; txt ' ncdc 0.9 released!'; br; b '2011-09-03'; txt ' ncdc 0.9 released!'; br;
@ -227,8 +227,8 @@ sub ncdc {
h2 'Get ncdc!'; h2 'Get ncdc!';
p; p;
b 'Latest version:'; txt ' 1.1 ('; b 'Latest version:'; txt ' 1.2 (';
a href => '/download/ncdc-1.1.tar.gz', 'download'; a href => '/download/ncdc-1.2.tar.gz', 'download';
txt ' - '; a href => '/ncdc/changes', 'changes'; txt ' - '; a href => '/ncdc/changes', 'changes';
txt ' - '; a href => '/download/ncdc.md5', 'md5'; txt ' - '; a href => '/download/ncdc.md5', 'md5';
txt ' - '; a href => '/download/ncdc.sha1', 'sha1'; txt ' - '; a href => '/download/ncdc.sha1', 'sha1';