Update the TODO list and bump the version to 0.7.12.

This commit is contained in:
Daniel Spiljar 2023-05-20 20:34:23 +02:00
parent cbba5c2a33
commit dd5fefe22d
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
7 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,11 @@
# Changes of mboxgrep
## Changes since 0.7.11
- Port to the pcre2 library (pcre1 is no longer supported).
- Check command-line options for conflicting matchers and actions.
- Various minor code cleanups.
## Changes since 0.7.10
- GNU Automake is now utilized instead of manually written Makefile.in files.

View File

@ -3,7 +3,7 @@
## Behavior
- [x] use cryptographic hashes for detecting duplicate messages
- [ ] add checking for conflicting command-line options
- [x] add checking for conflicting command-line options
- [ ] support for deletion of messages after being matched and displayed
- [x] ignore .overview when grepping Gnus folders
- [x] inverted matching

View File

@ -18,7 +18,7 @@
# Process this file with autoconf to produce a configure script.
# Yawn.
AC_INIT([mboxgrep], [0.7.11], [dspiljar@datatipp.se], [mboxgrep], [https://www.mboxgrep.org/])
AC_INIT([mboxgrep], [0.7.12], [dspiljar@datatipp.se], [mboxgrep], [https://www.mboxgrep.org/])
#AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AC_LANG([C])

View File

@ -1,4 +1,4 @@
.TH MBOXGREP 1 "24 Mar 2023"
.TH MBOXGREP 1 "20 May 2023"
.SH NAME
mboxgrep \- displays email messages matching a pattern
.SH SYNOPSIS
@ -10,7 +10,7 @@ mboxgrep \- displays email messages matching a pattern
This manual page refers to
.B mboxgrep
version
.BR 0.7.11 .
.BR 0.7.12 .
.PP
.B mboxgrep
scans a

View File

@ -9,7 +9,7 @@ END-INFO-DIR-ENTRY

File: mboxgrep.info, Node: Top, Up: (dir)
This file documents 'mboxgrep' (version 0.7.11), a mailbox scanning
This file documents 'mboxgrep' (version 0.7.12), a mailbox scanning
utility.
Copyright (C) 2000, 2001, 2002, 2003 Daniel Spiljar

View File

@ -5,8 +5,8 @@
@setchapternewpage odd
@set EDITION 0.7
@set VERSION 0.7.11
@set UPDATED 24 Mar 2023
@set VERSION 0.7.12
@set UPDATED 20 May 2023
@dircategory Mail
@direntry

View File

@ -21,7 +21,7 @@
#define MBOXGREP_H
#define APPNAME "mboxgrep"
#define VERSION "0.7.11"
#define VERSION "0.7.12"
#define BUGREPORT_ADDR "dspiljar AT datatipp.se"
#define HOST_NAME_SIZE 256