Revision: 7512
http://sourceforge.net/p/ipcop/svn/7512
Author: owes
Date: 2014-05-02 03:35:42 +0000 (Fri, 02 May 2014)
Log Message:
-----------
2.1.5 (and 2.1.4) Changelog
Modified Paths:
--------------
ipcop/trunk/doc/ChangeLog
Modified: ipcop/trunk/doc/ChangeLog
===================================================================
--- ipcop/trunk/doc/ChangeLog 2014-05-02 03:32:07 UTC (rev 7511)
+++ ipcop/trunk/doc/ChangeLog 2014-05-02 03:35:42 UTC (rev 7512)
@@ -1,5 +1,697 @@
###
#
+# 2.1.5 release
+#
+###
+
+2014-05-02 03:32 owes
+
+ * updates/2.1.5/information.xml: Finish update .xml file.
+
+2014-04-30 20:33 owes
+
+ * updates/2.1.5/ROOTFILES.i486-2.1.5: Include chpasswd.cgi in
+ update
+
+2014-04-30 18:26 owes
+
+ * config/rootfiles/common/Apache-Htpasswd,
+ config/rootfiles/common/Crypt-PasswdMD5,
+ html/vhost81/cgi-bin/chpasswd.cgi, lfs/Apache-Htpasswd,
+ lfs/Crypt-PasswdMD5, make.sh, updates/2.1.5/ROOTFILES.i486-2.1.5:
+ The passwords stored for proxy local authentication are stored
+ using MD5 not CRYPT. Therefore passwords cannot be verified using
+ Perl crypt().
+ Solved by adding Apache::Htpasswd which can work with both CRYPT
+ and MD5 passwords.
+
+2014-04-30 18:12 owes
+
+ * src/scripts/scheduler.pl, updates/2.1.5/ROOTFILES.i486-2.1.5: Try
+ to fix a sporadic reconnect problem on some connections.
+
+2014-04-30 17:25 owes
+
+ * config/httpd/port81.conf, updates/2.1.5/ROOTFILES.i486-2.1.5:
+ make CSS accessible for chpasswd.cgi
+
+2014-04-29 13:56 owes
+
+ * src/scripts/blacklistupdate.pl: Use upstream proxy for blacklist
+ updates.
+
+2014-04-26 18:14 eoberlander
+
+ * langs/it_IT/ipcop.po, langs/list_progress: Updates from Language
+ Database
+
+2014-04-26 06:07 owes
+
+ * lfs/squidGuard,
+ src/patches/squidGuard-1.5-beta_stdout-always.patch: Fix
+ squidGuard -f option
+
+2014-04-25 14:05 owes
+
+ * config/cfgroot/redirector-urlfilter, html/cgi-bin/urlfilter.cgi,
+ src/scripts/makesquidconf.pl, src/scripts/upgrade.sh,
+ updates/2.1.5/setup: Avoid squid warning messages with active URL
+ filter.
+
+2014-04-25 06:20 owes
+
+ * langs/list_progress, langs/tr_TR/ipcop.po: Updates from language
+ DB.
+
+2014-04-25 06:19 owes
+
+ * updates/2.1.5/information.xml: Make the kernel update more clear
+ and more visible.
+
+2014-04-24 19:21 owes
+
+ * langs/de_DE/ipcop.po, langs/list_progress, langs/pt_BR/ipcop.po:
+ Updates from language DB.
+
+2014-04-24 13:53 owes
+
+ * lfs/dnsmasq, updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Update dnsmasq to 2.70
+
+2014-04-24 13:52 owes
+
+ * src/patches/squid-3.4.4_more-disable-ipv6.patch,
+ src/scripts/makesquidconf.pl: Patches and modifications for squid
+ 3.4
+
+2014-04-24 13:07 owes
+
+ * config/rootfiles/common/squid, lfs/squid,
+ updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Update squid
+ to 3.4.4
+
+2014-04-22 16:41 owes
+
+ * html/cgi-bin/proxygraphs.cgi, langs/af_ZA/ipcop.po,
+ langs/bg_BG/ipcop.po, langs/ca_ES/ipcop.po, langs/cs_CZ/ipcop.po,
+ langs/da_DK/ipcop.po, langs/de_DE/ipcop.po, langs/el_GR/ipcop.po,
+ langs/en_GB/ipcop.po, langs/en_US/ipcop.po, langs/es_ES/ipcop.po,
+ langs/es_UY/ipcop.po, langs/fa_IR/ipcop.po, langs/fi_FI/ipcop.po,
+ langs/fr_FR/ipcop.po, langs/gu_IN/ipcop.po, langs/hu_HU/ipcop.po,
+ langs/it_IT/ipcop.po, langs/ja_JP/ipcop.po, langs/lt_LT/ipcop.po,
+ langs/nb_NO/ipcop.po, langs/nl_NL/ipcop.po, langs/pl_PL/ipcop.po,
+ langs/pt_BR/ipcop.po, langs/pt_PT/ipcop.po, langs/ro_RO/ipcop.po,
+ langs/ru_RU/ipcop.po, langs/sk_SK/ipcop.po, langs/sl_SI/ipcop.po,
+ langs/so_SO/ipcop.po, langs/sv_SE/ipcop.po, langs/th_TH/ipcop.po,
+ langs/tr_TR/ipcop.po, langs/ur_PK/ipcop.po, langs/vi_VN/ipcop.po,
+ langs/zh_CN/ipcop.po, langs/zh_TW/ipcop.po,
+ src/scripts/makegraphs.pl: Add proper translation texts for proxy
+ graphs, to be translated.
+
+2014-04-22 15:21 owes
+
+ * src/scripts/blacklistupdate.pl,
+ updates/2.1.5/ROOTFILES.i486-2.1.5: Blacklist update after RED
+ connect only when the URL filter is enabled.
+
+2014-04-22 15:18 owes
+
+ * lfs/squidGuard,
+ src/patches/squidGuard-1.5-beta_helper-protocol.patch,
+ src/patches/squidGuard-1.5-beta_stdout-always.patch: Fix (from
+ squid developers) for newer redirector protocol.
+ Pass input line (without modifications!) to work with newer squid
+ versions.
+
+2014-04-22 10:07 owes
+
+ * make.sh: Bump toolchain. Minor modifications only.
+
+2014-04-22 10:04 owes
+
+ * lfs/util-linux: Fix toolchain build problem with texinfo on some
+ hosts.
+
+2014-04-21 14:39 owes
+
+ * src/scripts/makesquidconf.pl, updates/2.1.5/ROOTFILES.i486-2.1.5:
+ Do not try to redefine localhost.
+
+2014-04-19 07:07 owes
+
+ * src/scripts/makegraphs.pl: no reads no writes may not happen
+ often, but it is possible with FLASH install. Better to update
+ RRD in that case.
+
+2014-04-18 08:16 owes
+
+ * make.sh: Build bc earlier
+
+2014-04-17 20:53 owes
+
+ * lfs/gcc: workaround potential build problems with texinfo
+ versions
+
+2014-04-17 20:39 owes
+
+ * lfs/squidGuard,
+ src/patches/squidGuard-1.5-beta_remove-debug-logging.patch,
+ updates/2.1.5/ROOTFILES.i486-2.1.5: Patch squidGuard to make
+ syslog more readable.
+
+2014-04-17 20:34 owes
+
+ * lfs/dhcpcd, src/patches/dhcpcd-6.3.2_O_CLOEXEC.patch,
+ updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Update dhcpcd to 6.3.2
+
+2014-04-17 20:30 owes
+
+ * src/libs/general-functions.pl,
+ updates/2.1.5/ROOTFILES.i486-2.1.5: Better to use last part from
+ path/exename when scanning for exename in proc stat.
+
+2014-04-16 05:51 owes
+
+ * html/cgi-bin/proxy.cgi, html/cgi-bin/updates.cgi,
+ html/cgi-bin/urlfilter.cgi, updates/2.1.5/ROOTFILES.i486-2.1.5:
+ Add proper titles whilst waiting and viewing the auto-refreshing
+ pages.
+
+2014-04-16 05:09 owes
+
+ * make.sh: Run parse_tests after buildingle with test option.
+
+2014-04-16 04:54 owes
+
+ * src/patches/openswan-2.6.39_verify-python.patch: Drop no longer
+ used patch.
+
+2014-04-15 09:27 owes
+
+ * lfs/linux: works better when changing the proper MD5.
+
+2014-04-15 05:23 owes
+
+ * lfs/linux, updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Bump linux kernel to 3.4.87
+
+2014-04-14 15:32 owes
+
+ * lfs/conntrack-tools, lfs/libnetfilter_acct,
+ lfs/libnetfilter_conntrack, lfs/libnetfilter_cthelper,
+ lfs/libnetfilter_cttimeout, lfs/libnetfilter_log,
+ lfs/libnetfilter_queue, lfs/libnfnetlink, lfs/ulogd: Use the
+ standard netfilter URL.
+
+2014-04-14 15:31 owes
+
+ * lfs/Config, lfs/iptables, lfs/libmnl: change the URL for
+ netfilter and friends.
+
+2014-04-14 11:19 owes
+
+ * make.sh: Alternatively compare package versions against
+ DistroWatch. Lists some packages that are not in LFS.
+
+2014-04-14 11:10 owes
+
+ * lfs/mklibs, src/patches/mklibs-0.1.35_compile.patch,
+ src/patches/mklibs-0.1.39_compile.patch: Update mklibs to 0.1.39
+
+2014-04-14 10:16 owes
+
+ * lfs/man: Alternate URL for man. Need to test wether lfs/man is
+ still required or if it can be deleted.
+
+2014-04-14 10:14 owes
+
+ * lfs/pcmciautils, lfs/perl, lfs/shadow, lfs/udev: Offer
+ alternative download location for files gone M.I.A.
+
+2014-04-14 10:11 owes
+
+ * lfs/linux, lfs/linux-firmware, lfs/module-init-tools,
+ lfs/squid-langpack: New URLs due to DDNS change in policy.
+
+2014-04-13 17:24 owes
+
+ * lfs/IO-Socket-SSL: Auto-answer question in Makefile.PL
+
+2014-04-13 15:08 owes
+
+ * lfs/NetAddr-IP, updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Update NetAddr-IP to 4.073
+
+2014-04-13 15:05 owes
+
+ * updates/2.1.5/ROOTFILES.i486-2.1.5: Should not forget new .pm
+ file.
+
+2014-04-13 15:03 owes
+
+ * config/rootfiles/common/IO-Socket-SSL, lfs/IO-Socket-SSL,
+ updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Update IO-Socket-SSL to 1.981
+
+2014-04-13 10:33 owes
+
+ * config/rootfiles/common/iproute2, lfs/iproute2,
+ updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Update iproute2 to 3.14.0
+
+2014-04-12 07:36 owes
+
+ * make.sh: Fix copy&paste error in buildsingle
+
+2014-04-11 16:36 owes
+
+ * langs/af_ZA/ipcop.po, langs/bg_BG/ipcop.po, langs/ca_ES/ipcop.po,
+ langs/cs_CZ/ipcop.po, langs/da_DK/ipcop.po, langs/de_DE/ipcop.po,
+ langs/el_GR/ipcop.po, langs/en_GB/ipcop.po, langs/en_US/ipcop.po,
+ langs/es_ES/ipcop.po, langs/es_UY/ipcop.po, langs/fa_IR/ipcop.po,
+ langs/fi_FI/ipcop.po, langs/fr_FR/ipcop.po, langs/gu_IN/ipcop.po,
+ langs/hu_HU/ipcop.po, langs/it_IT/ipcop.po, langs/ja_JP/ipcop.po,
+ langs/list_progress, langs/lt_LT/ipcop.po, langs/nb_NO/ipcop.po,
+ langs/nl_NL/ipcop.po, langs/pl_PL/ipcop.po, langs/pt_BR/ipcop.po,
+ langs/pt_PT/ipcop.po, langs/ro_RO/ipcop.po, langs/ru_RU/ipcop.po,
+ langs/sk_SK/ipcop.po, langs/sl_SI/ipcop.po, langs/so_SO/ipcop.po,
+ langs/sv_SE/ipcop.po, langs/th_TH/ipcop.po, langs/tr_TR/ipcop.po,
+ langs/ur_PK/ipcop.po, langs/vi_VN/ipcop.po, langs/zh_CN/ipcop.po,
+ langs/zh_TW/ipcop.po, updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml: Updates (incomplete) from language
+ DB
+
+2014-04-11 16:31 owes
+
+ * updates/2.1.5/setup: Drop squid-graph from installed IPCops.
+
+2014-04-11 16:25 owes
+
+ * config/rootfiles/common/GD, config/rootfiles/common/libgd,
+ config/rootfiles/common/squid-graph, lfs/GD, lfs/libgd,
+ lfs/squid-graph, make.sh: Drop squid-graph. Replaced now and
+ broken by recent squid.
+
+2014-04-11 16:21 owes
+
+ * html/cgi-bin/proxygraphs.cgi, src/scripts/makegraphs.pl,
+ updates/2.1.5/ROOTFILES.i486-2.1.5: Replace squid-graphs with our
+ own graphs. Does not require logging activated. After some longer
+ testing add new translation texts.
+
+2014-04-11 16:18 owes
+
+ * src/installer/arch_defs.h, src/rc.d/rc.sysinit,
+ updates/2.1.5/ROOTFILES.i486-2.1.5: Less swap. If swap is used
+ there is simply not enough memory or the box is used wrongly.
+
+2014-04-11 16:16 owes
+
+ * updates/2.1.5/ROOTFILES.i486-2.1.5: OpenSSL files already in
+ 2.1.4 update, no need to repeat.
+
+2014-04-11 16:15 owes
+
+ * lfs/openvpn, updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Update
+ OpenVPN to 2.3.3
+
+2014-04-11 11:33 owes
+
+ * src/scripts/makegraphs.pl, updates/2.1.5/ROOTFILES.i486-2.1.5: Be
+ more gentle and do not die.
+
+2014-04-11 11:17 owes
+
+ * lfs/dnsmasq, updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Update
+ dnsmasq to 2.69
+
+2014-04-11 08:32 owes
+
+ * html/cgi-bin/ddns.cgi: Change " to '
+
+2014-04-11 08:11 owes
+
+ * html/cgi-bin/index.cgi, updates/2.1.5/ROOTFILES.i486-2.1.5:
+ Return value from getredIP can be 'unavailable', test for that to
+ avoid an error message in gethostbyaddr.
+ For reasons unknown the memory reported by free is 0 in very rare
+ cases, test on that to avoid divide by 0 error.
+
+2014-04-11 07:41 owes
+
+ * html/cgi-bin/ddns.cgi, updates/2.1.5/ROOTFILES.i486-2.1.5: Change
+ the dynamic DNS default. If someone has a better free (!) and
+ easy to use alternative: I'm open for suggestions.
+
+2014-04-11 07:28 owes
+
+ * html/cgi-bin/upload.cgi, updates/2.1.5/ROOTFILES.i486-2.1.5: Drop
+ Fritz! from GUI. We no longer build the drivers, and it does not
+ look like they will return any time soon.
+
+2014-04-11 06:08 owes
+
+ * html/cgi-bin/iptablesgui.cgi, updates/2.1.5/ROOTFILES.i486-2.1.5:
+ Change TABLE automatically without need for Update button.
+ Add error hint for CHAIN typos, no full and detailed errortext.
+
+2014-04-09 19:12 owes
+
+ * config/rootfiles/common/apache, lfs/apache,
+ updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Update apache
+ to 2.2.27. No critical changes for our use-case, update
+ nonetheless.
+
+2014-04-09 17:33 owes
+
+ * config/rootfiles/common/ca-certificates, lfs/ca-certificates:
+ Update CA certificates to 20140325
+
+2014-04-09 13:59 owes
+
+ * updates/2.1.5/setup: Create directory for local certificates, may
+ not exist.
+
+2014-04-09 13:53 owes
+
+ * updates/2.1.5/ROOTFILES.i486-2.1.5: alphabetical order
+
+2014-04-09 13:53 owes
+
+ * updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Include CA
+ cert bundle in update.
+
+2014-04-09 13:45 owes
+
+ * config/rootfiles/common/ca-certificates: Drop Debian specific
+ directory.
+
+2014-04-09 13:44 owes
+
+ * lfs/ca-certificates: /etc/ssl/certs already created by openssl
+
+2014-04-09 11:43 owes
+
+ * src/scripts/upgrade.sh: Recreate CA cert bundle, local
+ certificates may differ after restore.
+
+2014-04-09 11:42 owes
+
+ * config/rootfiles/common/ca-certificates, lfs/ca-certificates,
+ make.sh, src/patches/ca-certificates_add-logger.patch,
+ src/patches/ca-certificates_remove-update-hooks.patch: Add CA
+ cerificate bundle (from Mozilla via Debian).
+ Allows to send encrypted mail which is required by more and more
+ mail servers.
+ Addition to update package will follow soon.
+
+2014-04-08 19:09 owes
+
+ * updates/2.1.5/setup: Add halt fcron mechanism. First used for
+ 2.1.3 update and now default.
+
+2014-04-08 19:06 owes
+
+ * updates/template/setup: Make the 'halt fcron' mechanism default.
+ On smaller boxes an update can run for longer time, and we do not
+ want any fcron jobs to interfer.
+
+2014-04-08 19:04 owes
+
+ * updates/template/information.xml: Change update template to
+ multiline description. First thing to change anyway.
+
+2014-04-08 18:59 owes
+
+ * updates/2.1.5/information.xml: Fix typo
+
+2014-04-08 18:47 owes
+
+ * updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Add the
+ modifications that got bypassed in 2.1.4
+
+2014-04-08 17:31 owes
+
+ * make.sh, updates/2.1.5, updates/2.1.5/ROOTFILES.alpha-2.1.5,
+ updates/2.1.5/ROOTFILES.i486-2.1.5,
+ updates/2.1.5/ROOTFILES.ppc-2.1.5,
+ updates/2.1.5/ROOTFILES.sparc-2.1.5,
+ updates/2.1.5/information.xml, updates/2.1.5/setup: Bump version,
+ prepare for next update.
+ In next commits I will 'restore' the modifications already in SVN
+ that were dropped for the 2.1.4 update.
+
+2014-04-08 17:01 owes
+
+ * updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml, updates/2.1.4/setup: Modify
+ contents of 2.1.4 update.
+
+2014-04-07 18:48 owes
+
+ * config/rootfiles/common/openssl, lfs/openssl,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml, updates/2.1.4/setup: Update
+ openssl to 1.0.1g. Add ssl/certs directory for upcoming CA certs
+ addition.
+
+2014-04-07 17:59 owes
+
+ * lfs/IO-Socket-SSL, updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update IO-Socker-SSL to 1.967
+
+2014-04-07 17:14 owes
+
+ * html/cgi-bin/ipsec.cgi, updates/2.1.4/ROOTFILES.i486-2.1.4: Drop
+ the DPD link and leave it to the manuals.
+
+2014-04-07 16:00 owes
+
+ * config/rootfiles/common/openswan, lfs/openswan,
+ src/patches/openswan-2.6.39_remove_CFLAGS_no-error_cpp.patch,
+ src/patches/openswan_verify-perl.patch,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update openswan to 2.6.41.
+ Probably need to consider moving to another *swan implementation
+ in one of the next IPCop versions.
+
+2014-04-07 15:53 owes
+
+ * src/libs/general-functions.pl,
+ updates/2.1.4/ROOTFILES.i486-2.1.4: Finalize removal that started
+ somewhere in 2008 and should now be complete.
+
+2014-04-07 15:51 owes
+
+ * lfs/xz-embedded: Update xz-embedded.
+
+2014-04-07 07:51 owes
+
+ * src/patches/sendEmail-v1.56_smtps.patch: Fix debug output.
+
+2014-04-06 09:17 owes
+
+ * langs/es_ES/ipcop.po, langs/es_UY/ipcop.po, langs/list_progress,
+ langs/pt_BR/ipcop.po, updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Updates from language DB
+
+2014-04-06 06:44 owes
+
+ * lfs/perl: Allow test to fail. lib/Benchmark sometime fail.
+
+2014-04-06 06:43 owes
+
+ * lfs/mdadm: Remove no longer required sed.
+
+2014-04-05 20:18 owes
+
+ * updates/2.1.4/ROOTFILES.i486-2.1.4: Add sendEmail to update
+ package.
+
+2014-04-05 20:17 owes
+
+ * lfs/sendEmail, src/patches/sendEmail-v1.56_smtps.patch: Force
+ smtps when using port 465. Will need CA certs (work in progress)
+ to be usable though.
+
+2014-04-05 20:14 owes
+
+ * src/patches/DBD-SQLite-1.37_testsuite-fixes.patch: Remove no
+ longer required patch.
+
+2014-04-05 20:13 owes
+
+ * lfs/DBD-SQLite, updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update Perl module DBD-SQLite to
+ 1.42
+
+2014-04-05 20:10 owes
+
+ * lfs/DBI, updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update Perl module DBI to 1.631
+
+2014-04-05 20:06 owes
+
+ * lfs/sqlite, updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update sqlite to 3.8.4.3
+
+2014-04-05 19:57 owes
+
+ * config/rootfiles/common/ipcop-gui, html/cgi-bin/proxystatus.cgi,
+ src/scripts/makegraphs.pl, updates/2.1.4/ROOTFILES.i486-2.1.4:
+ Add a (simple) GUI page for proxy status directly from
+ squid/manager.
+
+2014-04-05 19:54 owes
+
+ * updates/2.1.4/setup: Fix typo.
+
+2014-04-05 11:08 owes
+
+ * updates/2.1.4/setup: Delete 2 old libs that were forgotten/wrong
+ in #6705/#6142
+
+2014-04-04 21:12 owes
+
+ * lfs/newt, updates/2.1.4/ROOTFILES.i486-2.1.4: Update newt to
+ 0.52.17, statically linked to setup.
+
+2014-04-04 20:50 owes
+
+ * config/rootfiles/common/conntrack-tools, lfs/conntrack-tools,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update conntrack-tools to 1.4.2
+
+2014-04-04 20:42 owes
+
+ * config/rootfiles/common/libnetfilter_cthelper,
+ config/rootfiles/common/libnetfilter_queue,
+ lfs/libnetfilter_cthelper, lfs/libnetfilter_queue, make.sh,
+ updates/2.1.4/ROOTFILES.i486-2.1.4: Add libnetfilter_cthelper and
+ libnetfilter_queue. New dependencies for conntrack_tools 1.4.2.
+
+2014-04-04 20:35 owes
+
+ * config/rootfiles/common/libnetfilter_cttimeout,
+ lfs/libnetfilter_cttimeout: Remove static lib after install
+
+2014-04-04 17:24 owes
+
+ * lfs/mtools: Update mtools to 4.0.18. Not used in ISO.
+
+2014-04-04 17:21 owes
+
+ * updates/2.1.4/ROOTFILES.i486-2.1.4: New memtest seems to work OK.
+
+2014-04-04 15:22 owes
+
+ * lfs/usb-modeswitch, lfs/usb-modeswitch-data,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update usb-modeswitch to 2.1.1.
+ Data to 20140327
+
+2014-04-04 15:18 owes
+
+ * lfs/pptp, src/patches/pptp-1.7.2_ip-path.patch,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml: Update pptp to 1.8.0. PPTP
+ currently untested!
+
+2014-04-04 15:13 owes
+
+ * config/rootfiles/common/capi4k-utils, lfs/capi4k-utils,
+ src/patches/capi4k-utils-2005-07-18_ppp-2.4.5.patch,
+ src/patches/capi4k-utils-2005-07-18_ppp-2.4.6.patch,
+ updates/2.1.4/ROOTFILES.i486-2.1.4: Adjust capi4k utils to match
+ new ppp. Not sure if this still works though.
+
+2014-04-04 15:08 owes
+
+ * config/rootfiles/common/ppp, lfs/ppp,
+ src/patches/ppp-2.4.6_fix-sifvjcomp-undefined.patch,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml, updates/2.1.4/setup: Update ppp to
+ 2.4.6. Must be tested on DSL connection.
+
+2014-04-04 13:16 owes
+
+ * lfs/memtest,
+ src/patches/memtest86+-4.20_compile-with-no-pie.patch,
+ src/patches/memtest86+-5.01_compile-with-no-pie.patch: Update
+ memtest to 5.01. Needs testing before inclusion in update.
+
+2014-04-04 13:13 owes
+
+ * lfs/nasm: Update nasm to 2.11.02. Not used in ISO.
+
+2014-04-04 13:10 owes
+
+ * doc/Packages-monitoring-urls: Mailing List for iftop
+
+2014-04-04 13:09 owes
+
+ * config/rootfiles/common/rrdtool, lfs/rrdtool,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml, updates/2.1.4/setup: Upgrade
+ rrdtool to 1.4.8
+
+2014-04-04 12:51 owes
+
+ * doc/Packages-monitoring-urls, lfs/cppunit: Update cppunit, tests
+ only not used in ISO.
+
+2014-04-04 12:48 owes
+
+ * lfs/bc: Use bc 1.06.95 which is not a stable release, but in use
+ by many distros since long time.
+
+2014-04-04 08:36 eoberlander
+
+ * html/cgi-bin/credits.cgi, updates/2.1.4/ROOTFILES.i486-2.1.4: Add
+ Brazilian Portuguese translator
+
+2014-04-04 07:39 owes
+
+ * lfs/e1000e, lfs/igb, updates/2.1.4/information.xml: Update e1000e
+ network driver to 3.0.4.1, igb network driver to 5.2.5
+
+2014-04-04 07:34 owes
+
+ * lfs/linux, updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/information.xml, updates/2.1.4/setup: Update linux
+ kernel to 3.4.86.
+
+2014-04-04 07:17 owes
+
+ * lfs/Config: Prefer http URL over ftp.
+
+2014-04-03 19:43 owes
+
+ * updates/2.1.3/information.xml: Last minute fix in 2.1.3
+ releasedate.
+
+2014-04-03 19:38 owes
+
+ * make.sh: change versions in make.sh
+
+2014-04-03 19:19 owes
+
+ * updates/2.1.4, updates/2.1.4/ROOTFILES.alpha-2.1.4,
+ updates/2.1.4/ROOTFILES.i486-2.1.4,
+ updates/2.1.4/ROOTFILES.ppc-2.1.4,
+ updates/2.1.4/ROOTFILES.sparc-2.1.4,
+ updates/2.1.4/information.xml, updates/2.1.4/setup: Bump version,
+ prepare for next update.
+
+###
+#
# 2.1.3 release
#
###
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos. Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn