This commit is contained in:
parent
1914ab0e90
commit
8d9434b22b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a15955040a261f8e350c42ef8dd3aa97cbaf5db8ce0c70a8dcfd9eb6ab4153a3
|
||||
size 618396
|
3
phpPgAdmin-4.2.tar.bz2
Normal file
3
phpPgAdmin-4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15e19a4f41e15097bb1022d22d8b247bbcd66cc1ce02055b9f5ef0eba04cb641
|
||||
size 839991
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 14:55:15 CEST 2008 - tpatzig@suse.de
|
||||
|
||||
- update to Version 4.2
|
||||
* Add Analyze to Table Level Actions (ioguix)
|
||||
* Add support for multiple actions on main pages (ioguix, Robert Treat)
|
||||
* Added favicon for Mozilla and a backwards compatible version for IE.
|
||||
* Allow browsers to save different usernames and passwords for different servers.
|
||||
* Pagination selection available for reports
|
||||
* You can configure reports db, schema and table names
|
||||
* Add support for creating a table using an exsting one (ioguix)
|
||||
* Auto-expand a node in the tree browser if there are no other nodes (Tomasz Pala)
|
||||
* Add column about fields constraints type + links in table properties page (ioguix)
|
||||
* Support for built-in Full Text Search (Ivan Zolotukhin)
|
||||
* Addd alter name, owner & comment on views (ioguix)
|
||||
* Add column about called procedure + links to their definition in the triggers
|
||||
properties page (ioguix)
|
||||
* Add Support for Enum type creation (ioguix,xzilla)
|
||||
* Add alter name, owner, comment and properties for sequences (ioguix)
|
||||
* Add function costing options (xzilla)
|
||||
* Add alter owner & schema on function (xzilla)
|
||||
* Add a popup window for the session requests history (karl, ioguix)
|
||||
* Add alter table, view, sequence schema (ioguix)
|
||||
|
||||
* several bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 4 13:14:12 CEST 2007 - tpatzig@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package phpPgAdmin (Version 4.1.3)
|
||||
# spec file for package phpPgAdmin (Version 4.2)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -9,18 +9,19 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: phpPgAdmin
|
||||
Summary: phpPgAdmin is a web-based administration tool for PostgreSQL
|
||||
BuildRequires: apache2
|
||||
Version: 4.1.3
|
||||
Version: 4.2
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Databases/Tools
|
||||
Requires: php5-pgsql apache2-mod_php5
|
||||
URL: http://phppgadmin.sourceforge.net
|
||||
Url: http://phppgadmin.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArchitectures: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
phpPgAdmin is a web-based administration tool for PostgreSQL. It is
|
||||
@ -75,7 +76,29 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) /srv/www/htdocs/%{name}/conf/config.inc.php
|
||||
|
||||
%changelog
|
||||
* Sat Aug 04 2007 - tpatzig@suse.de
|
||||
* Tue Apr 08 2008 tpatzig@suse.de
|
||||
- update to Version 4.2
|
||||
* Add Analyze to Table Level Actions (ioguix)
|
||||
* Add support for multiple actions on main pages (ioguix, Robert Treat)
|
||||
* Added favicon for Mozilla and a backwards compatible version for IE.
|
||||
* Allow browsers to save different usernames and passwords for different servers.
|
||||
* Pagination selection available for reports
|
||||
* You can configure reports db, schema and table names
|
||||
* Add support for creating a table using an exsting one (ioguix)
|
||||
* Auto-expand a node in the tree browser if there are no other nodes (Tomasz Pala)
|
||||
* Add column about fields constraints type + links in table properties page (ioguix)
|
||||
* Support for built-in Full Text Search (Ivan Zolotukhin)
|
||||
* Addd alter name, owner & comment on views (ioguix)
|
||||
* Add column about called procedure + links to their definition in the triggers
|
||||
properties page (ioguix)
|
||||
* Add Support for Enum type creation (ioguix,xzilla)
|
||||
* Add alter name, owner, comment and properties for sequences (ioguix)
|
||||
* Add function costing options (xzilla)
|
||||
* Add alter owner & schema on function (xzilla)
|
||||
* Add a popup window for the session requests history (karl, ioguix)
|
||||
* Add alter table, view, sequence schema (ioguix)
|
||||
* several bugfixes
|
||||
* Sat Aug 04 2007 tpatzig@suse.de
|
||||
- update to Version 4.1.3
|
||||
* Send encrypted passwords over the wire wherever possible.
|
||||
* Alter sequence, nextval and setval (Guillaume)
|
||||
@ -85,5 +108,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Display Prepared Transactions (Javier Carlos)
|
||||
* Add automatic lookup of foreign key values in insert/update fields (John Jawed)
|
||||
* several bugfixes
|
||||
* Wed Oct 18 2006 - tpatzig@suse.de
|
||||
* Wed Oct 18 2006 tpatzig@suse.de
|
||||
- initial build of phpPgAdmin Version 4.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user