8000 Stamp release 7.2.7. · lhcezar/postgres@bcc1c7b · GitHub
[go: up one dir, main page]

Skip to content

Commit bcc1c7b

Browse files
committed
Stamp release 7.2.7.
1 parent 2c03786 commit bcc1c7b

File tree

10 files changed

+3790
-3818
lines changed

10 files changed

+3790
-3818
lines changed

HISTORY

Lines changed: 3009 additions & 3061 deletions
Large diffs are not rendered by default.

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
615615
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
616616

617617

618-
VERSION='7.2.6'
618+
VERSION='7.2.7'
619619

620620
cat >> confdefs.h <<EOF
621621
#define PG_VERSION "$VERSION"

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
2828
AC_PREREQ(2.13)
29 8000 29
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.2.6'
31+
VERSION='7.2.7'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration
2727

2828
Operating System (example: Linux 2.0.26 ELF) :
2929

30-
PostgreSQL version (example: PostgreSQL-7.2.6): PostgreSQL-7.2.6
30+
PostgreSQL version (example: PostgreSQL-7.2.7): PostgreSQL-7.2.7
3131

3232
Compiler used (example: gcc 2.95.2) :
3333

doc/src/sgml/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.49 2002/01/30 21:54:17 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.49.2.1 2005/01/30 20:32:41 tgl Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -40,6 +40,10 @@ ifndef SGMLSPL
4040
SGMLSPL = sgmlspl
4141
endif
4242

43+
ifndef LYNX
44+
LYNX = lynx
45+
endif
46+
4347
CONVERT = convert
4448
EPSTOPDF = epstopdf
4549

@@ -190,10 +194,7 @@ $(addsuffix .fot, $(ALLBOOKS)): %.fot: %.sgml $(ALLSGML) stylesheet.dsl
190194
JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) -c $(CATALOG) -d stylesheet.dsl -i output-text -t sgml
191195

192196
INSTALL HISTORY regress_README: % : %.html
193-
@echo "|";\
194-
echo "| You should now take '$<', save it as a text file in Netscape,";\
195-
echo "| and put it in place of the existing '$@' file.";\
196-
echo "|"
197+
$(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist -stdin >$@
197198

198199
INSTALL.html: standalone-install.sgml installation.sgml
199200
$(JADE.text) -V nochunks $+ >$@

0 commit comments

Comments
 (0)
0