diff --git a/dat/ncdc-changelog b/dat/ncdc-changelog index 514913b..ad4a336 100644 --- a/dat/ncdc-changelog +++ b/dat/ncdc-changelog @@ -1,3 +1,6 @@ +1.2 - 2011-09-25 + - Fixed incorrect handling of outgoing NMDC connections + 1.1 - 2011-09-25 - Select item in file browser when opened from a search result - Added active_bind setting diff --git a/dat/ncdc-man b/dat/ncdc-man index a2b68eb..239a269 100644 --- a/dat/ncdc-man +++ b/dat/ncdc-man @@ -209,10 +209,10 @@ INTERACTIVE COMMANDS nected hubs will be reconnected. /refresh [] - Initiates a refresh. If no argument is given, the complete list will be - refreshed. Otherwise only the specified directory will be refreshed. The - path argument can be either an absolute filesystem path or a virtual path - within your share. + Initiates share refresh. If no argument is given, the complete list will + be refreshed. Otherwise only the specified directory will be refreshed. + The path argument can be either an absolute filesystem path or a virtual + path within your share. /say 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) diff --git a/index.cgi b/index.cgi index c5dbc89..d561797 100755 --- a/index.cgi +++ b/index.cgi @@ -53,7 +53,7 @@ sub home { E; end; 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-15'; txt ' Added some screenshots for ncdu.'; br; b '2011-09-03'; txt ' ncdc 0.9 released!'; br; @@ -227,8 +227,8 @@ sub ncdc { h2 'Get ncdc!'; p; - b 'Latest version:'; txt ' 1.1 ('; - a href => '/download/ncdc-1.1.tar.gz', 'download'; + b 'Latest version:'; txt ' 1.2 ('; + a href => '/download/ncdc-1.2.tar.gz', 'download'; txt ' - '; a href => '/ncdc/changes', 'changes'; txt ' - '; a href => '/download/ncdc.md5', 'md5'; txt ' - '; a href => '/download/ncdc.sha1', 'sha1';