Skip to content

Commit

Permalink
auto generate change log from git commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Feb 26, 2022
1 parent a4848c8 commit 366c9cb
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 61 deletions.
8 changes: 8 additions & 0 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"output": "ChangeLog.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"startingVersion": "0.9.2-0",
"hideCredit": true
}
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2 changes: 1 addition & 1 deletion MagickCache/MagickCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extern MagickExport MagickCacheResource
*AcquireMagickCacheResource(MagickCache *,const char *),
*DestroyMagickCacheResource(MagickCacheResource *);

extern MagickExport MagickCacheResourceType
extern MagickExport const MagickCacheResourceType
GetMagickCacheResourceType(const MagickCacheResource *);

extern MagickExport void
Expand Down
2 changes: 1 addition & 1 deletion MagickCache/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern "C" {
#define MagickCacheLibAddendum "-1"
#define MagickCacheLibInterface 0
#define MagickCacheLibMinInterface 0
#define MagickCacheReleaseDate "2021-06-04"
#define MagickCacheReleaseDate ""
#define MagickCacheAuthoritativeURL "http://www.imagemagick.org"
#define MagickCacheVersion MagickCachePackageName " " MagickCacheLibVersionText \
MagickCacheLibAddendum " " MagickCacheReleaseDate " " MagickCacheAuthoritativeURL
Expand Down
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ AUTOCONF = ${SHELL} /home/cristy/MagickCache-0.9.2/missing autoconf
AUTOHEADER = ${SHELL} /home/cristy/MagickCache-0.9.2/missing autoheader
AUTOMAKE = ${SHELL} /home/cristy/MagickCache-0.9.2/missing automake-1.16
AWK = gawk
CC = gcc
CC = /usr/bin/afl-clang-fast
CCDEPMODE = depmode=gcc3
CFLAGS =
CPP = gcc -E
CFLAGS = -ggdb -fsanitize=memory,undefined -fno-omit-frame-pointer
CPP = /usr/bin/afl-clang-fast -E
CPPFLAGS =
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
Expand All @@ -227,11 +227,11 @@ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LDFLAGS =
LDFLAGS = -ggdb -fsanitize=memory,undefined -fno-omit-frame-pointer
LIBOBJS =
LIBS =
LTLIBOBJS =
MAGICKCACHE_GIT_REVISION = 129:655d393:20211204
MAGICKCACHE_GIT_REVISION = 130:a4848c8:20220226
MAGICKCACHE_LIBRARY_AGE = 0
MAGICKCACHE_LIBRARY_CURRENT = 0
MAGICKCACHE_LIBRARY_CURRENT_MIN = 0
Expand All @@ -258,7 +258,7 @@ PACKAGE_LIB_VERSION = 0x10A
PACKAGE_LIB_VERSION_NUMBER = 0,9,2,1
PACKAGE_NAME = MagickCache
PACKAGE_PATCHLEVEL_VERSION = 1
PACKAGE_RELEASE_DATE = 2021-06-04
PACKAGE_RELEASE_DATE =
PACKAGE_STRING = MagickCache 0.9.2-1
PACKAGE_TARNAME = MagickCache
PACKAGE_URL = https://imagemagick.org
Expand All @@ -277,7 +277,7 @@ abs_builddir = /home/cristy/MagickCache-0.9.2
abs_srcdir = /home/cristy/MagickCache-0.9.2
abs_top_builddir = /home/cristy/MagickCache-0.9.2
abs_top_srcdir = /home/cristy/MagickCache-0.9.2
ac_ct_CC = gcc
ac_ct_CC = /usr/bin/afl-clang-fast
am__include = include
am__leading_dot = .
am__quote =
Expand Down Expand Up @@ -323,7 +323,7 @@ SUBDIRS = \
tests

TOP_EXTRA_DIST = \
ChangeLog \
ChangeLog.md \
INSTALL.md \
LICENSE \
README.md \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SUBDIRS = \
tests

TOP_EXTRA_DIST = \
ChangeLog \
ChangeLog.md \
INSTALL.md \
LICENSE \
README.md \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ SUBDIRS = \
tests

TOP_EXTRA_DIST = \
ChangeLog \
ChangeLog.md \
INSTALL.md \
LICENSE \
README.md \
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@ MAGICKCACHE_PATCHLEVEL_VERSION=1
MAGICKCACHE_VERSION=0.9.2-1
MAGICKCACHE_GIT_REVISION=129:655d393:20211204
MAGICKCACHE_GIT_REVISION=130:a4848c8:20220226
# Substitute library versioning
Expand All @@ -3198,7 +3198,7 @@ PACKAGE_LIB_VERSION=0x10A
PACKAGE_LIB_VERSION_NUMBER=0,9,2,1
PACKAGE_RELEASE_DATE=2021-06-04
PACKAGE_RELEASE_DATE=
# versioning of library
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ m4_define([magickcache_git_revision],
]))
m4_define([magickcache_release_date],
m4_esyscmd([
d=$(date +%F -r ./ChangeLog)
d=$(date +%F -r ./ChangeLog.md)
printf %s "$d"
]))

Expand Down
6 changes: 0 additions & 6 deletions utilities/magick-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ static void MagickCacheUsage(int argc,char **argv)
exit(0);
}

static inline unsigned long StringToUnsignedLong(
const char *magick_restrict value)
{
return(strtoul(value,(char **) NULL,10));
}

static MagickBooleanType MagickCacheCLI(int argc,char **argv,
ExceptionInfo *exception)
{
Expand Down

0 comments on commit 366c9cb

Please sign in to comment.