Skip to content

Commit

Permalink
Release of v0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed May 4, 2005
1 parent 4aa7f5a commit 7c68069
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 119 deletions.
178 changes: 178 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,184 @@
CDSware v0.7.1 (released 2005-05-04)
====================================

2005-05-04 Tibor Simko <[email protected]>

* RELEASE-NOTES, NEWS: Release of v0.7.1.

2005-05-04 Tibor Simko <[email protected]>

* modules/bibconvert/bin/bibconvert.wml: Quick-fixed the case of
the `-d' command line option, as used by WebSubmit. (It wasn't
working as of v0.7.0 included!)

2005-05-04 Tibor Simko <[email protected]>

* config.nice.in: Added --with-clisp, --with-cmucl and --with-sbcl
arguments.

2005-05-04 Tibor Simko <[email protected]>

* configure.ac: Release of v0.7.1.

2005-05-04 Tibor Simko <[email protected]>

* config/config.wml: Removed CFG_TEMPLATE_SKIN as per the
forthcoming v0.7.1 release. Added explicit HTML mode and UTF-8
coding for Emacs.

2005-05-04 Tibor Simko <[email protected]>

* modules/websearch/lib/search_engine.py.wml: Invert the order of
Google Print vs. Google Scholar in the ``Haven't found...'' box.

2005-05-04 Tibor Simko <[email protected]>

* modules/websearch/lib/search_engine.py.wml: Create a link to
Google Print in the ``Haven't found...'' box if the user started
her search from the Books collection.

2005-05-04 Tibor Simko <[email protected]>

* AUTHORS: Updated Anna's address.

2005-05-04 Tibor Simko <[email protected]>

* modules/websearch/lib/search_engine.py.wml: page_end() now always
returns empty list for the `id' output format, regardless of the
`req' settings. This is useful for the search engine clients such
as the alert engine, because the page_end() was sometimes invoked
to terminate a zero-hit search branch.

2005-05-03 Tibor Simko <[email protected]>

* modules/websearch/doc/index.html.wml: Updated Catalan
translation, thanks to Ferran.

2005-05-03 Tibor Simko <[email protected]>

* config/config.wml: Added Catalan and CFG_TEMPLATE_SKIN for the
templating.

2005-05-03 Tibor Simko <[email protected]>

* config/configbis.wml.in: Added LOCALEDIR, from the EPFL tree.

2005-05-03 Tibor Simko <[email protected]>

* config/cdswmllib.wml: Added Catalan.

2005-05-03 Tibor Simko <[email protected]>

* config/messages.wml: Introducing Catalan translation, thanks to
Ferran.

2005-05-03 Tibor Simko <[email protected]>

* modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am: Introducing Catalan
translation, thanks to Ferran.

2005-05-03 Tibor Simko <[email protected]>

* modules/miscutil/lib/messages.py.wml: Added Catalan. Added
gettext language functions from the EPFL tree.

2005-05-03 Tibor Simko <[email protected]>

* modules/miscutil/lib/config.py.wml: Introduced Catalan
translation. Added WML variables related to templating.

2005-05-03 Tibor Simko <[email protected]>

* modules/miscutil/sql/tabfill.sql.wml: Introduced Catalan
translation, thanks to Ferran. Updated Spanish translation.

2005-05-03 Tibor Simko <[email protected]>

* modules/miscutil/demo/democfgdata.sql.wml: Introducing Catalan
translations, thanks to Ferran. Updating Spanish translations.

2005-05-03 Tibor Simko <[email protected]>

* modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: Introducing Catalan
translation.

2005-05-03 Tibor Simko <[email protected]>

* modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Introducing Catalan
translation, thanks to Ferran.

2005-05-02 Tibor Simko <[email protected]>

* CREDITS: Added Ferran Jorba.

2005-05-02 Tibor Simko <[email protected]>

* modules/bibformat/doc/admin/guide.html.wml: Cleanup of the bad
markup of the old FlexElink manual, thanks to Ferran Jorba.

2005-05-02 Tibor Simko <[email protected]>

* modules/bibformat/doc/admin/Makefile.am: Added missing BibFormat
Admin Guide images to the distribution tarball. (EXTRA_DIST)

2005-04-20 Tibor Simko <[email protected]>

* INSTALL: Added a recommendation to compile mod_php and mod_python
against the same MySQL client library, so that the two Apache
modules would use the same MySQL client library. (We saw
Apache/PHP/Python problems in the past when they weren't.)

2005-04-12 Tibor Simko <[email protected]>

* modules/websearch/lib/websearchadminlib.py.wml: Added some
try/except statements to catch the case of a
not-existing-but-still-being-referenced-to collection.

2005-04-12 Tibor Simko <[email protected]>

* modules/miscutil/demo/democfgdata.sql.wml: Fixed Greek
translation of Articles, thanks to Theodoros.

2005-04-12 Tibor Simko <[email protected]>

* modules/websubmit/doc/admin/Makefile.am: Fixed LANG_EL typo for
the EL translation, thanks to Theodoros.

2005-04-11 Tibor Simko <[email protected]>

* modules/webhelp/web/index.html.wml,
modules/websearch/doc/index.html.wml: Updated Portuguese
translation, thanks to Flavio.

2005-04-08 Tibor Simko <[email protected]>

* config/messages.wml: Updated Portuguese translations, thanks to
Flavio. Introduced language-specific FIXME tags (e.g. FIXME_no) so
that we can track more easily which language needs updating.

2005-04-06 Tibor Simko <[email protected]>

* configure.ac: Version bump after the release.


CDSware v0.7.0 (released 2005-04-06)
====================================

2005-04-06 Tibor Simko <[email protected]>

* NEWS, RELEASE-NOTES: Clarified wording in the v0.7.0 release
news.

2005-04-06 Tibor Simko <[email protected]>

* RELEASE-NOTES, ChangeLog, NEWS: Release of v0.7.0.

2005-04-06 Tibor Simko <[email protected]>

* modules/bibedit/lib/refextract.py.wml: Fixed errors with
Expand Down
32 changes: 23 additions & 9 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ Here is a short summary of the most notable changes in CDSware
releases. For more info about the current release, please consult
RELEASE-NOTES. For more info about changes, please consult ChangeLog.

CDSware v0.7.1 -- released 2005-05-04
-------------------------------------

*) important bugfix for bibconvert's ``source data in a directory''
mode, as invoked by the web submission system (BibConvert)

*) minor bugfix in the search engine, thanks to Frédéric Gobry
(WebSearch)

*) minor bugfix in the WebSearch Admin interface (WebSearch)

*) automatic linking to Google Print in the ``Haven't found what you
were looking for...'' page box (WebSearch)

*) BibFormat Admin Guide cleaned, thanks to Ferran Jorba

*) new Catalan translation, thanks to Ferran Jorba

*) updated Greek and Portuguese translations, thanks to Theodoros
Theodoropoulos and Flávio C. Coelho

*) updated Spanish translation

CDSware v0.7.0 -- released 2005-04-06
-------------------------------------

Expand Down Expand Up @@ -54,7 +77,6 @@ CDSware v0.7.0 -- released 2005-04-06
contributions by the EPFL team headed by Frederic Gobry
(BibConvert, BibUpload, WebSearch, WebSubmit, WebSession)


CDSware v0.5.0 -- released 2004-12-17
-------------------------------------

Expand Down Expand Up @@ -125,7 +147,6 @@ CDSware v0.5.0 -- released 2004-12-17

*) minor Czech and Slovak translation cleanup


CDSware v0.3.3 (DEVELOPMENT) -- released 2004-07-16
---------------------------------------------------

Expand Down Expand Up @@ -169,7 +190,6 @@ CDSware v0.3.3 (DEVELOPMENT) -- released 2004-07-16

*) enabled building out of source directory; thanks to Frederic


CDSware v0.3.2 (DEVELOPMENT) -- released 2004-05-12
---------------------------------------------------

Expand Down Expand Up @@ -217,7 +237,6 @@ CDSware v0.3.2 (DEVELOPMENT) -- released 2004-05-12

*) faster creation of I18N static HTML and PHP files during make


CDSware v0.3.1 (DEVELOPMENT) -- released 2004-03-12
---------------------------------------------------

Expand All @@ -244,7 +263,6 @@ CDSware v0.3.1 (DEVELOPMENT) -- released 2004-03-12

*) check for presence of pcntl and mysql PHP libraries (BibUpload)


CDSware v0.3.0 (DEVELOPMENT) -- released 2004-03-05
---------------------------------------------------

Expand Down Expand Up @@ -280,7 +298,6 @@ CDSware v0.3.0 (DEVELOPMENT) -- released 2004-03-05

*) plus the usual set of bugfixes (see ChangeLog)


CDSware v0.1.2 (DEVELOPMENT) -- released 2003-12-21
---------------------------------------------------

Expand All @@ -292,7 +309,6 @@ CDSware v0.1.2 (DEVELOPMENT) -- released 2003-12-21

*) updated Spanish translation


CDSware v0.1.1 (DEVELOPMENT) -- released 2003-12-19
---------------------------------------------------

Expand All @@ -317,7 +333,6 @@ CDSware v0.1.1 (DEVELOPMENT) -- released 2003-12-19

*) bugfixes: os.tempnam() warning, login page referer, and others


CDSware v0.1.0 (DEVELOPMENT) -- released 2003-12-04
---------------------------------------------------

Expand Down Expand Up @@ -359,7 +374,6 @@ CDSware v0.1.0 (DEVELOPMENT) -- released 2003-12-04
*) source tree reorganization, mod_python technology adopted for most
of the modules


CDSware v0.0.9 (STABLE) -- released 2002-08-01
----------------------------------------------

Expand Down
Loading

0 comments on commit 7c68069

Please sign in to comment.