[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-5' - 5 commits - loleaflet/Makefile loolwsd/configure.ac

Mihai Varga mihai.varga at collabora.com
Mon Oct 19 01:57:21 PDT 2015


 loleaflet/Makefile   |    4 ++--
 loolwsd/configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8df0c13bdc8c22281b5d1069044e1873352f2a7e
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Mon Oct 19 11:53:22 2015 +0300

    loolwsd: bump version after tarball

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 8ea9173..87af596 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.3.8], [libreoffice at collabora.com])
+AC_INIT([loolwsd], [1.3.9], [libreoffice at collabora.com])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules])
 
commit 3c617ad3218ec3b896299cccda0dbf23b0552aae
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Mon Oct 19 11:53:05 2015 +0300

    loolwsd: bump version before tarball

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 6f2b148..8ea9173 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.3.7], [libreoffice at collabora.com])
+AC_INIT([loolwsd], [1.3.8], [libreoffice at collabora.com])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules])
 
commit a588a6c556ce2ea2631cbd1da730b04fdadf42a2
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Mon Oct 19 11:40:25 2015 +0300

    loleaflet: bump version after tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 9b3c7c9..82b88f8 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.2.8
+VERSION=1.2.9
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit 3ab6a091fef8767ad5fc0c9aa5a048c008f4978e
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Mon Oct 19 11:39:47 2015 +0300

    loleaflet: bump version before tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 776ff85..9b3c7c9 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.2.7
+VERSION=1.2.8
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit 690748f04ff7f0b581045c0974f5c2b550a8a029
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Mon Oct 19 11:39:30 2015 +0300

    loleaflet: add reference.html in the archive

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index a77191f..776ff85 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -17,7 +17,7 @@ dist: all
 	rm -rf loleaflet-$(VERSION)
 	mkdir loleaflet-$(VERSION)
 	cp README loleaflet-$(VERSION)
-	tar cf - dist plugins/draw-$(DRAW_VERSION)/dist debug/document src/scrollbar | (cd loleaflet-$(VERSION) && tar xf -)
+	tar cf - reference.html dist plugins/draw-$(DRAW_VERSION)/dist debug/document src/scrollbar | (cd loleaflet-$(VERSION) && tar xf -)
 	tar cfz loleaflet-$(VERSION).tar.gz loleaflet-$(VERSION)
 	rm -rf loleaflet-$(VERSION)
 


More information about the Libreoffice-commits mailing list