> For the complete documentation index, see [llms.txt](https://commandbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://commandbox.ortusbooks.com/5.4.0/release-history/5.x-versions/whats-new-in-5.1.1.md).

# What's New in 5.1.1

This release was primarily to address a regression in 5.1.0 affecting Mac OS users who tried to start Lucee servers.  If you see an error similar to this on a Lucee server and you're running a Mac and CommandBox 5.1.0, then this release will fix it for you.

```
lucee.runtime.exp.NativeException: mac os x is not a supported OS platform.
```

If you are upgrading from CommandBox 5.1.0, there are only a handful of tickets which are listed below.  If you are updating from an earlier version of CommandBox, please check out our [5.0.0](https://www.ortussolutions.com/blog/commandbox-500-released) and [5.1.0](https://www.ortussolutions.com/blog/commandbox-510-released) release blogs.

## Release notes

### Bug

* \[[COMMANDBOX-1107](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1107)] - Overzealous gitignore matching of parent directories when zipping up for ForgeBox storage
* \[[COMMANDBOX-1173](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1173)] - Enabling SSL results in some CFHTTP requests to fail.
* \[[COMMANDBOX-1178](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1178)] - writedump failing in Lucee
* \[[COMMANDBOX-1179](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1179)] - File globbing matching partial file names

### Improvement

* \[[COMMANDBOX-1181](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1181)] - Allow for verbose startup without debug logging of requests


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://commandbox.ortusbooks.com/5.4.0/release-history/5.x-versions/whats-new-in-5.1.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
