Merge branch '1.37'
This commit is contained in:
commit
0a0b4b000c
6
NEWS
6
NEWS
@ -1,6 +1,12 @@
|
||||
Geany 1.38 (unreleased)
|
||||
|
||||
|
||||
Geany 1.37.1 (November 08, 2020)
|
||||
|
||||
Windows
|
||||
* Fix crash on first startup (Issue#2639, PR#2645).
|
||||
|
||||
|
||||
Geany 1.37 (October 25, 2020)
|
||||
|
||||
General
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.TH "GEANY" "1" "October 25, 2020" "geany @VERSION@" ""
|
||||
.TH "GEANY" "1" "November 08, 2020" "geany @VERSION@" ""
|
||||
.SH "NAME"
|
||||
Geany \(em a small and lightweight IDE
|
||||
.SH "SYNOPSIS"
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
Frank Lanitz,
|
||||
Colomban Wendling,
|
||||
Matthew Brush
|
||||
:Date: 2020-10-25
|
||||
:Date: 2020-11-08
|
||||
:Version: |(version)|
|
||||
|
||||
Copyright © 2005 The Geany contributors
|
||||
|
||||
@ -406,7 +406,7 @@ static gint get_windows_socket_port(void)
|
||||
if (! g_file_test(configfile, G_FILE_TEST_IS_REGULAR))
|
||||
{
|
||||
geany_debug(
|
||||
"No user config file found, use default TCP port (%s).",
|
||||
"No user config file found, use default TCP port (%d).",
|
||||
SOCKET_WINDOWS_REMOTE_CMD_PORT);
|
||||
g_free(configfile);
|
||||
return SOCKET_WINDOWS_REMOTE_CMD_PORT;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user