Skip to content

Commit

Permalink
Note added
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Burgess committed Dec 6, 2010
1 parent 6c805c0 commit 5b8a24e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
3.1.2
3.1.2 (Scalability/efficiency release)

Big efficiency improvements by caching output from
cf-promises. Can also be used for much more efficent policy
deployment (only pull if changed).

Caching state of ps command for greater efficiency. Reloaded for each bundle.

Index class lookup improves efficiency of class evaluation for huge configurations.

Fixed issue where certain promiser strings got corrupted.

Minor memory access issues fixed.

Iterator bug introduced in 3.1.0 fixed

3.1.1
3.1.1 (Bugfix release)

Memory leaks in server tracked down and fixed.
List expansion bug (one list items not executed) fixed.
Expand Down
5 changes: 5 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ unlimited permission to copy, distribute and modify it.
Basic Installation
==================

PLEASE NOTE: take care with 64 bit systems where 32 bit libraries are
present. This can lead up unexpected build faults. The
same applies to multiple versions of libraries.


Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ AC_CHECK_HEADERS(sys/filesys.h)
AC_CHECK_HEADERS(dustat.h)
AC_CHECK_HEADERS(sys/systeminfo.h)
AC_CHECK_HEADERS(sys/acl.h winsock2.h)
AC_CHECK_HEADERS(zone.h)

AC_HEADER_STDC
AC_HEADER_TIME
Expand Down Expand Up @@ -608,6 +609,7 @@ AC_CHECK_FUNCS(uname gethostname realpath chflags)
AC_CHECK_FUNCS(strstr strsep putenv drand48 srand48 getaddrinfo)
AC_CHECK_FUNCS(bcopy mkfifo statfs statvfs door)
AC_CHECK_FUNCS(sysinfo setsid strdup strrchr strerror snprintf sysconf)
AC_CHECK_FUNCS(getzoneid,getzonenamebyid)

dnl ######################################################################
dnl Check for sa_len in struct sockaddr
Expand Down

0 comments on commit 5b8a24e

Please sign in to comment.