File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2015-04-20 Tim Waugh <twaugh@redhat.com>
2
+
3
+ * configure.ac: Version 0.3.4.
4
+ * NEWS: Updated.
5
+
1
6
2015-04-14 Tim Waugh <twaugh@redhat.com>
2
7
3
8
* src/filterdiff.c: Handle git extended headers.
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Patchutils news
6
6
Some fixes for filterdiff and rediff. The splitdiff utility
7
7
now has an option to write output to a subdirectory. Ranges
8
8
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.
10
11
11
12
0.3.3 (stable)
12
13
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
2
3
- AC_INIT ( [ patchutils] ,[ 0.3.3 ] )
3
+ AC_INIT ( [ patchutils] ,[ 0.3.4 ] )
4
4
AC_CONFIG_SRCDIR ( patchutils.spec.in )
5
5
AM_CONFIG_HEADER(config.h)
6
6
You can’t perform that action at this time.
0 commit comments