]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.65 v0.65
authorSteven Schubiger <stsc@refcnt.org>
Fri, 20 Mar 2020 21:58:58 +0000 (22:58 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 20 Mar 2020 21:58:58 +0000 (22:58 +0100)
colorize.1
colorize.c
debian/changelog

index 02ffe2ead8fbf50de5327835d77d0e42177b3a87..5168dac60f95b0b58f7c62822c243625f6e168f1 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2019-09-01" "colorize v0.64" "User Commands"
+.TH COLORIZE 1 "2019-09-01" "colorize v0.65" "User Commands"
 .SH NAME
 colorize \- colorize text on terminal with ANSI escape sequences
 .SH SYNOPSIS
index 189040b0dc74f7fae203430f6b7b511c3e2a123d..1638f5f24ee959099f0e8f5153555717a6ffa117 100644 (file)
@@ -2,7 +2,7 @@
  * colorize - Read text from standard input stream or file and print
  *            it colorized through use of ANSI escape sequences
  *
- * Copyright (c) 2011-2018 Steven Schubiger
+ * Copyright (c) 2011-2019 Steven Schubiger
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 
 #define PROGRAM_NAME "colorize"
 
-#define VERSION "0.64"
+#define VERSION "0.65"
 
 typedef enum { false, true } bool;
 
index 0a8ea87a6b56f7fca92fcf8bad7b1cd464c8da00..3fed870c57f0edd7a6e82dac844545f69195c998 100644 (file)
@@ -1,5 +1,6 @@
-colorize (0.64-2) UNRELEASED; urgency=medium
+colorize (0.65-1) unstable; urgency=low
 
+  * New upstream release.
   * Declare compliance with Debian Policy 4.5.0.
     (No changes needed.)
   * debian/copyright: amend years.
@@ -7,7 +8,7 @@ colorize (0.64-2) UNRELEASED; urgency=medium
   * debian/control: declare "Rules-Requires-Root: no".
   * debian/copyright: update link to HTTPS, reported by duck(1).
 
- -- Steven Schubiger <stsc@refcnt.org>  Fri, 20 Mar 2020 21:36:43 +0100
+ -- Steven Schubiger <stsc@refcnt.org>  Fri, 20 Mar 2020 22:42:04 +0100
 
 colorize (0.64-1) unstable; urgency=low