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