Difference between revisions of "Community Changelog-0.4.10"

From ReactOS Wiki
Jump to: navigation, search
(Progress)
(Catched on finally, but I'm really tired of writing Katayama's wonderful commits :))
Line 8: Line 8:
 
** NT 5.x and ReactOS installations are now detected.
 
** NT 5.x and ReactOS installations are now detected.
  
 +
* SE: Overhauled token management and fixed some bugs. (Hermes Belusca-Maito)
 
* CRT: Fixed a bug prevented Git properly running. (Stanislav Motylkov)
 
* CRT: Fixed a bug prevented Git properly running. (Stanislav Motylkov)
  
 
'''Win32 subsystem:'''
 
'''Win32 subsystem:'''
  
 +
* win32ss/ntuser: Fixed some clipboard issues. (Katayama Hirofumi MZ)
 +
* win32ss/ntuser: Fixed many painting hangs. (Hermes Belusca-Maito)
 +
* win32ss/ntgdi: Refactored font engine. (Katayama Hirofumi MZ)
 +
* win32ss/ntgdi: A major bug in FreeType causing BSoD was fixed. (Mark Jansen)
 
* winlogon: Fixed some bugs, so you can properly logoff and back on. (Eric Kohl)
 
* winlogon: Fixed some bugs, so you can properly logoff and back on. (Eric Kohl)
 
* gdi32: Added partial bidirectional text support. ''Some areas on the system are still not properly rendered.'' (Baruch Rutman)
 
* gdi32: Added partial bidirectional text support. ''Some areas on the system are still not properly rendered.'' (Baruch Rutman)
 +
* user32: Implemented cascading windows. (Katayama Hirofumi MZ)
 +
* user32: Implemented tiling windows. (Katayama Hirofumi MZ)
 +
* user32: Fixed display of owned popup windows. (Katayama Hirofumi MZ)
  
 
'''Drivers:'''
 
'''Drivers:'''
Line 25: Line 33:
 
* Start-Run now sets proper current directory. (Katayama Hirofumi MZ)
 
* Start-Run now sets proper current directory. (Katayama Hirofumi MZ)
 
* Fixed auto startup of Start Menu. (Katayama Hirofumi MZ)
 
* Fixed auto startup of Start Menu. (Katayama Hirofumi MZ)
 +
* Fixed crash while pressing Context Menu key. (Katayama Hirofumi MZ)
 +
* Update environmetal variables without restart. (Katayama Hirofumi MZ)
 +
* Implemented 'Show Desktop' action of taskbar, along with Win+D/M keys. (Katayama Hirofumi MZ)
 +
* Fixed creation of shortcuts in Start Menu. (Jared Smudde)
  
 
'''System DLLs:'''
 
'''System DLLs:'''
Line 36: Line 48:
 
* shell32: Implemented General tab of Folder Options. (Katayama Hirofumi MZ)
 
* shell32: Implemented General tab of Folder Options. (Katayama Hirofumi MZ)
 
* shell32: Fixed icon picking for folders/files. (Katayama Hirofumi MZ)
 
* shell32: Fixed icon picking for folders/files. (Katayama Hirofumi MZ)
 +
* shell32: Implemented folder customization. (Katayama Hirofumi MZ)
 
* shell32: Files copied to same place are now renamed. (Denis Malikov)
 
* shell32: Files copied to same place are now renamed. (Denis Malikov)
 
* shell32: Icons specified in desktop.ini are now properly found. (Katayama Hirofumi MZ)
 
* shell32: Icons specified in desktop.ini are now properly found. (Katayama Hirofumi MZ)
Line 41: Line 54:
 
* shell32: Enabled custom CD/DVD icons from autorun. (Katayama Hirofumi MZ)
 
* shell32: Enabled custom CD/DVD icons from autorun. (Katayama Hirofumi MZ)
 
* shell32: Icons of special shell folders are now properly shown. (Katayama Hirofumi MZ)
 
