Commit graph

51 commits

Author SHA1 Message Date
Mihai Varga
ac365f6d17 loolwsd: bump version before tarball 2015-08-03 10:13:07 +03:00
Tor Lillqvist
8864d8432b Bump minor version in this branch 2015-07-07 18:32:55 +03:00
Tor Lillqvist
d39fa21d64 Bump version after tarball 2015-07-07 12:49:52 +03:00
Tor Lillqvist
44074286a3 Bump version for tarball 2015-07-07 12:44:37 +03:00
Tor Lillqvist
3f874060c4 Bump version after tarball 2015-07-07 10:47:28 +03:00
Tor Lillqvist
db73d12cf2 Bump version for tarball 2015-07-07 10:12:13 +03:00
Tor Lillqvist
391d17831d Bump minor number in this master branch 2015-06-05 16:28:49 +03:00
Tor Lillqvist
9ab0aaed03 Bump version after tarball 2015-06-04 13:08:00 +03:00
Tor Lillqvist
5985d86642 Bump version for tarball 2015-06-03 20:05:15 +03:00
Tor Lillqvist
d3ba2cae5b Post-release bump 2015-06-01 20:18:53 +03:00
Tor Lillqvist
3f0bd39a12 Bump version for tarball 2015-06-01 20:17:15 +03:00
Tor Lillqvist
1e8a22d4d6 Bump version to 1.0.31 after "release" 2015-06-01 16:36:42 +03:00
Tor Lillqvist
a59f176929 Bump version to 1.0.30 for tarball 2015-06-01 16:36:42 +03:00
Tor Lillqvist
58e4e15c6a Post-release bump to 1.0.29 2015-05-29 18:36:37 +03:00
Tor Lillqvist
9076ba8a75 Bump version to 1.0.28 for tarball 2015-05-29 18:35:42 +03:00
Tor Lillqvist
3ed22306e8 Post-release bump to 1.0.27 2015-05-29 10:10:20 +03:00
Tor Lillqvist
47aa6c74ed Bump version to 1.0.26 for tarball 2015-05-29 10:06:48 +03:00
Tor Lillqvist
f94cef92c8 Post-release bump to 1.0.25 2015-05-29 09:47:51 +03:00
Tor Lillqvist
2230b3f0c5 Bump version to 1.0.24 for tarball 2015-05-29 09:47:03 +03:00
Tor Lillqvist
8166e9494f Post-release bump to 1.0.23 2015-05-28 10:35:07 +03:00
Tor Lillqvist
d54acdd6fb Post-release bump to 1.0.21 2015-05-27 16:48:32 +03:00
Tor Lillqvist
3747129da5 Bump version to 1.0.20 2015-05-27 16:47:50 +03:00
Tor Lillqvist
05c6505325 Post-release bump to 1.0.19 2015-05-27 15:13:25 +03:00
Tor Lillqvist
7e5f0afcee Post-release bump to 1.0.17 2015-05-27 14:38:41 +03:00
Tor Lillqvist
f44b2b4471 Add configure options for where to look for libpng, too 2015-05-22 10:53:43 +01:00
Tor Lillqvist
c3e48af0fa Bump version to 1.0.15
Accidentally committed the bump to 1.0.14 on the master branch, too.
2015-05-20 20:14:47 +03:00
Tor Lillqvist
2721706168 Generate the "upstream" loolwsd.spec here from an .in file
So that the version doesn't need to be manually maintained. Downstream
packagers will then have to add release information etc.
2015-05-20 20:12:54 +03:00
Tor Lillqvist
d40ba38f9f Build 1.0.12 tarball and bump version to 1.0.13 2015-05-19 13:59:55 +03:00
Tor Lillqvist
1459b6956f Build 1.0.10 tarball and bump version to 1.0.11 2015-05-19 13:55:03 +03:00
Tor Lillqvist
707f7f7f64 Build 1.0.8 tarball and bump version to 1.0.9 2015-05-19 13:51:25 +03:00
Tor Lillqvist
5cb5c1a935 Build 1.0.6 tarball and bump version to 1.0.7 2015-05-19 10:02:20 +03:00
Tor Lillqvist
2d9c526ed0 Build 1.0.4 tarball and bump version to 1.0.5 2015-05-15 14:37:48 +03:00
Tor Lillqvist
230e0ff451 Check whether we need to explicitly link with -lpcre
For instance on Debian, poco is built to use the system pcre.
2015-05-15 14:37:48 +03:00
Tor Lillqvist
7cb553841c Build 1.0.2 tarball and bump version to 1.0.3 2015-05-15 13:39:10 +03:00
Tor Lillqvist
d1b7bfeaae Bump loolwsd version to 1.0.1
I have made a pseudo-release tarball (for internal testing purposed) with the
version 1.0.0.

