Difference between revisions of "0.4.0"

From ReactOS Wiki
Jump to: navigation, search
m
(SoC is not related to the 0.4 release.)
Line 24: Line 24:
 
* Run Driver Verifier on all ReactOS Drivers
 
* Run Driver Verifier on all ReactOS Drivers
 
* Working basic power control (Shutdown and restart)
 
* Working basic power control (Shutdown and restart)
 
=== [[Summer_of_Code_2006|Google Summer of Code 2006]] [http://code.google.com/soc/reactos/about.html] ===
 
 
* Remote Desktop client application & ActiveX control
 
* ReactOS Print Spooler Service (Spoolsv) [[Printing|wiki]]
 
* Login System [http://soc2006.justinhaygood.com/]
 
* Clipboard Server API Implementation
 
  
 
=== Enhancement ===
 
=== Enhancement ===
Line 42: Line 35:
 
* [http://www.reactos.org/wiki/index.php/Roadmap ReactOS Roadmap ]
 
* [http://www.reactos.org/wiki/index.php/Roadmap ReactOS Roadmap ]
 
* [http://www.reactos.org/wiki/index.php/Tasklist ReactOS TODO/Tasklist]
 
* [http://www.reactos.org/wiki/index.php/Tasklist ReactOS TODO/Tasklist]
* [http://www.reactos.org/wiki/index.php/Summer_of_Code_2006 ReactOS SoC Wiki]
 

Revision as of 18:06, 8 June 2006

This roadmap is subject to change. Things listed below may be completed ahead of the 0.4.0 release.

Required achievements

Show Stoppers

  • Plug and Play Manager
    • Full USB Keyboard and Mouse support
  • Local Security Authority Server
  • More networking client and server applications
    • DHCP Server
    • SMB Filesystem Client
    • NFS Server/Client
    • Telnet Server
  • Continuous Integration System (Keep people from breaking the tree)
  • Regression Testing (Merge with Winehq Regression System)
  • Audit process complete

Critical

  • Build ReactOS with Microsoft Visual C compiler and Platform SDK.
  • Fix Header system. Depends on MS_VC+PSDK Port.
  • All ReactOS Drivers must work on Windows
  • Run Driver Verifier on all ReactOS Drivers
  • Working basic power control (Shutdown and restart)

Enhancement

  • CXTest Graphical Regression testing system merged in to CI system
  • Import the ext2fsd driver in to ReactOS
  • Allow ext2 to be used during install

Related Links