File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1- Version 1.6.3-SNAPSHOT - xx xxx xxxx
1+ Version 1.6.3 - 14 Apr 2019
2+ - Check the git logs for other changes not identified here
23 * Fix GetObject to comply with released RETS 1.8.0a spec. Issue #26.
34 * Get default encoding from Content-Type response header.
45 * Fix unit tests. Issue #26.
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ # This is a sample configuration script that I use on FreeBSD for
4+ # librets development. It can be customized for your own
5+ # environment.
6+
7+ CPPFLAGS=" -L/usr/local/lib -I/usr/local/include" \
8+ ./configure --enable-examples \
9+ --enable-debug \
10+ --enable-depends \
11+ --enable-maintainer-documentation \
12+ --with-expat-prefix=/usr/local \
13+ --with-boost-prefix=/usr/local \
14+ --with-java-prefix=/usr/local/openjdk6/include \
15+ --prefix=/tmp/librets
16+
Original file line number Diff line number Diff line change 1- VERSION = 1.6.3-SNAPSHOT
1+ VERSION = 1.6.3
22HEX_VERSION = 010603
You can’t perform that action at this time.
0 commit comments