summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-11-10 02:55:22 +0000
committerNathan Scott <nathans@sgi.com>2005-11-10 02:55:22 +0000
commitca6261a5c76d792be7a554c1617b225521b57d75 (patch)
tree1a680eb650c2906fe7be8dca24b1a525879784ac
parent6989861073fbf1dac3e2e099758de8d985d8e46d (diff)
downloadattr-ca6261a5c76d792be7a554c1617b225521b57d75.tar.gz
Bump version numbers of userspace packages to note copyright/license updates.
Merge of master-melb:xfs-cmds:24344a by kenmcd.
-rw-r--r--VERSION2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES10
3 files changed, 14 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 68b1b6b..865c905 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=4
-PKG_REVISION=25
+PKG_REVISION=26
PKG_BUILD=0
diff --git a/debian/changelog b/debian/changelog
index 2569dea..1e5f711 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+attr (2.4.26-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Thu, 10 Nov 2005 07:59:12 +1100
+
attr (2.4.25-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 82ebbdb..0643ab4 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,7 @@
+attr-2.4.26 (10 November 2005)
+ - Sync up build system (m4 macros, etc) with other projects
+ - Update SGI copyright/licence notices
+
attr-2.4.25 (11 October 2005)
- Add French translation from the debian-l10n-french folks
(thanks to Guilhelm Panaget)
@@ -62,10 +66,10 @@ attr-2.4.9 (27 August 2003)
- Fix issues in the libmisc quote routine (from Ben Escoto).
attr-2.4.8 (04 August 2003)
- - Make quote/unquote return NULL if passed NULL.
+ - Make quote/unquote return NULL if passed NULL.
attr-2.4.7 (29 July 2003)
- - Make quote return NULL if out of memory instead of exiting.
+ - Make quote return NULL if out of memory instead of exiting.
attr-2.4.6 (21 July 2003)
- Add internal library for misc. functions: quote, unquote,
@@ -73,7 +77,7 @@ attr-2.4.6 (21 July 2003)
- Quote special characters in path names and attribute names.
- Use high_water_alloc everywhere instead of malloc/realloc.
- Update the test scripts.
-
+
attr-2.4.5 (03 July 2003)
- Tweak the build so we don't always run msgmerge,
fix from Steve Langasek originally.