> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/command-centre-releases/release-history/supported-gallagher-command-centre-releases/command-centre-9.20-releases/9.20-maintenance-release-1.md).

# 9.20 Maintenance Release 1

Enhancements in this version are as follows

| **Tech Ref** | **Description**                                                             | **Component** |
| ------------ | --------------------------------------------------------------------------- | ------------- |
| 141853       | 9.20 Post OpenSSL 3.0: Restore Memory Tracing capability for MemStats types | Controller    |
| 144395       | Add network details to diagnostic web page                                  | Controller    |
| 145331       | Reader compatible with Apple pass v1 and v2                                 | Controller    |
| 148206       | Status and Alarms based on NIC Bonding setup                                | Server        |
| 148209       | NIC Bonding for C7000 Enhanced                                              | Server        |
| 148735       | Implement the Command Centre change to enable Sensor Bus                    | Client        |

Bug fixes in this version are as follows.

| **Tech Ref** | **Description**                                                                               | **Fixed In**       |
| ------------ | --------------------------------------------------------------------------------------------- | ------------------ |
| 138351       | Hangs when adding or deleting a card                                                          | Server             |
| 139280       | T20 Terminal: Pressing the 'Mode' key followed by the 'Back' key on T20 is resulting in error | Controller         |
| 143849       | Controller memory low and keep restarting                                                     | Controller         |
| 144494       | T10/T20 unable to read third party Mifare Classic 1k                                          | Controller         |
| 144601       | Zone Count in awaiting status after site upgrade                                              | Server             |
| 144792       | Event notification Email Subject stays on default after custom set                            | Server             |
| 145154       | Operator can edit Revealable and Editable PDF in alarm viewer                                 | Server             |
| 145272       | Crash where WriteFields object is destroyed whilst in use                                     | Server             |
| 145752       | Memory Low Alarm on Controllers                                                               | Controller         |
| 146180       | Locker card events don't count to the disable inactive cards                                  | Server             |
| 146582       | Command Centre database template creation failed                                              | Workstation Client |
| 146653       | Command Centre service Crashing & Asserting                                                   | Server             |
| 146781       | Controller Upgrade tool Unhandled Exception                                                   | Config Client      |
| 147209       | Site is getting 400 bad request on PATCH query to REST, but 204 when resending same query     | Server             |
| 148178       | Exiting through door assigned to workstation with CODE crashes Command Centre Client          | Workstation Client |
| 148690       | The operator of a child division has access to Competency and Card of Root Division           | Server/Workstation |

&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://help.security.gallagher.com/command-centre/command-centre-releases/release-history/supported-gallagher-command-centre-releases/command-centre-9.20-releases/9.20-maintenance-release-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
