summaryrefslogtreecommitdiff
path: root/news/nget/files/patch-Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'news/nget/files/patch-Changelog')
-rw-r--r--news/nget/files/patch-Changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/nget/files/patch-Changelog b/news/nget/files/patch-Changelog
new file mode 100644
index 000000000000..f703d9418e47
--- /dev/null
+++ b/news/nget/files/patch-Changelog
@@ -0,0 +1,17 @@
+--- Changelog 2004-12-20 16:05:39.000000000 -0800
++++ Changelog 2008-03-09 23:41:58.000000000 -0700
+@@ -1,3 +1,14 @@
++2008-08-15 FreeBSD Port:
++ [Patches are taken from upstream CVS repository at :pserver:anonymous@nget.cvs.sourceforge.net:/cvsroot/nget ]
++
++ * Reduce memory usage by using vectors rather than maps for some data structures that usually do not have many elements anyway. (Dieter Shirley)
++ * Use netbsd-style termcap for line clearing when available, fixes problems with progress lines getting overwritten on netbsd systems. (Frederick Bruckman, Matthew Mueller)
++ * Make autopar handle posts where someone has created par2 for a large file, then split the file into parts named <original name>.<part number>. (Steven Mueller, Matthew Mueller)
++ * Fix compile with GCC 4.2.
++ * Fix some compile warnings. (Frederick Bruckman, Matthew Mueller)
++ * Fix compile with GCC 4.3. (Arnaud Cornet)
++ * Add support for SVR4 curses. (Frederick Bruckman)
++
+ 2004-12-20 v0.27.1:
+ * Fix error in configure script when printing exceptions not found message, due to unquoted string. (Reported by M.J. Soft)
+ * Fix -G* when NGETCACHE != NGETHOME. (Reported by Steven Adeff)