mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
- Feature: [NewGRF] Support for extended text code 0x9A 11, print qword (r19570) - Change: Sync Debian packaging updates from Debian, but keep building a single package (r19572) - Fix: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft [FS#3744] (r19584) - Fix: Graphs were not properly updated when going toggling keys (i.e. companies) (r19574) - Fix: The timetable button was not automatically raised [FS#3739] (r19571) - Fix: [NewGRF] Possible buffer underflow in NewGRF string code (r19569)
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
[DEFAULT]
|
|
# Use pristine-tar
|
|
pristine-tar = True
|
|
|
|
[git-dch]
|
|
# We use metaheaders in commit messages.
|
|
meta = True
|
|
# Put git commit ids in the debian changelog.
|
|
id-length = 7
|
|
|
|
[git-import-orig]
|
|
# Use a custom commit message for upstream imports.
|
|
import-msg = New upstream release %(version)s.
|