Skip to content

Commit

Permalink
New version - 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Nov 19, 2018
1 parent bcb5c36 commit a162e63
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DigiTemp v3.7.1
DigiTemp v3.7.2
Dallas Semiconductor one-wire temperature sensor interface
http://www.digitemp.com

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----------------------------------------------------------------------------
DigiTemp v3.7.1 for Linux (c)1996-2018 by Brian C. Lane
DigiTemp v3.7.2 for Linux (c)1996-2018 by Brian C. Lane
============================================================================

Thank you for using DigiTemp for Linux. If you have any problems or
Expand Down
20 changes: 19 additions & 1 deletion digitemp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: Dallas Semiconductor 1-wire device reading console application
Name: digitemp
Version: 3.7.1
Version: 3.7.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Expand Down Expand Up @@ -59,6 +59,24 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/%{name}.*

%changelog
* Mon Nov 19 2018 Brian C. Lane <[email protected]> - 3.7.2-1
- Fix digitemp.spec Version in bumpver target (bcl)
- Make sure strncpy uses are null-terminated (bcl)
- Add a check for ROM number vs. SENSORS count (bcl)
- Log the scratchpad diagnostics (bcl)
- Bump Copyright Year to 2018 (bcl)
- Fix strftime use of log_file (bcl)
- Add strftime formating to logfile name (peje)
- Clean up the start_time switch statement usage (bcl)
- Add log_type 4 & 5 (peje)
- Check for bad Get_Temperature result (bcl)
- Fix the return value of Get_Temperature in ad26.c (bcl)
- Display DS2438 temperature even if humidity calculation fails. (bcl)
- Always include types.h and time.h (bcl)
- Bump copyright year to 2016 (bcl)
- Add bumpver target (bcl)
- Spelling corrections (ryan)

* Sat Dec 12 2015 Brian C. Lane <[email protected]> 3.7.1-1
- Update version to 3.7.1
- Fix version in digitemp.h
Expand Down
2 changes: 1 addition & 1 deletion src/digitemp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
----------------------------------------------------------------------- */
#define BANNER_1 "DigiTemp v3.7.1 Copyright 1996-2018 by Brian C. Lane\n"
#define BANNER_1 "DigiTemp v3.7.2 Copyright 1996-2018 by Brian C. Lane\n"
#define BANNER_2 "GNU General Public License v2.0 - http://www.digitemp.com\n"
#define BANNER_3 "Compiled for %s\n\n"

Expand Down

0 comments on commit a162e63

Please sign in to comment.