* shell32: Icons of special shell folders are now properly shown. (Katayama Hirofumi MZ)
 +
* shell32: Fixes for shell profile folders. (Hermes Belusca-Maito)
 +
* shell32: Update environmental variables without restart. (Katayama Hirofumi MZ)
 +
* shell32: Added missing 'Properties' right click menu item in My Computer. (Katayama Hirofumi MZ)
 
* msgina: Bugfixes have been made for proper logon. (Eric Kohl)
 
* msgina: Bugfixes have been made for proper logon. (Eric Kohl)
 
* userenv: Improved support for system builtin accounts. This will fix lots of service-related problems. (Eric Kohl)
 
* userenv: Improved support for system builtin accounts. This will fix lots of service-related problems. (Eric Kohl)
 
* msv1_0: Added support for logging on system builtin accounts. (Eric Kohl)
 
* msv1_0: Added support for logging on system builtin accounts. (Eric Kohl)
 +
* lsasrv: Some token related work. (Hermes Belusca-Maito)
 
* syssetup: Apply some security settings. (Eric Kohl)
 
* syssetup: Apply some security settings. (Eric Kohl)
  
Line 50: Line 67:
 
* autochk: Skipping disk repair on boot is now allowed. (Pierre Schweitzer)
 
* autochk: Skipping disk repair on boot is now allowed. (Pierre Schweitzer)
 
* regedit: Fixed importing very big *.reg files. (Getequ)
 
* regedit: Fixed importing very big *.reg files. (Getequ)
 +
* services: Removed some big hacks. (Hermes Belusca-Maito)
 +
* appwiz.cpl: Added support for adding Internet shortcuts. (Katayama Hirofumi MZ)
 +
* net: Added many missing pieces to this command. (Eric Kohl)
  
 
'''Tasks:'''
 
'''Tasks:'''
Line 55: Line 75:
 
* User-mode DLLs are synced with Wine-Staging 3.9. (Amine Khaldi)
 
* User-mode DLLs are synced with Wine-Staging 3.9. (Amine Khaldi)
 
* Upgraded btrfs to 1.0.2. (Pierre Schweitzer)
 
* Upgraded btrfs to 1.0.2. (Pierre Schweitzer)
 +
* Some more 64-bit work. ''64-bit port of ReactOS is still not finished.'' (Timo Kreuzer)
  
 
{{Navigation Community Changelog}}
 
{{Navigation Community Changelog}}

Revision as of 12:47, 26 July 2018

This page is related to an upcoming release

ReactOS 0.4.10 is not released yet, the information on this page is referring to the future release of ReactOS 0.4.10.
A Release Engineer should remove this notification once the version is released.


This page is still unfinished and being worked on by ReactOS Community.

This page is updated as ReactOS development progresses, check out here regularly!
Contributions are accepted! Please read here for contributing.


Kernel:

    • Major work have been merged for 1st stage setup (Hermes Belusca-Maito):
    • Preparation for future GUI setup.
    • Filesystem on the disks are now detected.
    • NT 5.x and ReactOS installations are now detected.
  • SE: Overhauled token management and fixed some bugs. (Hermes Belusca-Maito)
  • CRT: Fixed a bug prevented Git properly running. (Stanislav Motylkov)

Win32 subsystem:

  • win32ss/ntuser: Fixed some clipboard issues. (Katayama Hirofumi MZ)
  • win32ss/ntuser: Fixed many painting hangs. (Hermes Belusca-Maito)
  • win32ss/ntgdi: Refactored font engine. (Katayama Hirofumi MZ)
  • win32ss/ntgdi: A major bug in FreeType causing BSoD was fixed. (Mark Jansen)
  • winlogon: Fixed some bugs, so you can properly logoff and back on. (Eric Kohl)
  • gdi32: Added partial bidirectional text support. Some areas on the system are still not properly rendered. (Baruch Rutman)
  • user32: Implemented cascading windows. (Katayama Hirofumi MZ)
  • user32: Implemented tiling windows. (Katayama Hirofumi MZ)
  • user32: Fixed display of owned popup windows. (Katayama Hirofumi MZ)

