Skip to content

Commit c9e968f

Browse files
committed
Version 0.3.4.
1 parent d6f11ad commit c9e968f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-04-20 Tim Waugh <twaugh@redhat.com>
2+
3+
* configure.ac: Version 0.3.4.
4+
* NEWS: Updated.
5+
16
2015-04-14 Tim Waugh <twaugh@redhat.com>
27

38
* src/filterdiff.c: Handle git extended headers.

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Patchutils news
66
Some fixes for filterdiff and rediff. The splitdiff utility
77
now has an option to write output to a subdirectory. Ranges
88
can now be prefixed by a modifier ('x') to exclude spans
9-
instead of include them.
9+
instead of include them. Extended headers produced by git are
10+
now handled by filterdiff and interdiff.
1011

1112
0.3.3 (stable)
1213

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([patchutils],[0.3.3])
3+
AC_INIT([patchutils],[0.3.4])
44
AC_CONFIG_SRCDIR(patchutils.spec.in)
55
AM_CONFIG_HEADER(config.h)
66

0 commit comments

Comments
 (0)