Skip to content

0.0.4

Compare
Choose a tag to compare
@perlun perlun released this 21 Feb 21:03
· 131 commits to master since this release

General release notes

No major changes or improvements; mostly a "small improvements" release. The single biggest improvements are:

  • Updated the Vagrant & Travis settings to use gcc version 5 (instead of version 4.7 which was the previously assumed version).
  • Added support for building servers in Rust. Rust is still a quite "new" language in terms of stabilization and feature support; the first "stable" version 1.0 was released in May 2015. Still, it has interesting features and is a much more "modern" systems programming language than C/C++ which means it should be quite useful for writing parts of chaos with it. Don't expect a full system rewrite in Rust within any near future though... 😉

Details

  • #55: Vagrantfile: Added gdb package and .gdbinit config
  • #56: Added very basic support for Rust compilation
  • #58: Added Rust libcore and rlibc
  • #60: Simplified grub stage2 copying as a result of #52
  • #61: rakelib/common_rules.rake: Minor lint fixes.
  • #62: Updated to gcc version 5.
  • #63: Use rust nightly from last night.
  • #64: Re-enabled code that downloads and unpacks rlibc.
  • #65: Recompiled the libcore and rlibc.
  • #66: Linter fixes, to be Rubocop clean.
  • #67: Removed autochaos