Skip to content

Commit 031d046

Browse files
committed
update for 1.2.1 release
1 parent ca5bc25 commit 031d046

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) <2007-2021> <Barbara Philippot - Olivier Courtin>
1+
Copyright (c) <2007-2024> <Barbara Philippot - Olivier Courtin>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

NEWS renamed to NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.1 (2024-05-17) *in memory of Olivier Courtin*
2+
- Handle check when using TINYOWS_MAPFILE
3+
14
1.2.0 (2021-06-11) *in memory of Olivier Courtin*
25
- Fix custom types conversion (Vincent Mora)
36
- Add support for geometry-less tables (Even Rouault)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = tinyows
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.2.0
26+
PROJECT_NUMBER = 1.2.1
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/ows_define.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define OWS_DEBUG
2929
#endif
3030

31-
#define TINYOWS_VERSION "1.2.0"
31+
#define TINYOWS_VERSION "1.2.1"
3232
#define TINYOWS_FCGI @USE_FCGI@
3333

3434
#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"

0 commit comments

Comments
 (0)