diff -Nru scrot-1.1/ChangeLog scrot-1.1.1/ChangeLog --- scrot-1.1/ChangeLog 2019-07-09 23:05:44.000000000 +0000 +++ scrot-1.1.1/ChangeLog 2019-07-12 02:49:25.000000000 +0000 @@ -1,3 +1,14 @@ +Tue Jul 11 23:45:00 -03:00 2019 Joao Eriberto Mota Filho +Version 1.1.1 + + [ Daniel T. Borelli ] + + * Update manpage and help. + + [ Joao Eriberto Mota Filho ] + + * New release. + Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho Version 1.1 diff -Nru scrot-1.1/configure.ac scrot-1.1.1/configure.ac --- scrot-1.1/configure.ac 2019-07-09 23:05:44.000000000 +0000 +++ scrot-1.1.1/configure.ac 2019-07-12 02:49:25.000000000 +0000 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([scrot], [1.1], [https://github.com/resurrecting-open-source-projects/scrot/issues]) +AC_INIT([scrot], [1.1.1], [https://github.com/resurrecting-open-source-projects/scrot/issues]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([src/config.h]) diff -Nru scrot-1.1/debian/changelog scrot-1.1.1/debian/changelog --- scrot-1.1/debian/changelog 2019-07-09 23:21:16.000000000 +0000 +++ scrot-1.1.1/debian/changelog 2019-07-12 03:55:50.000000000 +0000 @@ -1,3 +1,10 @@ +scrot (1.1.1-1) unstable; urgency=medium + + * New upstream version 1.1.1. + * debian/control: bumped Standards-Version to 4.4.0. + + -- Joao Eriberto Mota Filho Fri, 12 Jul 2019 00:55:50 -0300 + scrot (1.1-1) unstable; urgency=medium * New upstream version 1.1. diff -Nru scrot-1.1/debian/control scrot-1.1.1/debian/control --- scrot-1.1/debian/control 2019-07-09 23:20:02.000000000 +0000 +++ scrot-1.1.1/debian/control 2019-07-12 03:55:50.000000000 +0000 @@ -2,7 +2,7 @@ Section: graphics Priority: optional Maintainer: Joao Eriberto Mota Filho -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Build-Depends: debhelper-compat (= 12), autoconf-archive, giblib-dev, diff -Nru scrot-1.1/man/create-man.sh scrot-1.1.1/man/create-man.sh --- scrot-1.1/man/create-man.sh 2019-07-09 23:05:44.000000000 +0000 +++ scrot-1.1.1/man/create-man.sh 2019-07-12 02:49:25.000000000 +0000 @@ -8,9 +8,9 @@ TEST=$(txt2man -h 2> /dev/null) [ "$TEST" ] || { echo -e "\nYou need to install txt2man, from https://github.com/mvertes/txt2man.\n"; exit 1; } -T2M_DATE="09 July 2019" +T2M_DATE="11 July 2019" T2M_NAME=scrot -T2M_VERSION=1.1 +T2M_VERSION=1.1.1 T2M_LEVEL=1 T2M_DESC="command line screen capture utility" diff -Nru scrot-1.1/man/scrot.1 scrot-1.1.1/man/scrot.1 --- scrot-1.1/man/scrot.1 2019-07-09 23:05:44.000000000 +0000 +++ scrot-1.1.1/man/scrot.1 2019-07-12 02:49:25.000000000 +0000 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH scrot 1 "09 July 2019" "scrot-1.1" "command line screen capture utility" +.TH scrot 1 "11 July 2019" "scrot-1.1.1" "command line screen capture utility" .SH NAME \fBscrot \fP- command line screen capture utility \fB @@ -182,6 +182,7 @@ -x position (optional) -y position (optional) -c color(RGBA) (optional) + -a angle (optional) .fam T .fi diff -Nru scrot-1.1/man/scrot.txt scrot-1.1.1/man/scrot.txt --- scrot-1.1/man/scrot.txt 2019-07-09 23:05:44.000000000 +0000 +++ scrot-1.1.1/man/scrot.txt 2019-07-12 02:49:25.000000000 +0000 @@ -97,6 +97,7 @@ -x position (optional) -y position (optional) -c color(RGBA) (optional) + -a angle (optional) Example: diff -Nru scrot-1.1/src/options.c scrot-1.1.1/src/options.c --- scrot-1.1/src/options.c 2019-07-09 23:05:44.000000000 +0000 +++ scrot-1.1.1/src/options.c 2019-07-12 02:49:25.000000000 +0000 @@ -459,6 +459,7 @@ " -x position (optional)\n" " -y position (optional)\n" " -c color(RGBA) (optional)\n" + " -a angle (optional)\n" " Example:\n" " " SCROT_PACKAGE " --note \"-f '/usr/share/fonts/TTF/DroidSans-Bold/40' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'\"\n\n" "This program is free software see the file COPYING for licensing info.\n"