Skip to content

Commit

Permalink
Release 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fila43 committed Jan 6, 2023
1 parent ac866b4 commit 39ac1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

New in 8.8 version:

*
* Postgresql service should be started after network is up.
It should prevent situation that postgresql failed to start after reboot.
Postgresql systemd unit now waits for network-online.target

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF!
AC_INIT([postgresql-setup], [8.8~dev], [[email protected]])
AC_INIT([postgresql-setup], [8.8], [[email protected]])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])
Expand Down

0 comments on commit 39ac1ef

Please sign in to comment.