+
Skip to content

Release 0.31.0 #736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,60 @@

--------------------------------------------------------------------------------

## 0.31.0

Released 2024/07/16.

### Breaking changes

* Deleted support for segment selectors.
[#720](https://github.com/gimli-rs/gimli/pull/720)

* Added `read::FileEntry::source` and deleted `Copy` implementation.
[#728](https://github.com/gimli-rs/gimli/pull/728)

* Changed `read::LineRow::execute` to return a `Result`.
[#731](https://github.com/gimli-rs/gimli/pull/731)

* Deleted `Display` implementation for `read::LineInstruction`.
[#734](https://github.com/gimli-rs/gimli/pull/734)

* Changed `read::Error` to be non-exhaustive.

### Changed

* Fixed `Hash` implementation for `read::EndianReader`.
[#723](https://github.com/gimli-rs/gimli/pull/723)

* Changed `read::EhFrameHdr::parse` to validate the FDE count encoding.
[#725](https://github.com/gimli-rs/gimli/pull/725)

* Changed address overflow to be an error for `read::UnwindTableRow`,
`read::LineRow`, and `read::ArangeEntry`.
[#730](https://github.com/gimli-rs/gimli/pull/730)
[#731](https://github.com/gimli-rs/gimli/pull/731)
[#732](https://github.com/gimli-rs/gimli/pull/732)

* Changed wrapping addition for 32-bit addresses to wrap at 32 bits instead of
at 64 bits.
[#733](https://github.com/gimli-rs/gimli/pull/733)

* Added earlier validation of address sizes.
[#733](https://github.com/gimli-rs/gimli/pull/733)

### Added

* Added `read::IndexSectionId::section_id`.
[#719](https://github.com/gimli-rs/gimli/pull/719)

* Added `read::FrameDescriptionEntry::end_address`.
[#727](https://github.com/gimli-rs/gimli/pull/727)

* Added support for `DW_LNCT_LLVM_source`.
[#728](https://github.com/gimli-rs/gimli/pull/728)

--------------------------------------------------------------------------------

## 0.30.0

Released 2024/05/26.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gimli"
version = "0.30.0"
version = "0.31.0"
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
description = "A library for reading and writing the DWARF debugging format."
documentation = "https://docs.rs/gimli"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
gimli = "0.30.0"
gimli = "0.31.0"
```

The minimum supported Rust version is:
Expand Down
1 change: 1 addition & 0 deletions src/read/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ pub type EndianBuf<'input, Endian> = EndianSlice<'input, Endian>;

/// An error that occurred when parsing.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[non_exhaustive]
pub enum Error {
/// An I/O error occurred while reading.
Io,
Expand Down
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载