URI: 
       tPrepare for release 1.2.0 - croptool - Image cropping tool
  HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a37aa1d0b84cc4a0f231aa8fa211fffce871db65
   DIR parent 0cb921097da75cd5b5a689f5ec79b11eb4bdad80
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Tue, 21 Sep 2021 16:36:19 +0200
       
       Prepare for release 1.2.0
       
       Diffstat:
         M CHANGELOG                           |       2 +-
         M Makefile                            |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/CHANGELOG b/CHANGELOG
       t@@ -1,4 +1,4 @@
       -1.1 -> 1.2.0-dev
       +1.1 -> 1.2.0
        * Rewrite using Xlib and Imlib2
        * Add command-line options and man pages
        * Add automatic resizing of image when resizing window
   DIR diff --git a/Makefile b/Makefile
       t@@ -1,7 +1,7 @@
        .POSIX:
        
        NAME = croptool
       -VERSION = 1.2.0-dev
       +VERSION = 1.2.0
        
        PREFIX = /usr/local
        MANPREFIX = ${PREFIX}/man