Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-03 | 2.7.2 release updates | Jouke Witteveen | 1 | -1/+1 | |
2012-03-21 | Revised bash completion | Jouke Witteveen | 1 | -1/+1 | |
Bash completion does not deal properly with profile filenames that contain whitespace. There are some minor tweaks in this commit as well, but those should be harmless. | |||||
2012-03-20 | Just those things you notice _after_ a release | Jouke Witteveen | 1 | -3/+3 | |
Nothing special. | |||||
2012-03-19 | Version 2.7.1 | Thomas Bächler | 1 | -1/+1 | |
2012-03-19 | Release process changes | Jouke Witteveen | 1 | -16/+17 | |
This commit does not change any installed code. - The tarball now includes pre-built documentation, removing the build dependency on asciidoc from the PKGBUILD. - The tarball is now xz compressed. - News is updated. | |||||
2012-03-06 | More forgiving Makefile and added PKGBUILD creation | Jouke Witteveen | 1 | -5/+8 | |
- As noted by Alfredo Palhares it is not always right to fail when the creation of symlinks did not succeed on installation through `make install`. - Building a package is now as easy as `make pkgbuild; makepkg`, although you probably should not execute makepkg inside the source tree. | |||||
2012-03-04 | Build documentation at buildtime | Jouke Witteveen | 1 | -5/+6 | |
This justifies the asciidoc make dependency. Previously, pre-built documentation was supplied with the netcfg sources. Now only documentation source and the Makefile is provided. | |||||
2012-03-04 | Overhaul of documentation | Jouke Witteveen | 1 | -38/+31 | |
- Documentation now uses asciidoc instead of pandoc. - Documentation is updated. - More documentation is installed. - The Makefile has been revised. - Autocompletion files must now be installed through the PKGBUILD. - contrib/11netcfg has been deleted. It is unmaintained and duplicated in pm-utils. This closes FS#25587. - contrib/common.hook has been deleted. It demonstrated a feature that the target audience is already familiar with and didn't work anyway. This closes FS#27496. Developers are free to write unwieldy scripts in the {PRE,POST}_{UP,DOWN} variables. | |||||
2012-02-22 | Remove a mostly obsolete directory | Jouke Witteveen | 1 | -1/+1 | |
As noted in FS#27496 we do not seem to use /etc/network.d/hooks. The contrib scripts mostly function on their own and are not really hooks at all. Nevertheless, this commit doesn't touch them. It also doesn't remove the line in the manpage that refers to them. | |||||
2012-02-22 | Add wireless connection aid | Jouke Witteveen | 1 | -0/+1 | |
wifi-menu is a tool that lets you connect to a wireless network from the console. It is aware of your netcfg profiles and can write them for you. | |||||
2011-08-20 | Reorganize files to match install location closer | Rémy Oudompheng | 1 | -8/+20 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-14 | Release version 2.6.8 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-08-09 | Release version 2.6.7 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-30 | Release version 2.6.6 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-30 | Release version 2.6.5 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-14 | Makefile: fix wrong paths | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-14 | Release version 2.6.4 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-14 | Update make scripts with new doc paths. | Rémy Oudompheng | 1 | -0/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-09 | Release version 2.6.3 (bug fix) | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-07-03 | Release version 2.6.2 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Add basic tuntap IP configuration capabilities | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Release version 2.6 | Rémy Oudompheng | 1 | -1/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Rationalize Makefile | Rémy Oudompheng | 1 | -7/+7 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Add symlink creation in Makefile | Rémy Oudompheng | 1 | -1/+3 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Rationalize source tree hierarchy. | Rémy Oudompheng | 1 | -5/+7 | |
2011-06-19 | Add /etc/conf.d/netcfg for net-auto-wireless configuration. | Rémy Oudompheng | 1 | -0/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Allow using markdown instead of pandoc, packaging fixes | Rémy Oudompheng | 1 | -5/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Merge branch 'no-iwconfig' | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-19 | Makefile: mark several targets as PHONY | Rémy Oudompheng | 1 | -0/+2 | |
2011-06-19 | Makefile: update with new module name | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-19 | Move executable scripts to a separate scripts/ directory | Rémy Oudompheng | 1 | -3/+3 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-18 | Makefile: add systemd service files (FS#23106) | Rémy Oudompheng | 1 | -1/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-05 | Update NEWS and version numbers | Rémy Oudompheng | 1 | -1/+1 | |
2011-05-26 | Remove /var/run/* from package and make sure the directory is created. | Rémy Oudompheng | 1 | -1/+0 | |
2011-05-22 | netcfg version 2.5.5 | Rémy Oudompheng | 1 | -1/+1 | |
2010-02-21 | netcfg v2.5.4 | James Rayner | 1 | -1/+1 | |
2010-02-21 | netcfg v2.5.3 | James Rayner | 1 | -1/+1 | |
2010-02-18 | netcfg v2.5.2 | James Rayner | 1 | -1/+1 | |
2010-01-31 | netcfg v2.5.1 | James Rayner | 1 | -1/+1 | |
2010-01-31 | netcfg v2.5.0 | James Rayner | 1 | -1/+1 | |
2009-12-31 | netcfg v2.5.0rc2 | James Rayner | 1 | -1/+1 | |
2009-12-03 | Makefile bug | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-11-18 | FS#13418,FS#12505 - add zsh/bash completion | James Rayner | 1 | -8/+10 | |
2009-11-14 | netcfg v2.5.0rc1 | James Rayner | 1 | -1/+1 | |
2009-11-14 | finish net-auto-wired, tested and added to Makefile | James Rayner | 1 | -8/+9 | |
2009-10-19 | Documentation update | James Rayner | 1 | -9/+7 | |
2009-09-27 | Fix symlink creation in Makefile - it shouldn't point to the build directory | Thomas Bächler | 1 | -1/+1 | |
2009-09-27 | Add net-auto-wireless rc.d script for the wpa_actiond mode | Thomas Bächler | 1 | -1/+1 | |
2009-09-27 | Rename autowifi->wpa_actiond, add makefile, bugfix | James Rayner | 1 | -0/+1 | |
2009-09-22 | Merge connections ethernet/ethernet-iproute | James Rayner | 1 | -0/+1 | |