Skip to content

Commit

Permalink
Merge branch 'maint-0.99' into maint-1.0
Browse files Browse the repository at this point in the history
* maint-0.99:
  installation: fix for date in RELEASE-NOTES
  Invenio v0.99.6

Conflicts:
	ChangeLog
	INSTALL
	Makefile.am
	NEWS
	RELEASE-NOTES
  • Loading branch information
tiborsimko committed Oct 18, 2012
2 parents 08dd220 + 414ea27 commit a4ba407
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,10 @@ update-v0.99.3-tables:
update-v0.99.4-tables:
@echo "Nothing to do; table structure did not change between v0.99.4 and v0.99.5."

update-v0.99.5-tables: # from v0.99.5 to v1.0.0-rc0
update-v0.99.5-tables:
@echo "Nothing to do; table structure did not change between v0.99.5 and v0.99.6."

update-v0.99.6-tables: # from v0.99.6 to v1.0.0-rc0
echo "RENAME TABLE oaiARCHIVE TO oaiREPOSITORY;" | ${prefix}/bin/dbexec
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "INSERT INTO knwKB (id,name,description,kbtype) SELECT id,name,description,'' FROM fmtKNOWLEDGEBASES;" | ${prefix}/bin/dbexec
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.

CDS Invenio v0.99.6 -- released 2012-10-18
------------------------------------------

*) improved XSS safety in external collection searching (WebSearch)

*) verbose level in the search results pages is now available only to
admins, preventing potential restricted record ID disclosure even
though record content would remain restricted (WebSearch)

Invenio v1.0.1 -- released 2012-06-28
-------------------------------------

Expand Down

0 comments on commit a4ba407

Please sign in to comment.