Skip to content

Commit d79657c

Browse files
committed
Set up for 1.6.3 source release
1 parent 3622d40 commit d79657c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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.

librets-build-freebsd.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+

project/build/version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = 1.6.3-SNAPSHOT
1+
VERSION = 1.6.3
22
HEX_VERSION = 010603

0 commit comments

Comments
 (0)