Skip to content

Commit 933ef12

Browse files
committed
Bump version to 2.2
Update the release notes but not the screenshots (the version number would be the only visible change).
1 parent c96733c commit 933ef12

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for gpscorrelate
22

3-
PACKAGE_VERSION = 2.1.1git
3+
PACKAGE_VERSION = 2.2
44

55
CC = gcc
66
CXX = g++

RELEASES

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release History:
22

3-
v2.x: X
3+
v2.2: 17 October 2024
4+
- Fix metainfo nits
5+
- Add a few tests for improved coverage
6+
- Add and improve some examples in the man page
7+
- Fix test005 to work with libxml2 2.13
8+
- Mention CSV in the help output for --machine
49

510
v2.1: 3 April 2024
611
- Fix some tests to work in more locales

doc/gpscorrelate-manpage.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!ENTITY dhfirstname "<firstname>Stefano</firstname>">
66
<!ENTITY dhsurname "<surname>Zacchiroli</surname>">
7-
<!ENTITY dhdate "<date>19 Sep 2022</date>">
7+
<!ENTITY dhdate "<date>17 Oct 2024</date>">
88
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
99
<!ENTITY dhemail "<email>[email protected]</email>">
1010
<!ENTITY dhusername "Stefano Zacchiroli">

po/de.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#: gui.c:1784
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gpscorrelate 2.1\n"
9+
"Project-Id-Version: gpscorrelate 2.2\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
1212
"PO-Revision-Date: 2024-10-17 21:41-0700\n"

po/fr.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#: gui.c:1784
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gpscorrelate 2.1\n"
9+
"Project-Id-Version: gpscorrelate 2.2\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
1212
"PO-Revision-Date: 2024-04-03 11:24+0100\n"

po/ru.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#: gui.c:1784
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gpscorrelate 2.1\n"
9+
"Project-Id-Version: gpscorrelate 2.2\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
1212
"PO-Revision-Date: 2019-03-18 10:12+0300\n"

0 commit comments

Comments
 (0)