diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 17:46:10 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 17:47:47 -0700 |
commit | 46e9069fdbc58bd1febde1a493b1fe7aa9456527 (patch) | |
tree | d6766eabfd50fc0c64c72dfa8cc1163726849a4a | |
parent | 71dafbb5602d38f051a67ea883e04bd55f96f170 (diff) |
*: bump to 0.4.00.4.0
Formally making first release since forking, I'm sure there are bugs
but I doubt anyone will be inclined to help test any of this if there's
nothing at least stating it's a newer version and some mention of the
user-visible changes.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +/*Version 0.4.0*/ +* Recorded area is no longer forced to 16-pixel boundaries +* Fixed --y argument handling +* Fixed a clipping boundary condition off-by-one error + /*Version 0.3.8.1*/ * Fixed a bug that caused compilation to fail on some platforms, due to missing headers. diff --git a/configure.ac b/configure.ac index 74d793e..c80e0af 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT( [recordmydesktop], [0.3.8.1], ) +AC_INIT( [recordmydesktop], [0.4.0], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) |