Publish version 0.9.0

This commit is contained in:
Vincent Ollivier 2022-11-11 10:43:44 +01:00
parent b51b060ec1
commit da9fca121b
3 changed files with 51 additions and 42 deletions

View File

@ -1,45 +1,54 @@
# Changelog
## Unreleased
- Add macro to Lisp (#425)
- Run clippy (#424)
- Update pc-keyboard from 0.5.1 to 0.6.1 (#423)
- Add TCO to Lisp (#420)
- Add if and while to Lisp (#418)
- Refactor Lisp (#417)
- Add BigInt support to Lisp (#415)
- Extend and refactor Lisp implementation (#412)
- Add apply to Lisp (#410)
- Add Conway's Game of Life (#409)
- Improve shell (#405)
- Add support for closing connections in request to HTTP server (#406)
- Exit from alloc errors after page fault in userspace (#404)
- Improve Lisp forms (#402)
- Add more bytes to RNG seed when RDRAND is not available (#401)
- Add RTC device file (#400)
- Update shell redirections (#399)
- Improve http timeout (#397)
- Move /ini/lisp to /lib/lisp (#398)
- Switch HTTP server to HTTP 1.1 (#395)
- Add cache to AtaBlockDevice (#396)
- Fix makefile variables (#394)
- Add makefile arg for qemu audio (#393)
- Add new forms to lisp (#385)
- Improve HTTP server (#391)
- Update users file (#389)
- ATA: Sata LBA2 wrong address (#388)
- Add file append (#387)
- Bump base64 from 0.13.0 to 0.13.1 (#422)
- Bump linked_list_allocator from 0.10.3 to 0.10.4 (#416)
- Bump sha2 from 0.10.5 to 0.10.6 (#413)
- Bump raw-cpuid from 10.5.0 to 10.6.0 (#411)
- Bump sha2 from 0.10.3 to 0.10.5 (#407)
- Bump linked_list_allocator from 0.10.1 to 0.10.3 (#408)
- Bump sha2 from 0.10.2 to 0.10.3 (#403)
- Improve QEMU options (#384)
- Bump raw-cpuid from 10.4.0 to 10.5.0 (#390)
- Bump libm from 0.2.3 to 0.2.5 (#386)
## 0.9.0 (2022-11-11)
- Add BigInt support to Lisp ([#415](https://github.com/vinc/moros/pull/415))
- Add Conway's Game of Life ([#409](https://github.com/vinc/moros/pull/409))
- Add RTC device file ([#400](https://github.com/vinc/moros/pull/400))
- Add TCO to Lisp ([#420](https://github.com/vinc/moros/pull/420))
- Add apply to Lisp ([#410](https://github.com/vinc/moros/pull/410))
- Add cache to AtaBlockDevice ([#396](https://github.com/vinc/moros/pull/396))
- Add compilation option to set memory size ([#433](https://github.com/vinc/moros/pull/433))
- Add file append ([#387](https://github.com/vinc/moros/pull/387))
- Add if and while to Lisp ([#418](https://github.com/vinc/moros/pull/418))
- Add macro to Lisp ([#425](https://github.com/vinc/moros/pull/425))
- Add makefile arg for qemu audio ([#393](https://github.com/vinc/moros/pull/393))
- Add more bytes to RNG seed when RDRAND is not available ([#401](https://github.com/vinc/moros/pull/401))
- Add new forms to lisp ([#385](https://github.com/vinc/moros/pull/385))
- Add size unit options to commands ([#434](https://github.com/vinc/moros/pull/434))
- Add support for closing connections in request to HTTP server ([#406](https://github.com/vinc/moros/pull/406))
- Exit from alloc errors after page fault in userspace ([#404](https://github.com/vinc/moros/pull/404))
- Extend and refactor Lisp implementation ([#412](https://github.com/vinc/moros/pull/412))
- Fix editor delete ([#429](https://github.com/vinc/moros/pull/429))
- Fix makefile variables ([#394](https://github.com/vinc/moros/pull/394))
- Fix process table panic ([#435](https://github.com/vinc/moros/pull/435))
- Fix SATA LBA2 wrong address ([#388](https://github.com/vinc/moros/pull/388))
- Improve HTTP server ([#391](https://github.com/vinc/moros/pull/391))
- Improve Lisp forms ([#402](https://github.com/vinc/moros/pull/402))
- Improve QEMU options ([#384](https://github.com/vinc/moros/pull/384))
- Improve http timeout ([#397](https://github.com/vinc/moros/pull/397))
- Improve shell ([#405](https://github.com/vinc/moros/pull/405))
- Move /ini/lisp to /lib/lisp ([#398](https://github.com/vinc/moros/pull/398))
- Reduce filesizes ([#430](https://github.com/vinc/moros/pull/430))
- Refactor Lisp ([#417](https://github.com/vinc/moros/pull/417))
- Run clippy ([#424](https://github.com/vinc/moros/pull/424))
- Run clippy ([#438](https://github.com/vinc/moros/pull/438))
- Switch HTTP server to HTTP 1.1 ([#395](https://github.com/vinc/moros/pull/395))
- Update lisp doc and examples ([#428](https://github.com/vinc/moros/pull/428))
- Update pc-keyboard from 0.5.1 to 0.6.1 ([#423](https://github.com/vinc/moros/pull/423))
- Update rust version ([#432](https://github.com/vinc/moros/pull/432))
- Update shell redirections ([#399](https://github.com/vinc/moros/pull/399))
- Update users file ([#389](https://github.com/vinc/moros/pull/389))
- Use git describe to display version ([#437](https://github.com/vinc/moros/pull/437))
- Bump base64 from 0.13.0 to 0.13.1 ([#422](https://github.com/vinc/moros/pull/422))
- Bump libm from 0.2.3 to 0.2.5 ([#386](https://github.com/vinc/moros/pull/386))
- Bump libm from 0.2.5 to 0.2.6 ([#436](https://github.com/vinc/moros/pull/436))
- Bump linked_list_allocator from 0.10.1 to 0.10.3 ([#408](https://github.com/vinc/moros/pull/408))
- Bump linked_list_allocator from 0.10.3 to 0.10.4 ([#416](https://github.com/vinc/moros/pull/416))
- Bump raw-cpuid from 10.4.0 to 10.5.0 ([#390](https://github.com/vinc/moros/pull/390))
- Bump raw-cpuid from 10.5.0 to 10.6.0 ([#411](https://github.com/vinc/moros/pull/411))
- Bump sha2 from 0.10.2 to 0.10.3 ([#403](https://github.com/vinc/moros/pull/403))
- Bump sha2 from 0.10.3 to 0.10.5 ([#407](https://github.com/vinc/moros/pull/407))
- Bump sha2 from 0.10.5 to 0.10.6 ([#413](https://github.com/vinc/moros/pull/413))
## 0.8.0 (2022-08-05)
- Add Brautigan poem ([#373](https://github.com/vinc/moros/pull/373))

2
Cargo.lock generated
View File

@ -237,7 +237,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "moros"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"acpi",
"aml",

View File

@ -1,7 +1,7 @@
[package]
name = "moros"
description = "MOROS: Obscure Rust Operating System"
version = "0.8.0"
version = "0.9.0"
authors = ["Vincent Ollivier <v@vinc.cc>"]
edition = "2018"
license = "MIT"