Index: ossp-pkg/js/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/js/ChangeLog,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/js/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/07/29 09:08:15 1.11 +++ ChangeLog 2006/07/29 09:14:40 1.12 @@ -13,9 +13,14 @@ Changes between 1.6.20060724 and 1.6.20060728 (2006-07-24 to 2006-07-28) + o Changed GNU libtool shared library versioning from 0:0 to 1:6. + [Ralf S. Engelschall , + Alfred Reibenschuh ] + o Increase portability by gracefully downgrading the stat(2) use of st_birthtime to st_birthtimensec or even st_mtime. - [Ralf S. Engelschall , Andrew Vajoczki ] + [Ralf S. Engelschall , + Andrew Vajoczki ] o Apply a few more upstream fixes to jsfile.c. [Ralf S. Engelschall ] Index: ossp-pkg/js/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/js/Makefile.in,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/js/Makefile.in,v' 2>/dev/null --- Makefile.in 2006/07/23 19:11:48 1.22 +++ Makefile.in 2006/07/29 09:14:40 1.23 @@ -154,7 +154,7 @@ @$(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ -c $< $(LIB_NAME): $(LIB_OBJS) - @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) -version-info 0:0 + @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) -version-info 1:6 $(CLI_NAME): $(CLI_OBJS) $(LIB_NAME) @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(CLI_LDFLAGS) -o $(CLI_NAME) $(CLI_OBJS) $(LIB_NAME) $(LIBS) $(CLI_LIBS) Index: ossp-pkg/js/THANKS RCS File: /v/ossp/cvs/ossp-pkg/js/THANKS,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/js/THANKS,v' 2>/dev/null --- THANKS 2006/07/29 09:08:15 1.1 +++ THANKS 2006/07/29 09:14:40 1.2 @@ -13,5 +13,6 @@ bugfixes, hints, gave platform feedback, etc. (in alphabetical order): o Thomas Lotterer + o Alfred Reibenschuh o Andrew Vajoczki