Slashdot Mirror


ReactOS 0.4.5 Released (reactos.org)

An anonymous reader shares Colin Finck's forum post announcing ReactOS version 0.4.5: The ReactOS Project is pleased to release version 0.4.5 as a continuation of its three month cadence. Beyond the usual range of bug fixes and syncs with external dependencies, a fair amount of effort has gone into the graphical subsystem. Thanks to the work of Katayama Hirofumi and Mark Jansen, ReactOS now better serves requests for fonts and font metrics, leading to an improved rendering of applications and a more pleasant user experience. Your continued donations have also funded a contract for Giannis Adamopoulos to fix every last quirk in our theming components. The merits of this work can be seen in ReactOS 0.4.5, which comes with a smoother themed user interface and the future promises to bring even more improvements. In another funded effort, Hermes Belusca-Maito has got MS Office 2010 to run under ReactOS, another application from the list of most voted apps. On top of this, there have been several major fixes in the kernel and drivers that should lead to stability improvements on real hardware and on long-running machines. The general notes, tests, and changelog for the release can be found at their respective links. ISO images and prepared VMs for testing can be downloaded here.

7 of 118 comments (clear)

  1. Re:What about OS/2 ? ArcaOS ? by drinkypoo · · Score: 4, Funny

    Slashdot posted this on the main page and didn't want to post that ArcaOS was released ???

    Why don't both of you OS/2 users have your own forum?

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  2. Re:What about OS/2 ? ArcaOS ? by squiggleslash · · Score: 3, Insightful

    ArcaOS isn't open source. From the point of view of most Slashdotters it's just another proprietary operating system, and not even a particularly significant one. I suspect most of us would be more excited by an update to AmigaOS, but even that wouldn't make the cut these days here.

    --
    You are not alone. This is not normal. None of this is normal.
  3. Re:It is making progress by The123king · · Score: 3, Insightful

    I didn't know GNU Hurd could run MS Office 2010!

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  4. Numbering system by ISoldat53 · · Score: 5, Funny

    0.4.5 Does this mean that it is half way to being half way to being released?

    1. Re:Numbering system by ByteSlicer · · Score: 3, Funny

      0.4.5 Does this mean that it is half way to being half way to being released?

      No, it means the next release will be 0.4.5.6 .

  5. Re:An effort in insane futility.... by OrangeTide · · Score: 3, Interesting

    I dunno, I wouldn't mind a Windows-compatible OS that is open source and doesn't include a bunch of weird Microsoft marketing telemetry.

    I'm a professional Linux developer, and I think there is room in this world for more than one open source operating system. And I still run "legacy" software, why replace software it is working fine and serves my needs, or if it is irreplaceable like a favorite old game?

    --
    “Common sense is not so common.” — Voltaire
  6. Re:What do Slashdotters actually think of this OS? by Dudds · · Score: 3, Informative

    ReactOS is an interesting project and that's about it so far. It has a lot of unimplemented APIs, or "just enough" APIs. This doesn't sound too bad when you realize it can run low level drivers for networking, basic video and Firefox, but it becomes much more apparent how incomplete, and unfortunately unstable, this OS really is:
    - The UI can hard lock randomly
    - A lot of the Win32 layer is based on Wine, which means it's a port, and has a lot of issues running programs, even Firefox
    - Video acceleration is completely absent, let alone 3d, 2d acceleration isn't there
    - Due to no acceleration, scrolling in Firefox brings back the days of slow modems as you watch chunks of the screen fill in, even after the page has loaded
    - VERY RUDIMENTARY NT kernel APIs... IE you need an external wireless manager to use WiFi, if you can get a WiFi driver running at all
    - Most drivers won't work, even if you force them in... only basic ones, like some of the virtio ones, even work
    - The networking is very basic and lacks any advanced functionality, firewall included
    - No IPv6 support... you don't care until you do
    - Bare bones NTFS support (readonly) and FAT support is really just "read and write files"
    - File explorer is very buggy and simple, crashing with even the most basic of operations, ie moving files
    - No UNC paths and poor integration of Samba means no file sharing or a long road to maybe getting smbclient to work

    Aside from all those issues, really it's the random hanging of software, the UI, lack of acceleration and minimal implementation of APIs that makes this not really usable beyond curiosity. It'd be REALLY hard to use this in any daily situation without A LOT of frustration. Running it in a VM means it boots quick, but after the 30th reboot "just playing around," it's a no go for me.