Changes between Version 27 and Version 28 of WikiStart

Show
Ignore:
Timestamp:
04/11/06 15:33:55 (7 years ago)
Author:
phil (IP: 217.227.153.208)
Comment:

2006-04-11: First release candidate of the 0.4.x series

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    1111= Latest News = 
    1212 
     13== 2006-04-11: First release candidate of the 0.4.x series == 
     14 
     15So after several days in which new bugs kept popping up we are now ready to release the first series of candidates for the 0.4.x branch. Most notably this release adds transport layer security (TLS) to the communication layer. It uses anonymous authentication, though, so the handling of certificates to verify the peer is yet to be implemented. 
     16 
     17Again this release is completly incompatible with previous ones. But at least the protocol version check is still the same so you are properly disconnected on a version mismatch. 
     18 
     19The changes include at least the following (you could possibly find more in the NEWS files of the packages): 
     20 
     21=== net6 1.3.0rc1 === 
     22 
     23 * Encryption support through GNUTLS 
     24 * Allow the use of the net6 protocol with Unix domain sockets 
     25 * Send keep-alives to detect dropped clients 
     26 
     27=== obby 0.4.0rc1 === 
     28 
     29 * Improved text handling through chunks 
     30 * Guarantee encrypted connections through the new net6 TLS facitity 
     31 * Document storage in memory reduced to one central copy which the application could provide through a template parameter 
     32 * Documents with the same name are suffixed with a number 
     33 * Removal of SHA1 and RSA routines, thus losing the GMP dependency 
     34 * New command subsystem 
     35 
     36=== Gobby 0.4.0rc1 === 
     37 
     38 * Reduced CPU usage and memory footprint through the removal of one supplemental document copy 
     39 * Usability enhancements: 
     40   * New button to close the chat window 
     41   * Font types and sizes could now be set for the text editor from within Gobby 
     42   * Documents could now be switched using Ctrl-Alt-Page-Down and Ctrl-Alt-Page-Up 
     43   * Subscribe button is deactivated after it has been hit once for a document 
     44   * Documents with the same name are suffixed with a number 
     45   * Dialogs to host and join sessions are respawned if the attempt failed 
     46   * URLs are now clickable on Windows, OS X and when compiled with Gnome support 
     47   * Emotes through '''/me''' 
     48 
     49=== Sobby 0.4.0rc1 === 
     50 
     51 * XML-based configuration files are now supported (at arbitarary locations) 
     52 * Configuration files could be written by Sobby with all options passed on the command line to ease their initial creation 
     53 * Command subsystem added: 
     54   * Commands could be issues from Gobby's chat console via '''/command''' 
     55   * Removal of documents is implemented through '''/remove <documentname>''' 
     56 
    1357== 2006-04-07: Hey Spammers == 
    1458 
     
    2266 
    2367Thanks to Thomas Glatt this tracker has got a new, shiny appearance and will replace the formerly separate site of Gobby as soon as possible. This will ease our task to keep you up-to-date with information. 
    24  
    25 == 2006-02-20: TLS now working == 
    26  
    27 [ticket:109 TLS encryption] is now implemented into ''net6''. It still needs some refactoring and cleanup but this is a major step on the way to its next major revision. This will enable Gobby to transmit documents and changes to them securely. 
    2868 
    2969== Old news ==