Updates tothe credits, copyright and dates
This commit is contained in:
parent
77a2a08c52
commit
ae8b7ae311
9 changed files with 74 additions and 12 deletions
|
@ -10,6 +10,61 @@ done by a team of his then-fellow Parsons School of Design students Turi McKinle
|
||||||
Catalin Lazia and Sangita Shah. The team was led by then-head of the school's
|
Catalin Lazia and Sangita Shah. The team was led by then-head of the school's
|
||||||
Department of Digital Design Colleen Macklin, assisted by Kunal Jain.
|
Department of Digital Design Colleen Macklin, assisted by Kunal Jain.
|
||||||
|
|
||||||
|
The great deal of the work on Campcaster 1.4 "Monrovia" was commissioned by the
|
||||||
|
Open Society Initiative for West Africa (www.osiwa.org), and by West Africa
|
||||||
|
Democracy Radio (www.wadr.org). We would like to thank Ben Akoh at OSIWA and
|
||||||
|
Peter Kahler at WADR for their immeasurable contributions to the project.
|
||||||
|
|
||||||
|
A number of improvements to Campcaster 1.4 were commissioned by Openbroadcast, a user-
|
||||||
|
generated radio station based in Basel, Switzerland powered by Campcaster. We are
|
||||||
|
very grateful for their contributions, and specifically to Thomas Gilgen, Dirk Claes,
|
||||||
|
Rigzen Latshang and Fabiano Sidler.
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.4.0 - "Monrovia"
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
Douglas Arellanes (douglas.arellanes@mdlf.org)
|
||||||
|
- Tester and user feedback
|
||||||
|
|
||||||
|
Robin Gareus (robin@64studio.com)
|
||||||
|
- Packaging
|
||||||
|
|
||||||
|
Ferenc Gerlits (fgerlits@campware.org)
|
||||||
|
- Studio GUI
|
||||||
|
|
||||||
|
Sebastian Göbel (sebastian@campware.org)
|
||||||
|
- Web interface, storage server
|
||||||
|
|
||||||
|
Nebojsa Grujic (nebojsa@campware.org)
|
||||||
|
- Scheduler, XML-RPC interface, Gstreamer plugins
|
||||||
|
|
||||||
|
Tomáš Hlava (th@red2head.com)
|
||||||
|
- Bug fixes
|
||||||
|
|
||||||
|
Sava Tatić (sava.tatic@mdlf.org)
|
||||||
|
- Manager
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.3.0 - "Dakar"
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
Douglas Arellanes (douglas.arellanes@mdlf.org)
|
||||||
|
- Tester and user feedback
|
||||||
|
|
||||||
|
Ferenc Gerlits (fgerlits@campware.org)
|
||||||
|
- Studio GUI, scheduler, packaging
|
||||||
|
|
||||||
|
Sebastian Göbel (sebastian@campware.org)
|
||||||
|
- Web interface
|
||||||
|
|
||||||
|
Tomáš Hlava (th@red2head.com)
|
||||||
|
- Bug fixes
|
||||||
|
|
||||||
|
Sava Tatić (sava.tatic@mdlf.org)
|
||||||
|
- Manager
|
||||||
|
|
||||||
|
|
||||||
Version 1.2.0 - "Kotor"
|
Version 1.2.0 - "Kotor"
|
||||||
-----------------------
|
-----------------------
|
||||||
In alphabetical order:
|
In alphabetical order:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Copyright (c) 2004-2006 Media Development Loan Fund
|
Copyright (c) 2010 Media Development Loan Fund
|
||||||
|
|
||||||
This file is part of the Campcaster project.
|
This file is part of the Campcaster project.
|
||||||
http://campcaster.campware.org/
|
http://campcaster.campware.org/
|
||||||
|
|
|
@ -79,7 +79,7 @@ Documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
||||||
Copyright (c) 2004-2006 Media Development Loan Fund
|
Copyright (c) 2010 Media Development Loan Fund
|
||||||
|
|
||||||
This file is part of the Campcaster project.
|
This file is part of the Campcaster project.
|
||||||
http://campcaster.campware.org/
|
http://campcaster.campware.org/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
dnl Copyright (c) 2004 Media Development Loan Fund
|
dnl Copyright (c) 2010 Media Development Loan Fund
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of the Campcaster project.
|
dnl This file is part of the Campcaster project.
|
||||||
dnl http://campcaster.campware.org/
|
dnl http://campcaster.campware.org/
|
||||||
|
@ -32,9 +32,9 @@ dnl This is due to the fact that configure spreads a lot of trash around,
|
||||||
dnl like atom4te cache directories, config.* files, etc. into the directory
|
dnl like atom4te cache directories, config.* files, etc. into the directory
|
||||||
dnl it is being run from. We clearly don't want these in our base directory.
|
dnl it is being run from. We clearly don't want these in our base directory.
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
AC_INIT(Campcaster, 1.3.0, bugs@campware.org)
|
AC_INIT(Campcaster, 1.4.0, bugs@campware.org)
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
|
AC_COPYRIGHT([Copyright (c) 2010 Media Development Loan Fund under the GNU GPL])
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(../src/products/scheduler/src/main.cxx)
|
AC_CONFIG_SRCDIR(../src/products/scheduler/src/main.cxx)
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
campcaster (1.4.0-1) lucid; urgency=low
|
||||||
|
|
||||||
|
* 1.4.0 release
|
||||||
|
|
||||||
|
-- Robin Gareus <robin@64studio.com> Fri 05 Feb 2010 02:56:27 +0100
|
||||||
|
|
||||||
|
|
||||||
campcaster (1.3.0-1) dapper; urgency=low
|
campcaster (1.3.0-1) dapper; urgency=low
|
||||||
|
|
||||||
* 1.3.0 release
|
* 1.3.0 release
|
||||||
|
|
|
@ -5,7 +5,7 @@ It was downloaded from http://campcaster.campware.org/
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
Upstream Author(s): Media Developmnet Loan Fund, http://www.mdlf.org/
|
Upstream Author(s): Media Development Loan Fund, http://www.mdlf.org/
|
||||||
|
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Copyright (c) 2004 Media Development Loan Fund
|
# Copyright (c) 2010 Media Development Loan Fund
|
||||||
#
|
#
|
||||||
# This file is part of the Campcaster project.
|
# This file is part of the Campcaster project.
|
||||||
# http://campcaster.campware.org/
|
# http://campcaster.campware.org/
|
||||||
|
@ -50,7 +50,7 @@ PROJECT_NAME = Campcaster
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.3.0
|
PROJECT_NUMBER = 1.4.0
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Copyright (c) 2004 Media Development Loan Fund
|
# Copyright (c) 2010 Media Development Loan Fund
|
||||||
#
|
#
|
||||||
# This file is part of the Campcaster project.
|
# This file is part of the Campcaster project.
|
||||||
# http://campcaster.campware.org/
|
# http://campcaster.campware.org/
|
||||||
|
@ -50,7 +50,7 @@ PROJECT_NAME = "Campcaster XML-RPC Interface"
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.3.0
|
PROJECT_NUMBER = 1.4.0
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
define('CAMPCASTER_VERSION', '1.3.0');
|
define('CAMPCASTER_VERSION', '1.4.0');
|
||||||
define('CAMPCASTER_COPYRIGHT_DATE', '2006-2007');
|
define('CAMPCASTER_COPYRIGHT_DATE', '2010');
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue