[HarfBuzz] harfbuzz-ng: Branch 'master' - 3 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri May 27 01:14:46 PDT 2011


 configure.ac     |    2 +-
 harfbuzz.doap    |    4 ++--
 test/Makefile.am |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 75ba4073ca6f72c135927d9314197a605281b789
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 27 03:58:17 2011 -0400

    [test] Rename valgrind-log to log-vaglring.txt

diff --git a/test/Makefile.am b/test/Makefile.am
index 4cbc590..968f548 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -78,14 +78,14 @@ check-gtester:
 	$(AM_V_at)$(MAKE) $(AM_MAKEFLGS) check-tool-raw TOOL="$(GTESTER) --verbose"
 
 
-# Check tests under valgrind.  Saves log to valgrind-log
+# Check tests under valgrind.  Saves log to log-valgrind.txt
 VALGRIND_FLAGS = \
 	--tool=memcheck --suppressions=$(srcdir)/.valgrind-suppressions \
 	--track-origins=yes \
 	--leak-check=yes
 	$(EXTRA_VALGRIND_FLAGS)
 #	Can't do for now: --show-reachable=yes
-CLEANFILES +=  valgrind-log
+CLEANFILES +=  log-valgrind.txt
 valgrind_verbose = $(valgrind_verbose_$(V))
 valgrind_verbose_ = $(valgrind_verbose_$(AM_DEFAULT_VERBOSITY))
 valgrind_verbose_0 = | \
@@ -93,7 +93,7 @@ valgrind_verbose_0 = | \
 # TODO: The following check does not fail if valgrind finds error.  It should.
 check-valgrind:
 	$(AM_V_at)$(MAKE) $(AM_MAKEFLGS) check-tool TOOL="valgrind $(VALGRIND_FLAGS)" \
-	2>&1 | tee valgrind-log $(valgrind_verbose)
+	2>&1 | tee log-valgrind.txt $(valgrind_verbose)
 
 
 # check-symbols: Finds untested API symbols
commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 27 03:56:37 2011 -0400

    Minor

diff --git a/harfbuzz.doap b/harfbuzz.doap
index 5bf1827..d2896eb 100644
--- a/harfbuzz.doap
+++ b/harfbuzz.doap
@@ -4,10 +4,10 @@
          xmlns="http://usefulinc.com/ns/doap#">
 
   <name xml:lang="en">harfbuzz</name>
-  <shortdesc xml:lang="en">Internationalized text layout and rendering library</shortdesc>
+  <shortdesc xml:lang="en">Text shaping library</shortdesc>
 
   <homepage
-  rdf:resource="http://freedesktop.org/wiki/Software/harfbuzz" />
+  rdf:resource="http://harfbuzz.org/" />
   <mailing-list
   rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" />
   <!--download-page
commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 27 04:14:12 2011 -0400

    Bump version to 0.7.0 to open up for development

diff --git a/configure.ac b/configure.ac
index 372c9f2..d2a2331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([harfbuzz],
-        [0.6.0],
+        [0.7.0],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])



More information about the HarfBuzz mailing list