sayshh wrote:
When I check (cat /etc/slackware-version), I still find it as Slackware 13.1.0, and I have the following questions:
1. Should I expect that to change
Nope, not by doing an upgrade. Only way it will change is to do a clean install from the iso. Or you can edit the file
(How would I know I'm running 13.1.1)?
Well, you'll just know

BTW my slackware- version file indicates that I'm running 13.0.0
2. Am I doing the update correctly, or should I use slapt-get --dist-upgrade?
The correct way to upgrade is to do a
slapt-get --update first which updates the package database. Then follow it with a
slapt-get --upgrade which will then upgrade your system. There no need to use
slapt-get --dist-upgrade
3. Are there any excluded packages I should be installing prior to the upgrade?
No, i don't think so but there are a few added packages that upgrading may not have installed like lilosetup,pyxdg, notify-python, libnl, and net-snmp
4. Lastly, have I missed the wiki page that has the instructions?

oh, ok here it is:
slapt-get --update
slapt-get --upgrade
slapt-get -i lilosetup pyxdg notify-python libnl net-snmp
After everything is installed, edit the /etc/slackware-version changing 13.1.0 to 13.1.1
Rich