File: NEWS

package info (click to toggle)
wordpress 2.5.1-11%2Blenny4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,012 kB
  • ctags: 14,047
  • sloc: sh: 86,522; php: 48,548; makefile: 38; xml: 36
file content (64 lines) | stat: -rw-r--r-- 2,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
wordpress (2.5.1-10) unstable; urgency=low

    Patch for CVE-2008-2392 (unrestricted upload capability issue) has
    been modified. Now there is a new option menu in the admin panel
    tha makes you enable unrestricted upload for administrators
    
    WARNING: For security reasons the package comes with the option
    disabled by default. Please check out the README file before enabling
    unrestricted upload.
	
 -- Andrea De Iacovo <andrea.de.iacovo@gmail.com>  Thu,  6 Nov 2008 10:15:24 +0200
 
wordpress (2.5.1-4) unstable; urgency=low

    Unrestricted upload capability for blog administrators has been
    disabled to fix CVE-2008-2392 ().
    
    If you run a SINGLE blog with wordpress it might be safe to activate
    this option again.
    
    Please refer to the README file for more informations.
	
 -- Andrea De Iacovo <andrea.de.iacovo@gmail.com>  Sat,  24 Jun 2008 17:58:00 +0200
 
wordpress (2.0.1-1) unstable; urgency=low

    In accordance with http://bugs.debian.org/348458

    It might be necessary to manually run:
    /wp-admin/upgrade.php

 -- Kai Hendry <hendry@iki.fi>  Thu,  2 Feb 2006 11:20:15 +0900

wordpress (1.5.0-1) unstable; urgency=high

    Background read http://codex.wordpress.org/Upgrading_WordPress
    Please http://codex.wordpress.org/Backing_up_your_database

    You need to run wp-admin/upgrade.php

    A new theme system means you need to:
    http://codex.wordpress.org/Upgrade_1.2_to_1.5#Upgrading_Old_Templates

    Update your (rewrites)
    Check your plugins (e.g. Markdown) are activated

 -- Kai Hendry <hendry@cs.helsinki.fi>  Tue, 22 Feb 2005 05:53:50 +0200

wordpress (1.2.0-1) unstable; urgency=low

    UPGRADE NOTICES
    When upgrading from wordpress 1.0 you will need to run
    http://your-wordpress-installation/wp-admin/upgrade.php otherwise you might get
    a post_date_gmt error.

    The configuration files are now kept in /etc/wordpress. Please
    copy in your wp-config.php into /etc/wordpress and run: ln -s
    /etc/wordpress/wp-config.php /usr/share/wordpress/wp-config.php 
    Modify 'ABSPATH' to: 
    define('ABSPATH', '/usr/share/wordpress/');

    And do not forget to check your .htaccess rewrite rules.

 -- Kai Hendry <hendry@cs.helsinki.fi>  Sat, 29 May 2004 23:40:53 +0300