* [patch 1/4] xfstests: update version and changelog
2012-10-31 19:25 [patch 0/4] xfs-userspace: update version and changelogs Ben Myers
@ 2012-10-31 19:25 ` Ben Myers
2012-10-31 21:00 ` Nathan Scott
2012-10-31 19:25 ` [patch 2/4] xfsprogs: " Ben Myers
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Ben Myers @ 2012-10-31 19:25 UTC (permalink / raw)
To: xfs; +Cc: Nathan Scott
[-- Attachment #1: xfstests-update-version --]
[-- Type: text/plain, Size: 1455 bytes --]
Update the version and changelog for xfstests.
Signed-off-by: Ben Myers <bpm@sgi.com>
---
VERSION | 2 +-
configure.ac | 2 +-
doc/CHANGES | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2012-10-31 13:44:44.931946786 -0500
+++ b/VERSION 2012-10-31 13:44:50.832006406 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=1
PKG_MINOR=1
-PKG_REVISION=0
+PKG_REVISION=1
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2012-10-31 13:45:41.661946816 -0500
+++ b/configure.ac 2012-10-31 13:45:48.072005921 -0500
@@ -1,4 +1,4 @@
-AC_INIT([xfstests], [1.1.0])
+AC_INIT([xfstests], [1.1.1])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR([src/xfsctl.c])
AC_PACKAGE_GLOBALS(xfstests)
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2012-10-31 13:45:16.061322021 -0500
+++ b/doc/CHANGES 2012-10-31 13:48:08.912026611 -0500
@@ -1,3 +1,7 @@
+xfstests-1.1.1 (31 October 2012)
+ - Many bugfixes for existing tests.
+ - Tests 264-289 have been added to the suite.
+
xfstests-1.1.0 (14 October 2011)
- This is the firsteversioned release recorded for the
xfstests suite. Tests 240-263 have been added to the
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [patch 1/4] xfstests: update version and changelog
2012-10-31 19:25 ` [patch 1/4] xfstests: update version and changelog Ben Myers
@ 2012-10-31 21:00 ` Nathan Scott
2012-11-01 16:20 ` Ben Myers
0 siblings, 1 reply; 10+ messages in thread
From: Nathan Scott @ 2012-10-31 21:00 UTC (permalink / raw)
To: Ben Myers; +Cc: xfs
They all look good to me, thanks Ben. One minor thought,
for future updates...
----- Original Message -----
> ...
> Index: b/VERSION
> ===================================================================
> --- a/VERSION 2012-10-31 13:44:44.931946786 -0500
> +++ b/VERSION 2012-10-31 13:44:50.832006406 -0500
> @@ -3,5 +3,5 @@
> #
> PKG_MAJOR=1
> PKG_MINOR=1
> -PKG_REVISION=0
> +PKG_REVISION=1
> PKG_BUILD=1
> Index: b/configure.ac
> ===================================================================
> --- a/configure.ac 2012-10-31 13:45:41.661946816 -0500
> +++ b/configure.ac 2012-10-31 13:45:48.072005921 -0500
> @@ -1,4 +1,4 @@
> -AC_INIT([xfstests], [1.1.0])
> +AC_INIT([xfstests], [1.1.1])
> AC_PREREQ(2.50)
> AC_CONFIG_SRCDIR([src/xfsctl.c])
> AC_PACKAGE_GLOBALS(xfstests)
I wonder if generating the VERSION file from configure makes
sense, since we are duplicating that info nowadays?
Oh, feel free to add Reviewed-by me for all of these patches,
if you like.
cheers.
--
Nathan
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [patch 1/4] xfstests: update version and changelog
2012-10-31 21:00 ` Nathan Scott
@ 2012-11-01 16:20 ` Ben Myers
0 siblings, 0 replies; 10+ messages in thread
From: Ben Myers @ 2012-11-01 16:20 UTC (permalink / raw)
To: Nathan Scott; +Cc: xfs
Hey Nathan,
On Wed, Oct 31, 2012 at 05:00:31PM -0400, Nathan Scott wrote:
> They all look good to me, thanks Ben. One minor thought,
> for future updates...
>
> ----- Original Message -----
> > ...
> > Index: b/VERSION
> > ===================================================================
> > --- a/VERSION 2012-10-31 13:44:44.931946786 -0500
> > +++ b/VERSION 2012-10-31 13:44:50.832006406 -0500
> > @@ -3,5 +3,5 @@
> > #
> > PKG_MAJOR=1
> > PKG_MINOR=1
> > -PKG_REVISION=0
> > +PKG_REVISION=1
> > PKG_BUILD=1
> > Index: b/configure.ac
> > ===================================================================
> > --- a/configure.ac 2012-10-31 13:45:41.661946816 -0500
> > +++ b/configure.ac 2012-10-31 13:45:48.072005921 -0500
> > @@ -1,4 +1,4 @@
> > -AC_INIT([xfstests], [1.1.0])
> > +AC_INIT([xfstests], [1.1.1])
> > AC_PREREQ(2.50)
> > AC_CONFIG_SRCDIR([src/xfsctl.c])
> > AC_PACKAGE_GLOBALS(xfstests)
>
> I wonder if generating the VERSION file from configure makes
> sense, since we are duplicating that info nowadays?
I think it's a good idea. There are a few other deps on PKG_* so maybe it
would be better to just have configure.ac use PKG* instead of hard coding the
version there.
> Oh, feel free to add Reviewed-by me for all of these patches,
> if you like.
Cool, thanks!
Regards,
Ben
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* [patch 2/4] xfsprogs: update version and changelog
2012-10-31 19:25 [patch 0/4] xfs-userspace: update version and changelogs Ben Myers
2012-10-31 19:25 ` [patch 1/4] xfstests: update version and changelog Ben Myers
@ 2012-10-31 19:25 ` Ben Myers
2012-10-31 19:25 ` [patch 3/4] xfsdump: " Ben Myers
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Ben Myers @ 2012-10-31 19:25 UTC (permalink / raw)
To: xfs; +Cc: Nathan Scott
[-- Attachment #1: xfsprogs-update-version --]
[-- Type: text/plain, Size: 2423 bytes --]
Update the version and changelogs for xfsprogs.
Signed-off-by: Ben Myers <bpm@sgi.com>
---
VERSION | 2 +-
configure.ac | 2 +-
debian/changelog | 6 ++++++
doc/CHANGES | 13 +++++++++++++
4 files changed, 21 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2012-10-31 13:28:44.911985637 -0500
+++ b/VERSION 2012-10-31 13:29:10.262026762 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=8
+PKG_REVISION=9
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2012-10-31 13:28:48.461946409 -0500
+++ b/configure.ac 2012-10-31 13:29:00.112026489 -0500
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [3.1.8])
+AC_INIT([xfsprogs], [3.1.9])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Index: b/debian/changelog
===================================================================
--- a/debian/changelog 2012-10-31 13:29:42.571323127 -0500
+++ b/debian/changelog 2012-10-31 13:30:43.452005833 -0500
@@ -1,3 +1,9 @@
+xfsprogs (3.1.9) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Wed, 31 Oct 2012 13:29:00 +1100
+
xfsprogs (3.1.8) unstable; urgency=low
* New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2012-10-31 13:29:34.521946743 -0500
+++ b/doc/CHANGES 2012-10-31 13:42:41.711835438 -0500
@@ -1,3 +1,16 @@
+xfsprogs-3.1.9 (31 October 2012)
+ - Print nice details if agsize is out of bounds in mkfs.xfs.
+ - Various fixes for fragmented multi-block dir2 handling in
+ xfs_repair.
+ - Fix extent record printing in xfs_db on big endian arches.
+ - Use the correct macros when dumping block maps in extent
+ form in xfs_db, thanks to Peter Watkins.
+ - Add sync file range support to xfs_io.
+ - Implement preadv/pwritev in xfs_io.
+ - Link against libreadline for libxcmd, thanks to Mike Frysinger.
+ - Clean up mkfs.xfs output on invalid inode size.
+ - Various build fixes, thanks to Mike Frysinger and Jan Engelhardt.
+
xfsprogs-3.1.8 (20 March 2012)
- Fix xfs_repair segfault on a corrupted filesystem by validating the
acl count before reading it.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread* [patch 3/4] xfsdump: update version and changelog
2012-10-31 19:25 [patch 0/4] xfs-userspace: update version and changelogs Ben Myers
2012-10-31 19:25 ` [patch 1/4] xfstests: update version and changelog Ben Myers
2012-10-31 19:25 ` [patch 2/4] xfsprogs: " Ben Myers
@ 2012-10-31 19:25 ` Ben Myers
2012-10-31 21:07 ` Nathan Scott
2012-10-31 19:25 ` [patch 4/4] dmapi: " Ben Myers
2012-10-31 19:51 ` [patch 0/4] xfs-userspace: update version and changelogs Rich Johnston
4 siblings, 1 reply; 10+ messages in thread
From: Ben Myers @ 2012-10-31 19:25 UTC (permalink / raw)
To: xfs; +Cc: Nathan Scott
[-- Attachment #1: xfsdump-update-version --]
[-- Type: text/plain, Size: 2136 bytes --]
Update the version and changelogs for xfsdump.
Signed-off-by: Ben Myers <bpm@sgi.com>
---
VERSION | 2 +-
configure.ac | 2 +-
debian/changelog | 6 ++++++
doc/CHANGES | 8 ++++++++
4 files changed, 16 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2012-10-31 13:43:32.341946579 -0500
+++ b/VERSION 2012-10-31 13:43:37.308175271 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=0
+PKG_REVISION=1
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2012-10-31 12:38:45.091946723 -0500
+++ b/configure.ac 2012-10-31 12:38:50.411340762 -0500
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.0])
+AC_INIT([xfsdump], [3.1.1])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Index: b/debian/changelog
===================================================================
--- a/debian/changelog 2012-10-31 12:39:28.991322370 -0500
+++ b/debian/changelog 2012-10-31 12:41:27.522005796 -0500
@@ -1,3 +1,9 @@
+xfsdump (3.1.1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Wed, 31 Oct 2012 12:39:11 +1100
+
xfsdump (3.1.0) unstable; urgency=low
* New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2012-10-31 12:39:34.301323054 -0500
+++ b/doc/CHANGES 2012-10-31 12:47:12.751986030 -0500
@@ -1,3 +1,11 @@
+xfsdump-3.1.1 (31 October 2012)
+ - Save and restore 32 bit project ids correctly.
+ - German translation, thanks to Chris Leick.
+ - A few fixups to the German translation, thanks to Stefan Ring.
+ - An initial Polish translation, thanks to Jakub Bogusz.
+ - Various build system cleanups, thanks to Mike Frysinger, and
+ Jan Engelhardt.
+
xfsdump-3.1.0 (22 March 2012)
- Fix metadata restore on split files.
- Add a -D option to skip a recursive scan of the filesystem
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [patch 3/4] xfsdump: update version and changelog
2012-10-31 19:25 ` [patch 3/4] xfsdump: " Ben Myers
@ 2012-10-31 21:07 ` Nathan Scott
2012-10-31 21:13 ` Ben Myers
0 siblings, 1 reply; 10+ messages in thread
From: Nathan Scott @ 2012-10-31 21:07 UTC (permalink / raw)
To: Ben Myers; +Cc: xfs
----- Original Message -----
> Update the version and changelogs for xfsdump.
> ...
> Index: b/debian/changelog
> ===================================================================
> --- a/debian/changelog 2012-10-31 12:39:28.991322370 -0500
> +++ b/debian/changelog 2012-10-31 12:41:27.522005796 -0500
> @@ -1,3 +1,9 @@
> +xfsdump (3.1.1) unstable; urgency=low
> +
> + * New upstream release
Actually, could you add the following line below the above please?
* Add German translation from Chris Leick (closes: #576257)
thanks!
--
Nathan
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [patch 3/4] xfsdump: update version and changelog
2012-10-31 21:07 ` Nathan Scott
@ 2012-10-31 21:13 ` Ben Myers
0 siblings, 0 replies; 10+ messages in thread
From: Ben Myers @ 2012-10-31 21:13 UTC (permalink / raw)
To: Nathan Scott; +Cc: xfs
Hey Nathan,
On Wed, Oct 31, 2012 at 05:07:24PM -0400, Nathan Scott wrote:
>
> ----- Original Message -----
> > Update the version and changelogs for xfsdump.
> > ...
> > Index: b/debian/changelog
> > ===================================================================
> > --- a/debian/changelog 2012-10-31 12:39:28.991322370 -0500
> > +++ b/debian/changelog 2012-10-31 12:41:27.522005796 -0500
> > @@ -1,3 +1,9 @@
> > +xfsdump (3.1.1) unstable; urgency=low
> > +
> > + * New upstream release
>
> Actually, could you add the following line below the above please?
>
> * Add German translation from Chris Leick (closes: #576257)
Yep, thanks!
-Ben
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread
* [patch 4/4] dmapi: update version and changelog
2012-10-31 19:25 [patch 0/4] xfs-userspace: update version and changelogs Ben Myers
` (2 preceding siblings ...)
2012-10-31 19:25 ` [patch 3/4] xfsdump: " Ben Myers
@ 2012-10-31 19:25 ` Ben Myers
2012-10-31 19:51 ` [patch 0/4] xfs-userspace: update version and changelogs Rich Johnston
4 siblings, 0 replies; 10+ messages in thread
From: Ben Myers @ 2012-10-31 19:25 UTC (permalink / raw)
To: xfs; +Cc: Nathan Scott
[-- Attachment #1: dmapi-update-version --]
[-- Type: text/plain, Size: 1421 bytes --]
Update the version and changelog for dmapi.
Signed-off-by: Ben Myers <bpm@sgi.com>
---
VERSION | 2 +-
configure.ac | 2 +-
doc/CHANGES | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2012-10-31 13:42:58.481323425 -0500
+++ b/VERSION 2012-10-31 13:43:04.282005911 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=2
-PKG_REVISION=10
+PKG_REVISION=11
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2012-10-31 12:27:15.701360575 -0500
+++ b/configure.ac 2012-10-31 12:27:25.491380911 -0500
@@ -1,4 +1,4 @@
-AC_INIT([dmapi], [2.2.10])
+AC_INIT([dmapi], [2.2.11])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2012-10-31 12:28:12.701946439 -0500
+++ b/doc/CHANGES 2012-10-31 12:34:56.581401487 -0500
@@ -1,3 +1,7 @@
+dmapi-2.2.11 (31 Oct 2012)
+ - Various build related fixes, thanks to Theodore Ts'o,
+ Mike Frysinger, and Jan Engelhardt
+
dmapi-2.2.10 (5 May 2009)
- Update the Makepkgs script to generate proper source tarballs.
- Small specfile improvements, thanks to Jan Engelhardt.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [patch 0/4] xfs-userspace: update version and changelogs
2012-10-31 19:25 [patch 0/4] xfs-userspace: update version and changelogs Ben Myers
` (3 preceding siblings ...)
2012-10-31 19:25 ` [patch 4/4] dmapi: " Ben Myers
@ 2012-10-31 19:51 ` Rich Johnston
4 siblings, 0 replies; 10+ messages in thread
From: Rich Johnston @ 2012-10-31 19:51 UTC (permalink / raw)
To: xfs
On 10/31/2012 02:25 PM, Ben Myers wrote:
> Hi,
>
> This patch set updates versions and change logs for dmapi, xfsdump, xfsprogs,
> and xfstests repos for our upcoming userspace release.
>
> Regards,
> Ben
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
>
This series looks good to me.
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 10+ messages in thread