Skip to content

Commit

Permalink
Update version numbers and docs for v1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Jun 8, 2022
1 parent 2cd6adb commit 55b28a9
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 22 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## Version 1.5.1
<time datetime="2022-06-08T08:31:00-04:00">June 8, 2022</time>

<time datetime="2022-01-18T07:47:51-05:00">January 18, 2022</time>

* Update copyright years.
* Fix a bug in `configure.ac` where the GNU option, as well intended as it was, caused the package not to compile on some versions of `autoconf`.
* Completely rewrite the build script to have a standard `autogen`, `configure`, and `make`.
* Eliminate compiler errors when using `-Wextra`.
* Fix a bug where [APRS.fi](https://APRS.fi) would not accept wind gust speeds if it was placed before the temperature. This is a bug on their end, but it's a painless change over here. (Thank you, [Menno](https://github.com/pd9mwo)!)

## Version 1.5
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aprs-weather-submit version 1.5
# aprs-weather-submit version 1.5.1
# Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
#
# This file, Makefile.am, is part of aprs-weather-submit.
Expand Down
12 changes: 6 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# aprs-weather-submit news

This file details all of the user-facing changes that are in version 1.5 of
This file details all of the user-facing changes that are in version 1.5.1 of
aprs-weather-submit. For more details, please consult the CHANGELOG file or
this project's GitHub page.

## NEW AND IMPROVED INSTALLATION PROCESS

The Makefile was replaced by an Autoconf script. Users will be able to
install this package with the usual *nix process:
The Makefile was replaced by an Autoconf script and a proper *nix build process.
Users will be able to install this package with the usual *nix process:

./autogen.sh
./configure
make
make install

Because of this, the -DNO_APRSIS make option is being removed. Instead, run
./configure --without-aprs-is.
./configure --disable-aprs-is


## ALTITUDE REPORTING
Expand All @@ -38,5 +39,4 @@ However, if you do use this option, please consider telling a friend about
aprs-weather-submit.

-----
For information about older versions, consult the CHANGELOG or CHANGELOG.md
files.
For information about older versions, consult the CHANGELOG.md files.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ This app supports all of the weather data parameters defined in APRS versions up
* Wind speed, peak in the last five minutes (`-g`, `--gust`)
* Wind speed, sustained over the last minute (`-S`, `--wind-speed`)

## Installing
This finally has a standard `configure` script. See INSTALL.md for more information.

## Legal Notices

To use this app, you *must* be either:
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# aprs-weather-submit version 1.5
# aprs-weather-submit version 1.5.1
# Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
#
# This file, autogen.sh, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnl aprs-weather-submit version 1.5
dnl aprs-weather-submit version 1.5.1
dnl Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
dnl
dnl This file, configure.ac, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion gentoo/aprs-weather-submit-1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7
DESCRIPTION="Manually submit weather data to the APRS network."
HOMEPAGE="https://github.com/rhymeswithmogul/aprs-weather-submit"
SRC_URI="https://github.com/rhymeswithmogul/aprs-weather-submit/archive/v1.5.tar.gz" -> "aprs-weather-submit_1.5.tar.gz"
SRC_URI="https://github.com/rhymeswithmogul/aprs-weather-submit/archive/v1.5.1.tar.gz" -> "aprs-weather-submit_1.5.1.tar.gz"
LICENSE="AGPL-3 AGPL-3+"
SLOT="0"
KEYWORDS="~amd64"
Expand Down
1 change: 1 addition & 0 deletions gentoo/metadata-1.5.1.xml
2 changes: 1 addition & 1 deletion man/aprs-weather-submit.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" aprs-weather-submit version 1.5
.\" aprs-weather-submit version 1.5.1
.\" Copyright (c) 2019-2022 Colin Cogle
.\"
.\" This file, aprs-weather-submit.1, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/aprs-is.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
aprs-weather-submit version 1.5
aprs-weather-submit version 1.5.1
Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
This file, aprs-is.c, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/aprs-is.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
aprs-weather-submit version 1.5
aprs-weather-submit version 1.5.1
Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
This file, aprs-is.h, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/aprs-wx.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
aprs-weather-submit version 1.5
aprs-weather-submit version 1.5.1
Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
This file, aprs-wx.c, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/aprs-wx.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
aprs-weather-submit version 1.5
aprs-weather-submit version 1.5.1
Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
This file, aprs-wx.h, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/getopt-windows.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* aprs-weather-submit version 1.5
* aprs-weather-submit version 1.5.1
* Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
*
* This file, getopt-windows.h, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
aprs-weather-submit version 1.5
aprs-weather-submit version 1.5.1
Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
This file, main.c, is part of aprs-weather-submit.
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
aprs-weather-submit version 1.5
aprs-weather-submit version 1.5.1
Copyright (c) 2019-2022 Colin Cogle <colin@colincogle.name>
This file, main.h, is part of aprs-weather-submit.
Expand Down

0 comments on commit 55b28a9

Please sign in to comment.