]> git.evergreen-ils.org Git - OpenSRF.git/blob - ChangeLog
update ChangeLog for 3.2.0-beta
[OpenSRF.git] / ChangeLog
1 commit ba9ab14a7882184da7fd7d8b000e1f06ce3d66cd
2 Author: Galen Charlton <gmc@equinoxinitiative.org>
3 Date:   Tue Oct 1 16:07:02 2019 -0400
4
5     bump up version numbers for 3.2.0-beta release
6     
7     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8
9 5       5       README
10 4       4       doc/RELEASE_NOTES.txt
11 2       2       src/perl/lib/OpenSRF.pm
12 1       1       src/python/setup.py
13 1       1       version.m4
14
15 commit 346abe35fba3f70f3692d88fe7c1458e36ae46b4
16 Author: Galen Charlton <gmc@equinoxinitiative.org>
17 Date:   Tue Oct 1 16:03:54 2019 -0400
18
19     release notes for OpenSRF 3.2-beta
20     
21     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
22
23 63      0       doc/RELEASE_NOTES.txt
24  create mode 100644 doc/RELEASE_NOTES.txt
25
26 commit 3fb939657f350774f6b4216c9d416eff1745a1b3
27 Author: Bill Erickson <berickxx@gmail.com>
28 Date:   Wed May 29 12:36:24 2019 -0400
29
30     LP1830642 Remove variable args from md5sum()
31     
32     Remove support for passing variable args to the md5sum() function, since
33     no code currently uses this, and it causes problems processing strings
34     with '%' characters.
35     
36     Signed-off-by: Bill Erickson <berickxx@gmail.com>
37     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
38
39 1       1       include/opensrf/utils.h
40 3       5       src/libopensrf/utils.c
41
42 commit 1ec906ac50a06636a105450ce77b792a6e366ffb
43 Author: Ben Shum <ben@evergreener.net>
44 Date:   Thu Jul 4 15:35:53 2019 -0400
45
46     LP#1835458: Add install support for Debian 10 Buster
47     
48     Signed-off-by: Ben Shum <ben@evergreener.net>
49     Signed-off-by: Jason Stephenson <jason@sigio.com>
50
51 8       2       README
52 13      1       src/extras/Makefile.install
53
54 commit 27950b7d180495f9c85f4aced40fd6f39d035388
55 Author: Ben Shum <ben@evergreener.net>
56 Date:   Fri Jul 19 14:24:23 2019 -0400
57
58     LP1834208 fix OpenSRF README asciidoc syntax
59     
60     Fixing the subheading so that it compiles properly.
61     
62     Signed-off-by: Ben Shum <ben@evergreener.net>
63
64 1       1       README
65
66 commit 502ecca0dafa6d258fba775d070d498715f9ae6c
67 Author: Jason Boyer <jboyer@library.in.gov>
68 Date:   Tue Jul 9 08:23:51 2019 -0400
69
70     LP1834208 Rearrange proxy instructions to reduce repetition
71     
72     The instructions for Apache configuration changes were repeated
73     multiple times throughout the README. This pulls them together,
74     allowing the Nginx and HAProxy sections to focus specifically on
75     the configuration of those packages.
76     
77     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
78     Signed-off-by: Ben Shum <ben@evergreener.net>
79
80 30      48      README
81
82 commit c409bb7c6688d8f294375e1c549495e6dd637b04
83 Author: Jason Stephenson <jason@sigio.com>
84 Date:   Tue Jul 2 17:58:50 2019 -0400
85
86     LP1834208 Update proxy example configuration files
87     
88     The examples/haproxy/osrf-ws-http-proxy file needed a syntax
89     correction with the listen directive.
90     
91     Remove X-Real-IP lines from the examples/nginx/osrf-ws-http-proxy
92     configuration, and remove the X-Client-IP line from the
93     examples/haproxy/osrf-ws-http-proxy configuration.  These entries are
94     redundant when X-Forwarded-For is being used.
95     
96     This latter change also suggests changes in the Evergreen Apache 2
97     configuration examples.
98     
99     Signed-off-by: Jason Stephenson <jason@sigio.com>
100     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
101     Signed-off-by: Ben Shum <ben@evergreener.net>
102
103 2       2       examples/haproxy/osrf-ws-http-proxy
104 0       3       examples/nginx/osrf-ws-http-proxy
105
106 commit 81244409e61cb004f6451c5bece75633088e1880
107 Author: Jason Stephenson <jason@sigio.com>
108 Date:   Fri Jun 28 08:58:40 2019 -0400
109
110     LP1834208 Remove example Apache Websockets configuration
111     
112     The examples/apache_24/websockets files were left behind by the
113     previous commit.  This commit deletes them.
114     
115     Signed-off-by: Jason Stephenson <jason@sigio.com>
116     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
117     Signed-off-by: Ben Shum <ben@evergreener.net>
118
119 0       64      examples/apache_24/websockets/apache2.conf
120  delete mode 100644 examples/apache_24/websockets/apache2.conf
121
122 commit a2522f25ed8d0c5b355838174e2aac20000c85e6
123 Author: Bill Erickson <berickxx@gmail.com>
124 Date:   Tue Jun 25 11:03:36 2019 -0400
125
126     LP1834208 Removing apache2-websockets
127     
128     Remove code and build components for apache2-websockets.  Update
129     documentation to reflect the use of websocketd as the only supported
130     OpenSRF websockets implementation.
131     
132     Add a note to the install documentation indicating websocketd does not
133     offer a configurable inactivity timeout, but this can be accomplished
134     by running it behind a proxy.
135     
136     Update NGINX and HAPROXY example configs to reflect the assumption that
137     websocketd is runs locally without SSL by default.
138     
139     Signed-off-by: Bill Erickson <berickxx@gmail.com>
140     Signed-off-by: Jason Stephenson <jason@sigio.com>
141     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
142     Signed-off-by: Ben Shum <ben@evergreener.net>
143
144 11      89      README
145 1       7       examples/apache_24/websockets/apache2.conf
146 1       1       examples/haproxy/osrf-ws-http-proxy
147 9       19      examples/nginx/osrf-ws-http-proxy
148 2       5       src/gateway/Makefile.am
149 0       993     src/gateway/osrf_websocket_translator.c
150 0       130     src/gateway/websocket_plugin.h
151  delete mode 100644 src/gateway/osrf_websocket_translator.c
152  delete mode 100644 src/gateway/websocket_plugin.h