~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload-1.5.4/csharp/Plupload/Properties/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-09-04 23:18:58 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20130904231858-nljmn1buzswh63jk
Tags: 3.6+dfsg-1
* New upstream release.
* Improve wp-settings to verify that $_SERVER['HTTP_X_FORWARDED_PROTO']
  exists before accessing it (avoids a PHP notice).
  Thanks to Paul Dreik <slask@pauldreik.se> for the report and the patch.
* Document in README.Debian the need to login to /wp-admin/ to complete
  an upgrade.
* Drop useless debian/README.source
* Drop 008CVE2008-2392.patch since upstream now disables unfiltered
  uploads by default. See http://core.trac.wordpress.org/ticket/10692
* Drop 009CVE2008-6767.patch since the backto parameter is validated
  against a whitelist, and externally triggered upgrades are not a
  security problem as long as they work.
* Update debian/missing-sources with latest versions.
* Update upstream l10n.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * $Id: AssemblyInfo.cs 480 2008-10-20 15:37:42Z spocke $
3
 
 *
4
 
 * @package MCManagerCore
5
 
 * @author Moxiecode
6
 
 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
7
 
 */
8
 
 
9
 
using System.Reflection;
10
 
using System.Runtime.CompilerServices;
11
 
using System.Runtime.InteropServices;
12
 
 
13
 
// General Information about an assembly is controlled through the following 
14
 
// set of attributes. Change these attribute values to modify the information
15
 
// associated with an assembly.
16
 
[assembly: AssemblyTitle("Plupload")]
17
 
[assembly: AssemblyDescription("Multiple upload component.")]
18
 
[assembly: AssemblyConfiguration("")]
19
 
[assembly: AssemblyCompany("Moxiecode Systems AB")]
20
 
[assembly: AssemblyProduct("Upload")]
21
 
[assembly: AssemblyCopyright("Copyright © 2009")]
22
 
[assembly: AssemblyTrademark("")]
23
 
[assembly: AssemblyCulture("")]
24
 
 
25
 
// Setting ComVisible to false makes the types in this assembly not visible 
26
 
// to COM components.  If you need to access a type in this assembly from 
27
 
// COM, set the ComVisible attribute to true on that type.
28
 
[assembly: ComVisible(false)]
29
 
 
30
 
// The following GUID is for the ID of the typelib if this project is exposed to COM
31
 
[assembly: Guid("95f0dee8-de7a-46c5-9dcc-0570b0fc4643")]
32
 
 
33
 
// Version information for an assembly consists of the following four values:
34
 
//
35
 
//      Major Version
36
 
//      Minor Version 
37
 
//      Build Number
38
 
//      Revision
39
 
//
40
 
// You can specify all the values or you can default the Revision and Build Numbers 
41
 
// by using the '*' as shown below:
42
 
// [assembly: AssemblyVersion("1.0.*")]
43
 
 
44
 
[assembly: AssemblyVersion("1.0.0.0")]
45
 
[assembly: AssemblyFileVersion("1.0.0.0")]