[cairo-commit] [cairo-www] src/news
Carl Worth
cworth at freedesktop.org
Mon Aug 11 14:18:44 PDT 2008
src/news/cairo-1.7.2.mdwn | 2 +-
src/news/cairo-1.7.4.mdwn | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
New commits:
commit dcf6b78fce1b63f4a5a2cac2acd07ba026bc50b5
Author: Carl Worth <cworth at cworth.org>
Date: Mon Aug 11 14:18:12 2008 -0700
Add news item for 1.7.4 (brown-paper bag)
diff --git a/src/news/cairo-1.7.2.mdwn b/src/news/cairo-1.7.2.mdwn
index 345afea..f26c42c 100644
--- a/src/news/cairo-1.7.2.mdwn
+++ b/src/news/cairo-1.7.2.mdwn
@@ -5,7 +5,7 @@
Date: Mon, 11 Aug 2008 13:05:45 -0400
To: cairo-announce at cairographics.org
Cc: gnome-announce-list at gnome.org
- Subject: [cairo] cairo snapshot 1.7.2 now available
+ Subject: cairo snapshot 1.7.2 now available
A new cairo snapshot 1.7.2 is now available from:
diff --git a/src/news/cairo-1.7.4.mdwn b/src/news/cairo-1.7.4.mdwn
new file mode 100644
index 0000000..0dc1170
--- /dev/null
+++ b/src/news/cairo-1.7.4.mdwn
@@ -0,0 +1,41 @@
+[[meta title="cairo 1.7.4 snapshot available"]]
+[[meta date="2008-08-11"]]
+
+ From: Behdad Esfahbod <behdad at behdad.org>
+ Date: Mon, 11 Aug 2008 15:25:44 -0400 (12:25 PDT)
+ To: cairo-announce at cairographics.org
+ Cc: gnome-announce-list at gnome.org
+ Subject: cairo snapshot 1.7.4 now available
+
+ A new cairo snapshot 1.7.4 is now available from:
+
+ http://cairographics.org/snapshots/cairo-1.7.4.tar.gz
+
+ which can be verified with:
+
+ http://cairographics.org/snapshots/cairo-1.7.4.tar.gz.sha1
+ c2b139a11336bf1c7a3423baff12ba949269a36b cairo-1.7.4.tar.gz
+
+ http://cairographics.org/snapshots/cairo-1.7.4.tar.gz.sha1.asc
+ (signed by Behdad Esfahbod)
+
+ Additionally, a git clone of the source tree:
+
+ git clone git://git.cairographics.org/git/cairo
+
+ will include a signed 1.7.4 tag which points to a commit named:
+ 012a12a67b66f3809fa203f91ff8920936c25361
+
+ which can be verified with:
+ git verify-tag 1.7.4
+
+ and can be checked out with a command such as:
+ git checkout -b build 1.7.4
+
+ Release 1.7.4 (2008-08-11 Behdad Esfahbod <behdad at behdad.org>)
+ ==============================================================
+ The cairo community is embarrassed to announce availability of the 1.7.4
+ snapshot of the cairo graphics library. This is a followup release to the
+ 1.7.2 snapshot to ship a tarball that can actually be built. The only
+ change since 1.7.4 is including the missing header file
+ cairo-user-font-private.h in the distribution.
More information about the cairo-commit
mailing list