Use the following policy for versioning: When doing a release tarball, bump
the version in configure.ac so that the third (micro) version number is
even. Don't commit that to git, but do run make dist. After you have the
tarball, bump the micro version number again to an odd number. Commit. This
way, anything from git will always have an odd micro version number.
2015-05-15 10:18:48 +03:00
Tor Lillqvist
efd750d2ee Add ENABLE_DEBUG to the config.h 2015-05-13 17:52:20 +03:00
Tor Lillqvist
c91d77c684 Check that the POCO version used is the one we want
Currently we require the current version, 1.6.0, and as soon as 1.6.1 is out,
I will start requiring that, because I want to use a feature I submitted to
it.

Surround most of configure.ac with AC_LANG_PUSH([C++]) while at it, as this is
all C++ code anyway.
2015-05-11 11:24:27 +03:00
Tor Lillqvist
8a3dfa4936 The ld -rpath switch means a different thing on OS X 2015-05-04 20:52:05 +03:00
Tor Lillqvist
4ecc431159 Look for setcap and libcap only on Linux 2015-05-04 20:17:41 +03:00
Tor Lillqvist
28c9561722 Get rid of the CHROOT capability after using it, or when not needing it 2015-04-27 21:55:36 +03:00
Jan Holesovsky
2d23eaff6d Add the debug suffix to Poco libs only when self-built. 2015-04-23 17:29:56 +02:00
Tor Lillqvist
4d717182ad Look for setcap during configury 2015-04-23 16:00:48 +03:00
Tor Lillqvist
f9d93ea57c Work in progress: "pre-forking", chroot, etc. Non-working state
Lots of changes to the server code, LOOLWSD and LOOLSession mainly. This is an
intermediate commit.
2015-04-22 21:42:17 +03:00
Tor Lillqvist
e8ea0f0d2e Use separate child processes for LibreOfficeKit
For now, each LOOL client has a separate child process (or none at all, if it
has accessed only information found in the cache). This will obviously have to
chnage to handle collaboration. Etc.

The parent process talks the same Websocket protocol with the child
processes. When there is a child process for a client, traffic from the client
is forwarded as such to the child process and vice versa.
2015-03-18 15:38:01 +02:00
Tor Lillqvist
0bfd6ee02b Use -Wall -Werror 2015-03-13 11:29:55 +02:00
Tor Lillqvist
38d4fda3f6 Expand shell variables in LOOLWSD_CACHEDIR 2015-03-12 17:26:35 +02:00
Tor Lillqvist
02815cb03e Adapt for LOOLWSD.cpp renameing here, too... 2015-03-12 14:15:31 +02:00
Tor Lillqvist
c53f2ec458 Add LOOLWDS_CACHEDIR 2015-03-09 17:45:51 +02:00
Tor Lillqvist
a9af4ab657 Add missing comma 2015-03-09 14:11:39 +02:00
Tor Lillqvist
4f54efe815 Portabillity improvements 2015-03-09 13:40:39 +02:00