Skip to content

Commit

Permalink
Merge pull request #74 from NationalAssociationOfRealtors/1.6.3-release
Browse files Browse the repository at this point in the history
Set up for 1.6.3 source release
  • Loading branch information
jazzklein authored Apr 13, 2019
2 parents 3622d40 + d79657c commit ea063b0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version 1.6.3-SNAPSHOT - xx xxx xxxx
Version 1.6.3 - 14 Apr 2019
- Check the git logs for other changes not identified here
* Fix GetObject to comply with released RETS 1.8.0a spec. Issue #26.
* Get default encoding from Content-Type response header.
* Fix unit tests. Issue #26.
Expand Down
16 changes: 16 additions & 0 deletions librets-build-freebsd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#! /bin/sh

# This is a sample configuration script that I use on FreeBSD for
# librets development. It can be customized for your own
# environment.

CPPFLAGS="-L/usr/local/lib -I/usr/local/include" \
./configure --enable-examples \
--enable-debug \
--enable-depends \
--enable-maintainer-documentation \
--with-expat-prefix=/usr/local \
--with-boost-prefix=/usr/local \
--with-java-prefix=/usr/local/openjdk6/include \
--prefix=/tmp/librets

2 changes: 1 addition & 1 deletion project/build/version.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = 1.6.3-SNAPSHOT
VERSION = 1.6.3
HEX_VERSION = 010603

0 comments on commit ea063b0

Please sign in to comment.