From 49b95ef0a19740fa17f6913a727e1513391e99de Mon Sep 17 00:00:00 2001
From: Xavier Chantry <shiningxc@gmail.com>
Date: Tue, 30 Jun 2009 16:21:45 +0200
Subject: [PATCH] Update NEWS for 3.3

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
---
 NEWS |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 NEWS

diff --git a/NEWS b/NEWS
old mode 100644
new mode 100755
index c2eb8af..b8de2c2
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 VERSION         DESCRIPTION
 -----------------------------------------------------------------------------
-3.3.0         - makepkg:
+3.3.0         - xdelta: many fixes and improvements
+                - new pkgdelta script to create deltas
+                - repo-add can add both deltas and packages to a database
+              - xz archive format supported for packages and databases
+              - in case of unresolvable packages, pacman now asks
+                if they should be skipped instead of aborting
+              - replace libdownload dependency by the original libfetch
+              - better support of -q/--quiet flag with -Qo and -Ql
+              - -Sp works without root (FS#8905)
+              - fix a bug where the replacement of a package failed because
+                of a file conflict, and the package was lost (FS#9088)
+              - improved behavior of HoldPkg option (FS#9173)
+              - allow to ignore a package from a group (FS#12059)
+              - search package groups when searching a db (FS#13099)
+              - asciidoc fixes
+              - documentation updates
+              - repo-add: cleanups, improvements and speedup
+              - makepkg:
                 - package splitting support! - see PKGBUILD-split.proto
                 - limit fakeroot usage with addition of package() function
                 - info pages are handled like man pages and not other documentation
@@ -16,10 +33,10 @@ VERSION         DESCRIPTION
                 - package compression autodetection
                 - check PKGBUILD for CRLF line endings
                 - fix reading PKGBUILD from pipe
-                - various fixes to increase compatibility with BSDs & Mac OSX
+                - increase compatibility with BSDs & Mac OSX
               - contrib
+                - pacdiff - improvements and new -l flag for using locate
                 - pacscripts - print install scripts for a package
-
 3.2.2         - log pacsave warnings to pacman.log (FS#12531)
               - separate local DB creation and writing (FS#12263)
               - pacman-optimize: rewrite and refresh (FS#11767)
-- 
1.6.1.2

