public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* xfsprogs: update version numbers and changelog
@ 2013-03-19 21:08 Ben Myers
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Myers @ 2013-03-19 21:08 UTC (permalink / raw)
  To: xfs; +Cc: Nathan Scott

Update version numbers and changelog.

Signed-off-by: Ben Myers <bpm@sgi.com>

---

Hi Folks,

I have placed a pre-release tarball here:

ftp://oss.sgi.com/projects/xfs/cmd_tars/pre-release/xfsprogs-pre-3.1.11-2.tar.gz

Please take a peek and pipe up if you have issues.  Hopefully we can make it
official later this week.

Thanks,
	Ben

 VERSION          |    2 +-
 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 doc/CHANGES      |   26 ++++++++++++++++++++++++++
 4 files changed, 34 insertions(+), 2 deletions(-)

Index: b/VERSION
===================================================================
--- a/VERSION	2013-03-19 14:25:25.251360578 -0500
+++ b/VERSION	2013-03-19 14:25:28.151947206 -0500
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=10
+PKG_REVISION=11
 PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac	2013-03-19 14:25:25.251360578 -0500
+++ b/configure.ac	2013-03-19 14:25:28.151947206 -0500
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [3.1.10])
+AC_INIT([xfsprogs], [3.1.11])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
Index: b/debian/changelog
===================================================================
--- a/debian/changelog	2013-03-19 14:25:30.571945912 -0500
+++ b/debian/changelog	2013-03-19 14:25:59.342005719 -0500
@@ -1,3 +1,9 @@
+xfsprogs (3.1.11) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 19 Mar 2013 14:25:00 +1100
+
 xfsprogs (3.1.9) unstable; urgency=low
 
   * New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES	2013-03-19 14:25:25.251360578 -0500
+++ b/doc/CHANGES	2013-03-19 14:25:28.182005744 -0500
@@ -1,3 +1,29 @@
+xfsprogs-3.1.11 (19 March 2013)
+	- Support for relative paths in xfs_quota thanks to Satoru Takeuchi.
+	- mkfs.xfs will always go into multidisk mode when filesystem
+	  geometry is specified on the command line.
+	- Document all commands in xfs_io.
+	- Remove setfl command from xfs_io.
+	- xfs_metadump will obfuscate symlinks by path component.
+	- mkfs.xfs no longer accepts geometry settings smaller than the
+	  physical sector size.
+	- xfs_logprint now supports multiply-logged inode fields and
+	  handles continued inode transactions correctly.
+	- Update release scripts to use git archive to address a
+	  missing source file reported by Arkadiusz Miśkiewicz
+	- Fix a build error with -Werror=format-security, reported
+	  by Arkadiusz Miśkiewicz
+	- mkfs.xfs no longer attempts to discard when -N option is used.
+	- Sync up with log reservation changes in the kernel.
+	- Fix possible unallocated memory access in fiemap.
+	- Guard against string overflow in path_to_fspath.
+	- Fix setup_cursor array allocation.
+	- Fix free of unintialized pointer in xfs_acl_valid error path.
+	- Guard against path string overflows.
+	- Fix attribute no_change_count logic.
+	- xfs_repair now skips the freelist scan of a corrupt agf
+	  when in no-modify mode.
+
 xfsprogs-3.1.10 (13 December 2012)
 	- Update release script to make a source tarball.
 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread
* xfsprogs: update version numbers and changelog.
@ 2013-02-01 22:51 Ben Myers
  2013-02-01 22:54 ` Ben Myers
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Myers @ 2013-02-01 22:51 UTC (permalink / raw)
  To: xfs

Update version numbers and changelog.

Signed-off-by: Ben Myers <bpm@sgi.com>

---

Hi Folks,

This release is to address the problems in our last release reported by
Arkadiusz Miśkiewicz.  It wouldn't build due to a missing source file and a
build error when using -Werror=format-security.

I have placed a pre-release tarball here:

ftp://oss.sgi.com/projects/xfs/cmd_tars/pre-release/xfsprogs-pre-3.1.11.tar.gz

It is fresh off the release.sh script with only the name changed to indicate
that it is pre-release.  Please take a look and report any issues before next
Wednesday.  If there are other patches which you feel are essential, now is the
time to say so.

Thanks,
	Ben

 VERSION      |    2 +-
 configure.ac |    2 +-
 doc/CHANGES  |   16 ++++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

Index: b/VERSION
===================================================================
--- a/VERSION	2013-02-01 15:58:21.901976637 -0600
+++ b/VERSION	2013-02-01 15:58:34.481985938 -0600
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=10
+PKG_REVISION=11
 PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac	2013-02-01 15:58:26.081322209 -0600
+++ b/configure.ac	2013-02-01 15:58:40.061985574 -0600
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [3.1.10])
+AC_INIT([xfsprogs], [3.1.11])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES	2013-02-01 15:58:52.461947261 -0600
+++ b/doc/CHANGES	2013-02-01 16:25:00.901985526 -0600
@@ -1,3 +1,19 @@
+xfsprogs-3.1.11 (1 February 2013)
+	- Support for relative paths in xfs_quota thanks to Satoru Takeuchi.
+	- mkfs.xfs will always go into multidisk mode when filesystem
+	  geometry is specified on the command line.
+	- Document all commands in xfs_io.
+	- Remove setfl command from xfs_io.
+	- xfs_metadump will obfuscate symlinks by path component.
+	- mkfs.xfs no longer accepts geometry settings smaller than the
+	  physical sector size.
+	- xfs_logprint now supports multiply-logged inode fields and
+	  handles continued inode transactions correctly.
+	- Update release scripts to use git archive to address a
+	  missing source file reported by Arkadiusz Miśkiewicz
+	- Fix a build error with -Werror=format-security, reported
+	  by Arkadiusz Miśkiewicz
+
 xfsprogs-3.1.10 (13 December 2012)
 	- Update release script to make a source tarball.
 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-19 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 21:08 xfsprogs: update version numbers and changelog Ben Myers
  -- strict thread matches above, loose matches on Subject: below --
2013-02-01 22:51 Ben Myers
2013-02-01 22:54 ` Ben Myers
2013-02-02  6:01   ` Arkadiusz Miśkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox