Compare commits

..

No commits in common. "7255fae5d042d82874b0138e6b4fb536906ba6c4" and "dd5fefe22d6f32b19769fa52c38a7fa08f54d118" have entirely different histories.

7 changed files with 7 additions and 11 deletions

View File

@ -1,2 +1,2 @@
SUBDIRS = doc src
EXTRA_DIST = contrib COPYING.md INSTALL.md NEWS.md README.md TODO.md
dist_data_DATA = contrib

View File

@ -1,9 +1,5 @@
# Changes of mboxgrep
## Changes since 0.7.12
- Fix Automake macros to include the license file and others.
## Changes since 0.7.11
- Port to the pcre2 library (pcre1 is no longer supported).

View File

@ -18,7 +18,7 @@
# Process this file with autoconf to produce a configure script.
# Yawn.
AC_INIT([mboxgrep], [0.7.12a], [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 "21 May 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.12a .
.BR 0.7.12 .
.PP
.B mboxgrep
scans a

Binary file not shown.

View File

@ -5,8 +5,8 @@
@setchapternewpage odd
@set EDITION 0.7
@set VERSION 0.7.12a
@set UPDATED 21 May 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.12a"
#define VERSION "0.7.12"
#define BUGREPORT_ADDR "dspiljar AT datatipp.se"
#define HOST_NAME_SIZE 256