[cairo-commit] 4 commits - build/Makefile.am.releasing cairo-version.h NEWS
Carl Worth
cworth at kemper.freedesktop.org
Fri Jun 12 12:09:25 PDT 2009
NEWS | 4 ++--
build/Makefile.am.releasing | 4 ++--
cairo-version.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit d008167b9bcd6a24199740183bbfcabcfdccdd63
Author: Carl Worth <cworth at cworth.org>
Date: Fri Jun 12 12:08:22 2009 -0700
Makefile: Fix two typos preventing doc-publish from working
It seems that everything up to this point in release-publish
worked fine, so with these fixes, hopefully the next run of
make release-publish will work without any snags.
diff --git a/build/Makefile.am.releasing b/build/Makefile.am.releasing
index 84eed5f..3ac479a 100644
--- a/build/Makefile.am.releasing
+++ b/build/Makefile.am.releasing
@@ -139,14 +139,14 @@ doc-publish-versioned: doc
cp -a doc/public/html $(MANUAL_VERSIONED)
tar czf $(MANUAL_TAR_FILE) $(MANUAL_VERSIONED)
scp $(MANUAL_TAR_FILE) $(RELEASE_UPLOAD_HOST):$(MANUAL_UPLOAD_DIR)
- ssh $(RELEASE_UPLOAD_HOST) "cd $(MANUAL_UPLOAD_DIR) && tar xzf $(MANUAL_TAR_FILE) && ln -sf $(MANUAL_TAR_FILE) cairo-$(MANUAL_TAR_FILE"
+ ssh $(RELEASE_UPLOAD_HOST) "cd $(MANUAL_UPLOAD_DIR) && tar xzf $(MANUAL_TAR_FILE) && ln -sf $(MANUAL_TAR_FILE) cairo-$(MANUAL_TAR_FILE)"
doc-publish-symlinks:
ssh $(RELEASE_UPLOAD_HOST) "cd $(MANUAL_UPLOAD_DIR) && rm -f manual && ln -s $(MANUAL_VERSIONED) manual && ln -sf $(MANUAL_TAR_FILE) cairo-manual.tar.gz"
doc-publish:
$(MAKE) $(AM_MAKEFLAGS) doc-publish-versioned
- @if test "$(RELEASE_OR_SNAPSHOT)" = release; then $(MAKE) $(AM_MAKEFLAGS) doc-publish-symliks; fi
+ @if test "$(RELEASE_OR_SNAPSHOT)" = release; then $(MAKE) $(AM_MAKEFLAGS) doc-publish-symlinks; fi
# Strict ordering enforced for parallel make to work
release-publish: release-check
commit 98eb84cfbbf2cfdb0153c8e924099cef016a412a
Author: Carl Worth <cworth at cworth.org>
Date: Fri Jun 12 12:07:59 2009 -0700
Increment version to 1.9.3 after the 1.9.2 snapshot.
diff --git a/cairo-version.h b/cairo-version.h
index af98f01..0ee7b34 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 9
-#define CAIRO_VERSION_MICRO 2
+#define CAIRO_VERSION_MICRO 3
#endif
commit e9b9d2a7c17ca4b2bc2991fdc4893aed850578db
Author: Carl Worth <cworth at cworth.org>
Date: Thu Jun 11 15:28:59 2009 -0700
Update version to 1.9.2
In preparation for the (long overdue) 1.9.2 snapshot today.
diff --git a/cairo-version.h b/cairo-version.h
index 489ff2e..af98f01 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 9
-#define CAIRO_VERSION_MICRO 1
+#define CAIRO_VERSION_MICRO 2
#endif
commit 8ac8c5b428d11b11ba9fb55264cd9091368f6acb
Author: Carl Worth <cworth at cworth.org>
Date: Fri Jun 12 11:49:52 2009 -0700
NEWS: Fix date and name of 1.9.2 snapshot
It's a snapshot, not a release, and the broken REFERENCE_IMAGE list
derailed me from finishing yesterday.
diff --git a/NEWS b/NEWS
index 8d683d7..84d378e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Release 1.9.2 (2009-06-11)
-==========================
+Snapshot 1.9.2 (2009-06-12)
+===========================
API additions:
cairo_surface_set_mime_data()
More information about the cairo-commit
mailing list