[libical-glib] Remove the file test-driver and Update the repo for release 1.0.1



commit 882c44cb4646511a87c7702dcfd3072edc43368d
Author: william7777 <will yu aol com>
Date:   Mon Mar 16 09:57:30 2015 -0400

    Remove the file test-driver and Update the repo for release 1.0.1

 ChangeLog    |    2 +
 NEWS         |   10 ++++-
 README       |    8 ++++
 configure.ac |    2 +-
 test-driver  |  127 ----------------------------------------------------------
 5 files changed, 19 insertions(+), 130 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 363038f..4fa3bc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,4 @@
 2015-01-19  William Yu  <williamyu gnome org>
         * configure.ac: Version 1.0.0.
+2015-03-16  William Yu  <williamyu gnome org>
+        * configure.ac: Version 1.0.1.
diff --git a/NEWS b/NEWS
index e876323..e63c760 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-libical-glib 1.0.0 2015-1-19
------------------------------
+=============================
+libical-glib 1.0.0 2015-01-19
+=============================
 First release
 
+=============================
+libical-glib 1.0.1 2015-03-16
+=============================
+*Change the shebang for tests
+*Remove the -avoid-version from libical_glib_1_0_la_LDFLAGS in src/libical-glib/Makefile.am.
diff --git a/README b/README
index 3427959..78e9aec 100644
--- a/README
+++ b/README
@@ -25,3 +25,11 @@ The project will be continued and hosted on
 ========================
 UNSTABLE
 1.00
+=======================
+UNSTABLE
+1.01
+3/16/2015
+1. Change all the shebang in tests to /usr/bin/env python3
+2. Remove the -avoid-version from libical_glib_1_0_la_LDFLAGS in src/libical-glib/Makefile.am.
+   Thanks to @Koop Mast: This causes libtool to not make the libical-glib-1.0.so.0 and 
libical-glib-1.0.so.0.0.0 symlinks. This will result in ld-elf.so not being able to find the libraries if I 
understand it correctly.
+
diff --git a/configure.ac b/configure.ac
index deaa4b0..bac0eb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl libical-glib version
 m4_define([ical_major_version], [1])
 m4_define([ical_minor_version], [0])
-m4_define([ical_micro_version], [0])
+m4_define([ical_micro_version], [1])
 
 m4_define([ical_version], [ical_major_version.ical_minor_version.ical_micro_version])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]