Skip to content

Commit

Permalink
Merge pull request #104 from jmckenna/release-1.2.1
Browse files Browse the repository at this point in the history
Update for 1.2.1 release
  • Loading branch information
jmckenna committed May 24, 2024
2 parents 86f3404 + 85f0ec2 commit 3714ee2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) <2007-2021> <Barbara Philippot - Olivier Courtin>
Copyright (c) <2007-2024> <Barbara Philippot - Olivier Courtin>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.1 (2024-05-17) *in memory of Olivier Courtin*
- Fix JSON encoding ([#100](https://github.com/MapServer/tinyows/pull/100)) (Kévin Dubuc)
- Use stdbool.h instead of custom definitions ([#99](https://github.com/MapServer/tinyows/pull/99)) (Bas Couwenberg)
- Handle check when using TINYOWS_MAPFILE ([#97](https://github.com/MapServer/tinyows/pull/97)) (Jeff McKenna)

1.2.0 (2021-06-11) *in memory of Olivier Courtin*
- Fix custom types conversion (Vincent Mora)
- Add support for geometry-less tables (Even Rouault)
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

1 change: 1 addition & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.1
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = tinyows
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.2.0
PROJECT_NUMBER = 1.2.1

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion src/ows_define.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define OWS_DEBUG
#endif

#define TINYOWS_VERSION "1.2.0"
#define TINYOWS_VERSION "1.2.1"
#define TINYOWS_FCGI @USE_FCGI@

#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"
Expand Down

0 comments on commit 3714ee2

Please sign in to comment.