From 878c1b90a2ec9d0cda72a7fb24179ef371c28e38 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 27 Apr 2001 00:55:33 +0000 Subject: [PATCH] bump version number. --- VERSION | 2 +- debian/changelog | 7 +++++++ doc/CHANGES | 4 ++++ doc/CREDITS | 2 +- logprint/log_misc.c | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 2271587e9..b0acc8677 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=1 PKG_MINOR=2 -PKG_REVISION=2 +PKG_REVISION=3 PKG_BUILD=0 diff --git a/debian/changelog b/debian/changelog index e3cc2f0a3..12f9c4fcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (1.2.3) unstable; urgency=low + + * Add dquot and quotaoff log item support into xfs_logprint + * Fix logprint core dump reporting AGI in "continue"'d transactions + + -- Nathan Scott Fri, 27 Apr 2001 10:17:25 +1000 + xfsprogs (1.2.2) unstable; urgency=low * Fix problem in xfs_db (check) group quota logic diff --git a/doc/CHANGES b/doc/CHANGES index 8c5c1a7de..0968ef905 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,8 @@ +xfsprogs-1.2.3 (27 April 2001) + - add dquot and quotaoff log item support into xfs_logprint + - fix logprint core dump reporting AGI in "continue"'d transactions + xfsprogs-1.2.2 (09 April 2001) - fix problem in xfs_db (check) group quota logic - fixes to warnings from recent gcc and/or 64-bit builds diff --git a/doc/CREDITS b/doc/CREDITS index 8bebb74d4..1263502a4 100644 --- a/doc/CREDITS +++ b/doc/CREDITS @@ -28,7 +28,7 @@ D: PowerPC and Alpha porting S: Berlin, Germany N: Bill Jones -E: jones@tacc.utexas.edu +E: jones@hpc.utexas.edu D: fsr port to Linux S: Austin, Texas, USA diff --git a/logprint/log_misc.c b/logprint/log_misc.c index eb0b2969b..5ff2ac830 100644 --- a/logprint/log_misc.c +++ b/logprint/log_misc.c @@ -754,7 +754,7 @@ xlog_print_trans_dquot(xfs_caddr_t *ptr, int len, int *i, int num_ops) xfs_dq_logformat_t *f; xfs_dq_logformat_t lbuf = {0}; xfs_disk_dquot_t ddq; - xlog_op_header_t *head; + xlog_op_header_t *head = NULL; int num, skip; /* -- 2.47.2