Drivers:

  • storport: Some progress. AHCI disks are now detected. (Eric Kohl)
  • fastfat: Beginnings of FAT32 statistics support. (Pierre Schweitzer)
  • fastfat: Fixed renaming files on root directory. (Pierre Schweitzer)

Shell:

  • Start-Run now sets proper current directory. (Katayama Hirofumi MZ)
  • Fixed auto startup of Start Menu. (Katayama Hirofumi MZ)
  • Fixed crash while pressing Context Menu key. (Katayama Hirofumi MZ)
  • Update environmetal variables without restart. (Katayama Hirofumi MZ)
  • Implemented 'Show Desktop' action of taskbar, along with Win+D/M keys. (Katayama Hirofumi MZ)
  • Fixed creation of shortcuts in Start Menu. (Jared Smudde)

System DLLs:

  • advapi32: Fixed some crashes. (Hermes Belusca-Maito)

User-mode DLLs:

  • shell32: Added icons to listview of File Types property sheet of Folder Options. (Katayama Hirofumi MZ)
  • shell32: Implemented advanced functions of File Types property sheet of Folder Options. Also implemented Change button. This allows the user to edit the File Type/extension information. (Katayama Hirofumi MZ)
  • shell32: Implemented General tab of Folder Options. (Katayama Hirofumi MZ)
  • shell32: Fixed icon picking for folders/files. (Katayama Hirofumi MZ)
  • shell32: Implemented folder customization. (Katayama Hirofumi MZ)
  • shell32: Files copied to same place are now renamed. (Denis Malikov)
  • shell32: Icons specified in desktop.ini are now properly found. (Katayama Hirofumi MZ)
  • shell32: Implemented 'Open As...' function. (Katayama Hirofumi MZ)
  • shell32: Enabled custom CD/DVD icons from autorun. (Katayama Hirofumi MZ)
  • shell32: Icons of special shell folders are now properly shown. (Katayama Hirofumi MZ)
  • shell32: Fixes for shell profile folders. (Hermes Belusca-Maito)
  • shell32: Update environmental variables without restart. (Katayama Hirofumi MZ)
  • shell32: Added missing 'Properties' right click menu item in My Computer. (Katayama Hirofumi MZ)
  • msgina: Bugfixes have been made for proper logon. (Eric Kohl)
  • userenv: Improved support for system builtin accounts. This will fix lots of service-related problems. (Eric Kohl)
  • msv1_0: Added support for logging on system builtin accounts. (Eric Kohl)
  • lsasrv: Some token related work. (Hermes Belusca-Maito)
  • syssetup: Apply some security settings. (Eric Kohl)

Commands and utilities:

  • autochk: Skipping disk repair on boot is now allowed. (Pierre Schweitzer)
  • regedit: Fixed importing very big *.reg files. (Getequ)
  • services: Removed some big hacks. (Hermes Belusca-Maito)
  • appwiz.cpl: Added support for adding Internet shortcuts. (Katayama Hirofumi MZ)
  • net: Added many missing pieces to this command. (Eric Kohl)

Tasks:

  • User-mode DLLs are synced with Wine-Staging 3.9. (Amine Khaldi)
  • Upgraded btrfs to 1.0.2. (Pierre Schweitzer)
  • Some more 64-bit work. 64-bit port of ReactOS is still not finished. (Timo Kreuzer)
Versions / Official Changelogs / Community Changelogs
0.4.x Series 0.4.1 | 0.4.2 | 0.4.3 | 0.4.4 | 0.4.5 | 0.4.6 | 0.4.7 | 0.4.8 | 0.4.9 | 0.4.10 | 0.4.11 | 0.4.12 | 0.4.13 | 0.4.14 | 0.4.15