Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a4134a

Browse files
committed
Set version to 9.5.1.2 added release notes for Artur's patches
1 parent21c9857 commit1a4134a

File tree

5 files changed

+49
-18
lines changed

5 files changed

+49
-18
lines changed

‎configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for PostgresPro 9.5.1.1.
3+
# Generated by GNU Autoconf 2.69 for PostgresPro 9.5.1.2.
44
#
55
# Report bugs to <pgsql-bugs@postgrespro.com>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='PostgresPro'
584584
PACKAGE_TARNAME='postgrespro'
585-
PACKAGE_VERSION='9.5.1.1'
586-
PACKAGE_STRING='PostgresPro 9.5.1.1'
585+
PACKAGE_VERSION='9.5.1.2'
586+
PACKAGE_STRING='PostgresPro 9.5.1.2'
587587
PACKAGE_BUGREPORT='pgsql-bugs@postgrespro.com'
588588
PACKAGE_URL=''
589589

@@ -1397,7 +1397,7 @@ if test "$ac_init_help" = "long"; then
13971397
# Omit some internal or obsolete options to make the list less imposing.
13981398
# This message is too long to be a string in the A/UX 3.1 sh.
13991399
cat<<_ACEOF
1400-
\`configure' configures PostgresPro 9.5.1.1 to adapt to many kinds of systems.
1400+
\`configure' configures PostgresPro 9.5.1.2 to adapt to many kinds of systems.
14011401
14021402
Usage:$0 [OPTION]... [VAR=VALUE]...
14031403
@@ -1462,7 +1462,7 @@ fi
14621462

14631463
iftest -n"$ac_init_help";then
14641464
case$ac_init_helpin
1465-
short | recursive )echo"Configuration of PostgresPro 9.5.1.1:";;
1465+
short | recursive )echo"Configuration of PostgresPro 9.5.1.2:";;
14661466
esac
14671467
cat<<\_ACEOF
14681468
@@ -1613,7 +1613,7 @@ fi
16131613
test -n "$ac_init_help" && exit $ac_status
16141614
if $ac_init_version; then
16151615
cat <<\_ACEOF
1616-
PostgresPro configure 9.5.1.1
1616+
PostgresPro configure 9.5.1.2
16171617
generated by GNU Autoconf 2.69
16181618
16191619
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2324,7 +2324,7 @@ cat >config.log <<_ACEOF
23242324
This file contains any messages produced by compilers while
23252325
running configure, to aid debugging if configure makes a mistake.
23262326
2327-
It was created by PostgresPro$as_me 9.5.1.1, which was
2327+
It was created by PostgresPro$as_me 9.5.1.2, which was
23282328
generated by GNU Autoconf 2.69. Invocation command line was
23292329
23302330
$$0$@
@@ -18012,7 +18012,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1801218012
# report actual input values of CONFIG_FILES etc. instead of their
1801318013
# values after options handling.
1801418014
ac_log="
18015-
This file was extended by PostgresPro $as_me 9.5.1.1, which was
18015+
This file was extended by PostgresPro $as_me 9.5.1.2, which was
1801618016
generated by GNU Autoconf 2.69. Invocation command line was
1801718017
1801818018
CONFIG_FILES = $CONFIG_FILES
@@ -18082,7 +18082,7 @@ _ACEOF
1808218082
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1808318083
ac_cs_config="`$as_echo"$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1808418084
ac_cs_version="\\
18085-
PostgresPro config.status 9.5.1.1
18085+
PostgresPro config.status 9.5.1.2
1808618086
configured by$0, generated by GNU Autoconf 2.69,
1808718087
with options\\"\$ac_cs_config\\"
1808818088

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgresPro], [9.5.1.1], [pgsql-bugs@postgrespro.com])
20+
AC_INIT([PostgresPro], [9.5.1.2], [pgsql-bugs@postgrespro.com])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not

‎doc/bug.template

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

2424
Operating System (example: Linux 2.4.18):
2525

26-
PostgreSQL version (example: PostgresPro 9.5.1.1): PostgresPro 9.5.1.1
26+
PostgreSQL version (example: PostgresPro 9.5.1.2): PostgresPro 9.5.1.2
2727

2828
Compiler used (example: gcc 3.3.5):
2929

‎doc/src/sgml/release-pro-9.5.sgml

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,51 @@
11
<!-- doc/src/sgml/release-pro-9.5.sgml -->
22
<!-- See header comment in release.sgml about typical markup -->
3+
<sect1 id="release-pro-9-5-1-2">
4+
<title>Postgres Pro 9.5.1.1</title>
5+
<note>
6+
<title>Release Date</title>
7+
<simpara>2016-02-26</simpara>
8+
<simpara>Current as of 2016-02-19</simpara>
9+
</note>
10+
<sect2>
11+
<title>Overview</title>
12+
13+
<para>
14+
Major enhancements in <productname>Postgres Pro</> 9.5.1.2 over
15+
<productname>PostgrePro</> 9.5.1.1 include:
16+
</para>
317

4-
<sect1 id="release-pro-9-5">
5-
<title>Postgres Pro 9.5</title>
18+
<!-- This list duplicates items below, but without authors or details-->
19+
20+
<itemizedlist>
21+
22+
<listitem>
23+
<para>
24+
Improvement of substring simularity search (pg_trgm module).
25+
</para>
26+
</listitem>
27+
<listitem>
28+
<para>
29+
Support of loading of the ispell dictionaries into shared memory.
30+
</para>
31+
</listitem>
32+
</itemizedlist>
33+
</sect2>
34+
</sect1>
35+
<sect1 id="release-pro-9-5-0-1">
36+
<title>Postgres Pro 9.5.0.1</title>
637

738
<note>
839
<title>Release Date</title>
940
<simpara>2016-02-01</simpara>
10-
<simpara>Current as of 2016-01-28</simpara>
1141
</note>
1242

1343
<sect2>
1444
<title>Overview</title>
1545

1646
<para>
17-
Major enhancements in <productname>Postgres Pro</> 9.5 include:
47+
Major enhancements in <productname>Postgres Pro</> 9.5 over
48+
<productname>PostgreSQL</> 9.5 include:
1849
</para>
1950

2051
<!-- This list duplicates items below, but without authors or details-->

‎src/include/pg_config.h.win32

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,10 @@
563563
#define PACKAGE_NAME "PostgresPro"
564564

565565
/* Define to the full name and version of this package. */
566-
#define PACKAGE_STRING "PostgresPro 9.5.1.1"
566+
#define PACKAGE_STRING "PostgresPro 9.5.1.2"
567567

568568
/* Define to the version of this package. */
569-
#define PACKAGE_VERSION "9.5.1.1"
569+
#define PACKAGE_VERSION "9.5.1.2"
570570

571571
/* Define to the name of a signed 128-bit integer type. */
572572
#undef PG_INT128_TYPE
@@ -575,7 +575,7 @@
575575
#define PG_INT64_TYPE long long int
576576

577577
/* PostgreSQL version as a string */
578-
#define PG_VERSION "9.5.1.1"
578+
#define PG_VERSION "9.5.1.2"
579579

580580
/* PostgreSQL version as a number */
581581
#define PG_VERSION_NUM 90501

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp